Class EndSessionRequestParam

java.lang.Object
io.jans.as.model.session.EndSessionRequestParam

public class EndSessionRequestParam extends Object
Version:
August 9, 2017
Author:
Javier Rojas Blum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Previously issued ID Token passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client.
    static final String
    URL to which the RP is requesting that the End-User's User-Agent be redirected after a logout has been performed.
    static final String
     
    static final String
    Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ID_TOKEN_HINT

      public static final String ID_TOKEN_HINT
      Previously issued ID Token passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client.
      See Also:
    • POST_LOGOUT_REDIRECT_URI

      public static final String POST_LOGOUT_REDIRECT_URI
      URL to which the RP is requesting that the End-User's User-Agent be redirected after a logout has been performed.
      See Also:
    • STATE

      public static final String STATE
      Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state query parameter when redirecting the User Agent back to the RP.
      See Also:
    • SID

      public static final String SID
      See Also: