Package com.esri.arcgisruntime.security
Class AuthenticationManager.CredentialCache.CredentialCacheChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.security.AuthenticationManager.CredentialCache.CredentialCacheChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AuthenticationManager.CredentialCache
public static final class AuthenticationManager.CredentialCache.CredentialCacheChangedEvent extends 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 ObjectgetSource()Always returns null.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public Object getSource()
Always returns null. The event source is the staticAuthenticationManager.CredentialCacheobject.- Overrides:
getSourcein classEventObject- Returns:
- null
- Since:
- 100.8.0
-
-