Class AuthenticationManager.CredentialCache.CredentialCacheChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AuthenticationManager.CredentialCache

    public static final class AuthenticationManager.CredentialCache.CredentialCacheChangedEvent
    extends java.util.EventObject
    An event which indicates that the CredentialCache has changed.
    Since:
    100.8.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSource()
      Always returns null.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

        public java.lang.Object getSource()
        Always returns null. The event source is the static AuthenticationManager.CredentialCache object.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        null
        Since:
        100.8.0