All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.security.auth.AS400CredentialEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.as400.security.auth.AS400CredentialEvent
- public class AS400CredentialEvent
- extends EventObject
The AS400CredentialEvent class represents a credential event.
-
CR_CREATE
- Event ID indicating that a credential has been created.
-
CR_DESTROY
- Event ID indicating that a credential has been destroyed.
-
CR_REFRESH
- Event ID indicating that a credential has been refreshed.
-
CR_SWAP
- Event ID indicating that a credential was used to change OS/400 thread identity.
-
AS400CredentialEvent(Object, int)
- Constructs a AS400CredentialEvent object.
-
getID()
- Returns the identifier for the event.
CR_CREATE
public static final int CR_CREATE
- Event ID indicating that a credential has been created.
CR_DESTROY
public static final int CR_DESTROY
- Event ID indicating that a credential has been destroyed.
CR_REFRESH
public static final int CR_REFRESH
- Event ID indicating that a credential has been refreshed.
CR_SWAP
public static final int CR_SWAP
- Event ID indicating that a credential was used to change OS/400 thread identity.
AS400CredentialEvent
public AS400CredentialEvent(Object source,
int id)
- Constructs a AS400CredentialEvent object.
- Parameters:
- source
- The object where the event originated.
- id
- The event identifier.
getID
public int getID()
- Returns the identifier for the event.
Possible identifiers are available as fields
on this class.
- Returns:
- The event identifier.
All Packages Class Hierarchy This Package Previous Next Index