com.ibm.as400.security.auth

Class AS400CredentialEvent

    • Field Detail

      • CR_CREATE

        public static final int CR_CREATE
        Event ID indicating that a credential has been created.
        See Also:
        Constant Field Values
      • CR_DESTROY

        public static final int CR_DESTROY
        Event ID indicating that a credential has been destroyed.
        See Also:
        Constant Field Values
      • CR_REFRESH

        public static final int CR_REFRESH
        Event ID indicating that a credential has been refreshed.
        See Also:
        Constant Field Values
      • CR_SWAP

        public static final int CR_SWAP
        Event ID indicating that a credential was used to change the thread identity.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AS400CredentialEvent

        public AS400CredentialEvent(Object source,
                            int id)
        Constructs a AS400CredentialEvent object.
        Parameters:
        source - The object where the event originated.
        id - The event identifier.
    • Method Detail

      • getID

        public int getID()
        Returns the identifier for the event.

        Possible identifiers are available as fields on this class.

        Returns:
        The event identifier.