Class OAuth20AuthorizationRequest
java.lang.Object
org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
- All Implemented Interfaces:
Serializable
This is
OAuth20AuthorizationRequest.- Since:
- 6.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder<C extends OAuth20AuthorizationRequest,B extends OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder<C, B>> -
Method Summary
-
Method Details
-
builder
-
getResponseType
-
getGrantType
-
getUrl
-
getClientId
-
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.
-