Class AccessGrantAttributesHolder

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