Interface AccessTokenHandlerInterface

    • Method Detail

      • getAccessToken

        org.oa4mp.delegation.common.token.AccessToken getAccessToken()
        The actual simple access token (usually used as the identifier for the claims-based AT. To get the signed claims, invoke PayloadHandler.getSignedPayload(JSONWebKey, String) (JSONWebKey)}.
        Returns:
      • setAccessToken

        void setAccessToken​(org.oa4mp.delegation.common.token.AccessToken accessToken)
      • getUserMetaData

        net.sf.json.JSONObject getUserMetaData()
      • getPayload

        net.sf.json.JSONObject getPayload()
        Description copied from interface: PayloadHandler
        The payload for this is the actual token created (payload is the middle of a JWT, e.g.)
        Specified by:
        getPayload in interface PayloadHandler
        Returns: