|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.security.auth.AS400CredentialEvent
The AS400CredentialEvent class represents a credential event.
| 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 |
| Field Detail |
public static final int CR_CREATE
public static final int CR_DESTROY
public static final int CR_REFRESH
public static final int CR_SWAP
| Constructor Detail |
public AS400CredentialEvent(java.lang.Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
public int getID()
Possible identifiers are available as fields on this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||