Class Saml2BearerGrant

    • Constructor Detail

      • Saml2BearerGrant

        public Saml2BearerGrant​(String assertion)
      • Saml2BearerGrant

        public Saml2BearerGrant​(String assertion,
                                boolean encoded)
      • Saml2BearerGrant

        public Saml2BearerGrant​(String assertion,
                                String scope)
      • Saml2BearerGrant

        public Saml2BearerGrant​(String assertion,
                                boolean encoded,
                                String scope)
    • Method Detail

      • toMap

        public javax.ws.rs.core.MultivaluedMap<String,​String> toMap()
        Description copied from interface: AccessTokenGrant
        Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
        Returns:
        the grant parameters