Class OAuth20AuthorizationRequest

java.lang.Object
org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
All Implemented Interfaces:
Serializable

public class OAuth20AuthorizationRequest extends Object implements Serializable
Since:
6.5.0
See Also:
  • Method Details

    • builder

    • getResponseType

      public String getResponseType()
    • getGrantType

      public String getGrantType()
    • getUrl

      public String getUrl()
    • getClientId

      public String getClientId()
    • getAccessTokenRequest

      public AccessTokenRequestContext getAccessTokenRequest()
    • isSingleSignOnSessionRequired

      public boolean isSingleSignOnSessionRequired()
      Is single sign on session required for this request? This generally forces the presence of a ticket-granting ticket to be found before this builder can operate further. Some builders may be able to work without a session initially, such as those that operate on PAR requests.