Package com.pingidentity.sdk.accessgrant
Class AccessGrantAttributesHolder
java.lang.Object
com.pingidentity.sdk.accessgrant.AccessGrantAttributesHolder
- All Implemented Interfaces:
Serializable
The optional attributes that can be associated with the Access Grant.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessGrantAttributesHolder(AttributeMap extendedGrantAttrs, AttributeMap authnContextAttrs) The AccessGrantAttributesHolder constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the authentication context attributes.Get the extended grant attributes.
-
Constructor Details
-
AccessGrantAttributesHolder
The AccessGrantAttributesHolder constructor.- Parameters:
extendedGrantAttrs- the optional extended grant attributes for the access grant.authnContextAttrs- the optional authentication context, how the user logged in, for the access grant.
-
-
Method Details
-
getExtendedGrantAttrs
Get the extended grant attributes.- Returns:
- The extended grant attributes of the access grant.
-
getAuthnContextAttrs
Get the authentication context attributes.- Returns:
- The extended context attributes.
-