Package com.pingidentity.sdk
Class AuthenticationSourceKey
java.lang.Object
com.pingidentity.sdk.AuthenticationSourceKey
- All Implemented Interfaces:
Serializable
The authentication source key identifies an entity that can perform a browser based SSO authentication.
- Since:
- 7.3
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of authentication source key. -
Constructor Summary
ConstructorsConstructorDescriptionCreate an new authentication source key. -
Method Summary
-
Constructor Details
-
AuthenticationSourceKey
Create an new authentication source key.- Parameters:
type- The type of this authentication source. Cannot be null.id- The ID of this authentication source. This is the IdP adapter instance ID or IdP connection entity ID.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getType
Get the type of this authentication source key.- Returns:
- The type of this authentication source.
-
getId
Get the ID of this authentication source. For IdP adapters, this is the adapter instance ID. For IdP connections, this is the connection's system ID.- Returns:
- The ID of this authentication source.
-