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:
  • Constructor Details

    • 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 Details

    • 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.