Class IdentityProviderMeta
java.lang.Object
com.inductiveautomation.ignition.common.auth.idp.IdentityProviderMeta
- All Implemented Interfaces:
Serializable
Immutable meta information about an Identity Provider
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
static IdentityProviderMeta
Factory method for creating new instances ofIdentityProviderMeta
-
Method Details
-
of
Factory method for creating new instances ofIdentityProviderMeta
- Parameters:
name
- the IdP name. must not be null.description
- the IdP description. may be null.type
- the IdP type. must not be null.- Returns:
- the new instance of
IdentityProviderMeta
with the given name, description, and type - Throws:
NullPointerException
- if the given name or type arguments are null
-
getName
- Returns:
- the name of the IdP. never null.
-
getDescription
- Returns:
- the optional IdP description. never null.
-
getType
- Returns:
- the IdP type. never null.
-