Class AbstractSaml2BearerGrant

    • Constructor Detail

      • AbstractSaml2BearerGrant

        protected AbstractSaml2BearerGrant​(String grantType,
                                           String assertion,
                                           boolean encoded,
                                           String scope)
    • Method Detail

      • getType

        public String getType()
        Description copied from interface: AccessTokenGrant
        Returns the token grant type, example, "authorization_code"
        Specified by:
        getType in interface AccessTokenGrant
        Returns:
        the grant type
      • initMap

        protected javax.ws.rs.core.MultivaluedMap<String,​String> initMap()
      • addScope

        protected void addScope​(javax.ws.rs.core.MultivaluedMap<String,​String> map)
      • encodeAssertion

        protected String encodeAssertion()