Package com.pingidentity.sdk.accessgrant
Class AccessGrantAttributesHolder
- java.lang.Object
-
- com.pingidentity.sdk.accessgrant.AccessGrantAttributesHolder
-
- All Implemented Interfaces:
Serializable
public class AccessGrantAttributesHolder extends Object implements Serializable
The optional attributes that can be associated with the Access Grant.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessGrantAttributesHolder(AttributeMap extendedGrantAttrs, AttributeMap authnContextAttrs)The AccessGrantAttributesHolder constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMapgetAuthnContextAttrs()Get the authentication context attributes.AttributeMapgetExtendedGrantAttrs()Get the extended grant attributes.
-
-
-
Constructor Detail
-
AccessGrantAttributesHolder
public AccessGrantAttributesHolder(AttributeMap extendedGrantAttrs, AttributeMap authnContextAttrs)
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 Detail
-
getExtendedGrantAttrs
public AttributeMap getExtendedGrantAttrs()
Get the extended grant attributes.- Returns:
- The extended grant attributes of the access grant.
-
getAuthnContextAttrs
public AttributeMap getAuthnContextAttrs()
Get the authentication context attributes.- Returns:
- The extended context attributes.
-
-