com.ibm.as400.security.auth
Class AS400CredentialEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.security.auth.AS400CredentialEvent
- public class AS400CredentialEvent
- extends java.util.EventObject
The AS400CredentialEvent class represents a credential event.
- See Also:
- Serialized Form
Field Summary |
static int |
CR_CREATE
Event ID indicating that a credential has been created. |
static int |
CR_DESTROY
Event ID indicating that a credential has been destroyed. |
static int |
CR_REFRESH
Event ID indicating that a credential has been refreshed. |
static int |
CR_SWAP
Event ID indicating that a credential was used to change OS/400 thread identity. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
AS400CredentialEvent(java.lang.Object source,
int id)
Constructs a AS400CredentialEvent object. |
Method Summary |
int |
getID()
Returns the identifier for the event. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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(java.lang.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.