java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.security.CredentialChangedEvent
- All Implemented Interfaces:
Serializable
Defines an event indicating that the Portal's Credential has changed. The event contains the
Portal source on which the credential has changed, as well as the changed credential.
- Since:
- 100.0.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionCredentialChangedEvent
(Portal source, Credential credential) Constructs a new CredentialChangedEvent with the Portal whose Credential has changed and the new Credential. -
Method Summary
Modifier and TypeMethodDescriptionGets the new Credential.Gets the source Portal.Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CredentialChangedEvent
Constructs a new CredentialChangedEvent with the Portal whose Credential has changed and the new Credential.- Parameters:
source
- the Portal whose Credential has changedcredential
- the new Credential- Since:
- 100.0.0
-
-
Method Details
-
getSource
Gets the source Portal.- Overrides:
getSource
in classEventObject
- Returns:
- the source Portal
- Since:
- 100.0.0
-
getCredential
Gets the new Credential.- Returns:
- the new Credential
- Since:
- 100.0.0
-