Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_DENIED - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Access denied error.
ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The access token.
ACCESS_TOKEN_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The access token url.
accessToken(OAuth20AccessToken) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
AccessTokenGrantRequestExtractor - Interface in org.apereo.cas.support.oauth.web.response.accesstoken.ext
accessTokenRequest(AccessTokenRequestContext) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
AccessTokenRequestContext - Class in org.apereo.cas.support.oauth.web.response.accesstoken.ext
AccessTokenRequestContext(Service, Authentication, OAuth20Token, boolean, boolean, OAuthRegisteredService, TicketGrantingTicket, OAuth20GrantTypes, Set<String>, Map<String, Map<String, Object>>, Map<String, Object>, OAuth20ResponseModeTypes, OAuth20ResponseTypes, String, String, String, String, String, String, UserProfile, String, String) - Constructor for class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
AccessTokenRequestContext.AccessTokenRequestContextBuilder<C,B> - Class in org.apereo.cas.support.oauth.web.response.accesstoken.ext
 
AccessTokenRequestContextBuilder() - Constructor for class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
accessTokenTimeout(long) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
ACR_VALUES - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Authentication context reference values.
approveUserCode() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Approve user code.
assignUserCode(OAuth20DeviceUserCode) - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Instantiates a new Assign user code.
authentication(Authentication) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
Authenticators - Interface in org.apereo.cas.support.oauth.authenticator
AUTHORIZATION_CODE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
For the authorization grant type.
AUTHORIZATION_PENDING - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Authz pending error.
AUTHORIZATION_STATE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Authz state.
AUTHORIZE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The authorize url.

B

BASE_OAUTH20_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Base OAuth 2.0 url.
BaseOAuth20IntrospectionAccessTokenResponse - Class in org.apereo.cas.support.oauth.web.response.introspection
BaseOAuth20IntrospectionAccessTokenResponse() - Constructor for class org.apereo.cas.support.oauth.web.response.introspection.BaseOAuth20IntrospectionAccessTokenResponse
 
BEAN_NAME - Static variable in interface org.apereo.cas.support.oauth.validator.OAuth20ClientSecretValidator
Default implementation bean name.
BEAN_NAME - Static variable in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Default bean name.
BEAN_NAME - Static variable in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Default bean name.
build() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
build() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
build() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
build() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
build(RegisteredService, String, Map<String, String>) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeBuilder
Build model and view.
build(OAuthRegisteredService, OAuth20ResponseModeTypes, String, Map<String, String>) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationModelAndViewBuilder
Customize.
build(OAuthRegisteredService, OAuth20ResponseModeTypes, String, Map<String, String>) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder
Build response model and view.
build(AccessTokenRequestContext) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder
Build.
build(CasClient, WebContext) - Method in interface org.apereo.cas.support.oauth.web.response.OAuth20CasClientRedirectActionBuilder
Build redirect action for the client dynamically and configure the CAS client accordingly based on the properties of the web context.
builder() - Static method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
builder() - Static method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
builder() - Static method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
builder() - Static method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
BYPASS_APPROVAL_PROMPT - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The approval prompt.

C

CALLBACK_AUTHORIZE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The callback authorize url.
CALLBACK_AUTHORIZE_URL_DEFINITION - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The callback authorize url definition.
CAS_OAUTH_CLIENT - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
Generic oauth clients.
CAS_OAUTH_CLIENT_ACCESS_TOKEN_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for access token authn.
CAS_OAUTH_CLIENT_BASIC_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for basic authn.
CAS_OAUTH_CLIENT_BASIC_PROOF_KEY_CODE_EXCHANGE_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for PKCE with basic authn.
CAS_OAUTH_CLIENT_DIRECT_FORM - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for client id and secret.
CAS_OAUTH_CLIENT_DIRECT_FORM_PROOF_KEY_CODE_EXCHANGE_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for PKCE with clientid and secret.
CAS_OAUTH_CLIENT_DPOP_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
DPoP authenticator for proof of posession.
CAS_OAUTH_CLIENT_DYNAMIC_REGISTRATION_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for dynamic registration authn in protected mode..
CAS_OAUTH_CLIENT_FORM_REFRESH_TOKEN_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for refresh token authn for public clients.
CAS_OAUTH_CLIENT_USER_FORM - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for username/password.
CAS_OAUTH_CLIENT_X509_CERTIFICATE_AUTHN - Static variable in interface org.apereo.cas.support.oauth.authenticator.Authenticators
OAuth authn for access token authn.
casProperties(CasConfigurationProperties) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
claims(Map<String, Map<String, Object>>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
CLAIMS - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The claims.
CLAIMS_SUBMITTED - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Authz state claims submitted.
CLAIMS_USERINFO - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
userinfo claims found as claims request parameter.
CLIENT_ASSERTION - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The client assertion jwt.
CLIENT_ASSERTION_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The client assertion type.
CLIENT_ASSERTION_TYPE_JWT_BEARER - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Client assertion type as jwt bearer.
CLIENT_CREDENTIALS - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
For the client credentials grant type.
CLIENT_ID - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The client id.
CLIENT_SECRET - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The client secret.
CLIENT_SECRET_BASIC - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Authentication method for basic authn.
CLIENT_SECRET_JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Authentication method using HMAC and JWT.
CLIENT_SECRET_POST - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Authentication method for form-post authn.
clientId(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
clientId(String) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
CODE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For authorization response type.
CODE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The code.
CODE_CHALLENGE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
PKCE code challenge.
CODE_CHALLENGE_METHOD - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
PKCE code challenge method.
CODE_VERIFIER - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
PKCE code verifier.
codeChallenge(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
codeChallengeMethod(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
codeVerifier(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
CONFIRM_VIEW - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The confirm view.
Confirmation() - Constructor for class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
create(Service, Authentication, Collection<String>, String, OAuth20ResponseTypes, OAuth20GrantTypes) - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessTokenFactory
Create access token.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, String, String, Map<String, Map<String, Object>>, OAuth20ResponseTypes, OAuth20GrantTypes) - Method in interface org.apereo.cas.ticket.code.OAuth20CodeFactory
Create an OAuth code.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, String, Map<String, Map<String, Object>>, OAuth20ResponseTypes, OAuth20GrantTypes) - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessTokenFactory
Create an access token.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, String, Map<String, Map<String, Object>>, OAuth20ResponseTypes, OAuth20GrantTypes) - Method in interface org.apereo.cas.ticket.refreshtoken.OAuth20RefreshTokenFactory
Create a refresh token.
createClient() - Method in interface org.apereo.cas.support.oauth.authenticator.OAuth20AuthenticationClientProvider
Create client.
createDeviceCode(Service) - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceTokenFactory
Create an device token.
createDeviceUserCode(OAuth20DeviceToken) - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCodeFactory
Create device user code device user code.
createFrom(OAuth20AccessToken, WebContext) - Method in interface org.apereo.cas.support.oauth.profile.OAuth20UserProfileDataCreator
Create internal user profile data.

D

details(Map<String, Object>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
DEVICE_AUTHZ_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
device authorization url.
DEVICE_CODE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
Grant type designated for device code flows.
DEVICE_CODE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For device_code response type.
DEVICE_CODE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Device code flow device code.
DEVICE_CODE_APPROVAL_VIEW - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The device code approval view.
DEVICE_CODE_APPROVED_VIEW - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The device code approved view.
DEVICE_INTERVAL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Device code flow refresh interval.
DEVICE_USER_CODE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Device code flow user code.
DEVICE_VERIFICATION_URI - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Device code flow verification uri.
deviceCode(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
deviceCode(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
deviceRefreshInterval(long) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
deviceTokenTimeout(long) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
dpop(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
DPOP - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
DPoP header.
DPOP_CONFIRMATION - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
DPoP confirmation that is put inside access token as an attribute.
dpopConfirmation(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 

E

equals(Object) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
ERROR - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The error.
ERROR_DESCRIPTION - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The error description.
ERROR_DETAILS - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
error details.
ERROR_WITH_CALLBACK - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The error with callback.
EXPIRED_ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The expired access token.
expireOldRefreshToken(boolean) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
EXPIRES_IN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The remaining time in seconds before expiration.
extract(WebContext) - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor
Extract access token into a request data holder.

F

FORM_POST - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
form_post response mode.
FORM_POST_JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
form_post.jwt response mode.
FRAGMENT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Fragment mode.
FRAGMENT_JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
fragment.jwt response mode.

G

generate(String, OAuth20Token) - Method in interface org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionResponseGenerator
Generate introspection access token response.
generate(AccessTokenRequestContext) - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGenerator
Generate access token and add it to the registry.
generate(OAuth20AccessTokenResponseResult) - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseGenerator
Generate.
generateDeviceUserCode(String) - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCodeFactory
Generate device user code string.
generatedToken(OAuth20TokenGeneratedResult) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
generateRefreshToken(boolean) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
getAccessToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getAccessTokenRequest() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
getAccessTokens() - Method in interface org.apereo.cas.ticket.refreshtoken.OAuth20RefreshToken
Gets descendant OAuth access tokens.
getAccessTokenTimeout() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getAud() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getAuthentication() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getBuilder(OAuthRegisteredService, OAuth20ResponseModeTypes) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Gets builder.
getCasProperties() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getCipherExecutor() - Method in interface org.apereo.cas.support.oauth.validator.OAuth20ClientSecretValidator
Gets cipher executor.
getClaims() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getClaims() - Method in interface org.apereo.cas.ticket.OAuth20Token
Collection of requested claims, if any.
getClientId() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getClientId() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getClientId() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
getClientId() - Method in interface org.apereo.cas.ticket.OAuth20Token
Client id for whom this token was issued.
getCodeChallenge() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getCodeChallenge() - Method in interface org.apereo.cas.ticket.code.OAuth20Code
The PKCE code challenge.
getCodeChallengeMethod() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getCodeChallengeMethod() - Method in interface org.apereo.cas.ticket.code.OAuth20Code
The PKCE code challenge method.
getCodeVerifier() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getConfirmation() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getDetails() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getDeviceCode() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getDeviceCode() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getDeviceCode() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Gets device code.
getDeviceRefreshInterval() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getDeviceTokenTimeout() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getDpop() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getDpopConfirmation() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getError() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenFailureResponse
 
getExp() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getExpiresIn() - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Expiration time of the Access Token in seconds since the response was generated.
getGeneratedToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getGrantType() - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor
Gets grant type.
getGrantType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getGrantType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getGrantType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getGrantType() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getGrantType() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
getGrantType() - Method in interface org.apereo.cas.ticket.OAuth20Token
Gets grant type.
getIat() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getIdToken() - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Gets id token.
getIss() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getJkt() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
getOrder() - Method in interface org.apereo.cas.support.oauth.authenticator.OAuth20AuthenticationClientProvider
 
getOrder() - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder
 
getOrder() - Method in interface org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionResponseGenerator
 
getParameters() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getRealmName() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getRedirectUri() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getRefreshToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getRegisteredService() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getRegisteredService() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getRegisteredService() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getResponseMode() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getResponseMode() - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeBuilder
Gets response mode.
getResponseType() - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor
Gets response type.
getResponseType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getResponseType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getResponseType() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getResponseType() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
getResponseType() - Method in interface org.apereo.cas.ticket.OAuth20Token
Gets response type.
getScope() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getScopes() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getScopes() - Method in interface org.apereo.cas.ticket.OAuth20Token
Get requested scopes requested at the time of issuing this code.
getService() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getService() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getService() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Gets service.
getSub() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getTicketGrantingTicket() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getToken() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getToken() - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Gets token or code that is exchanged for this access token.
getTokenType() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getType() - Method in enum class org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
 
getType() - Method in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
 
getType() - Method in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
 
getType() - Method in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
 
getType() - Method in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
 
getUniqueSecurityName() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
getUrl() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
 
getUserCode() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
getUserCode() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Gets user code.
getUserProfile() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
getUserProfile() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
 
getX5t() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
GRANT_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The grant type.
grantType(String) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
grantType(OAuth20GrantTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
grantType(OAuth20GrantTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
grantType(OAuth20GrantTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 

H

hashCode() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 

I

ID_TOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
IDTOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
IDToken token format.
IDTOKEN_TOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
INTROSPECTION_JWT_HEADER_CONTENT_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Header value to signal JWT responses for token introspection payloads.
INTROSPECTION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The introspection url.
INVALID_CLIENT - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The invalid client.
INVALID_DPOP_PROOF - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The invalid dpop.
INVALID_GRANT - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The invalid grant.
INVALID_REQUEST - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The invalid request.
INVALID_SCOPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The invalid scope.
isActive() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
isAuthorizedGrantTypeForService(String, OAuthRegisteredService) - Static method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Is authorized grant type for service?
isAuthorizedGrantTypeForService(WebContext, OAuthRegisteredService) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Is authorized grant type for service.
isAuthorizedResponseTypeForService(WebContext, OAuthRegisteredService) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Is authorized response type for service.
isClientSecretExpired(OAuthRegisteredService) - Method in interface org.apereo.cas.support.oauth.validator.OAuth20ClientSecretValidator
Is client secret expired?
isCode() - Method in interface org.apereo.cas.ticket.OAuth20Token
Is oauth code?
isCodeToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
isExpireOldRefreshToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
isGenerateRefreshToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
isParameterOnQueryString(WebContext, String) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Is the provided parameter name on the query string.
isRefreshToken() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
isResponseModeTypeFormPost(OAuthRegisteredService, OAuth20ResponseModeTypes) - Static method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Is response mode type form post?
isResponseModeTypeFormPostJwt(OAuthRegisteredService, OAuth20ResponseModeTypes) - Static method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Is response mode type form post?
isResponseModeTypeFragment(OAuthRegisteredService, OAuth20ResponseModeTypes) - Static method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Is response mode type fragment?
isResponseModeTypeFragmentJwt(OAuthRegisteredService, OAuth20ResponseModeTypes) - Static method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Is response mode type fragment jwt?
isResponseModeTypeQueryJwt(OAuthRegisteredService, OAuth20ResponseModeTypes) - Static method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Is response mode type query jwt?
isSingleSignOnSessionRequired() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest
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.
isUserCodeApproved() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Indicate whether the provided user code is approved by the end-user.

J

JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
JWT token format.

L

LOGGER - Static variable in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Logger instance.

M

MISSING_ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The missing access token.

N

NEED_INFO - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
need information.
NONCE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The nonce parameter.
NONE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
Indicates the absence of invalidity of a grant type.
NONE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
No response mode.
NONE - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For indication of invalid or absent response type.

O

OAuth20AccessToken - Interface in org.apereo.cas.ticket.accesstoken
An access token is an OAuth token which can be used multiple times and has a long lifetime.
OAuth20AccessTokenFactory - Interface in org.apereo.cas.ticket.accesstoken
Factory to create OAuth access tokens.
OAuth20AccessTokenResponseGenerator - Interface in org.apereo.cas.support.oauth.web.response.accesstoken.response
OAuth20AccessTokenResponseResult - Class in org.apereo.cas.support.oauth.web.response.accesstoken.response
OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder<C,B> - Class in org.apereo.cas.support.oauth.web.response.accesstoken.response
 
OAuth20AccessTokenResponseResultBuilder() - Constructor for class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
OAuth20AuthenticationClientProvider - Interface in org.apereo.cas.support.oauth.authenticator
OAuth20AuthorizationModelAndViewBuilder - Interface in org.apereo.cas.support.oauth.web.response.callback
OAuth20AuthorizationRequest - Class in org.apereo.cas.support.oauth.web.response
OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder<C,B> - Class in org.apereo.cas.support.oauth.web.response
 
OAuth20AuthorizationRequestBuilder() - Constructor for class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
OAuth20AuthorizationRequestValidator - Interface in org.apereo.cas.support.oauth.validator.authorization
OAuth20AuthorizationResponseBuilder - Interface in org.apereo.cas.support.oauth.web.response.callback
This is OAuth20AuthorizationResponseBuilder that attempts to build the callback url with the access token, refresh token, etc as part of the authorization phase.
OAuth20CasClientRedirectActionBuilder - Interface in org.apereo.cas.support.oauth.web.response
OAuth20ClaimTokenFormats - Enum Class in org.apereo.cas.support.oauth
OAuth20ClientAuthenticationMethods - Enum Class in org.apereo.cas.support.oauth
The OAuth client authentication methods.
OAuth20ClientSecretValidator - Interface in org.apereo.cas.support.oauth.validator
OAuth20Code - Interface in org.apereo.cas.ticket.code
An OAuth code is an OAuth token which can be used only once and has a short lifetime.
OAuth20CodeFactory - Interface in org.apereo.cas.ticket.code
Factory to create OAuth codes.
OAuth20Constants - Interface in org.apereo.cas.support.oauth
This class has the main constants for the OAuth implementation.
OAuth20DeviceToken - Interface in org.apereo.cas.ticket.device
OAuth20DeviceTokenFactory - Interface in org.apereo.cas.ticket.device
Factory to create OAuth device tokens.
OAuth20DeviceUserCode - Interface in org.apereo.cas.ticket.device
OAuth20DeviceUserCodeFactory - Interface in org.apereo.cas.ticket.device
Factory to create OAuth device tokens.
OAuth20GrantTypes - Enum Class in org.apereo.cas.support.oauth
The OAuth grant types (on the access token request).
OAuth20IntrospectionAccessTokenFailureResponse - Class in org.apereo.cas.support.oauth.web.response.introspection
OAuth20IntrospectionAccessTokenFailureResponse() - Constructor for class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenFailureResponse
 
OAuth20IntrospectionAccessTokenResponse - Class in org.apereo.cas.support.oauth.web.response.introspection
OAuth20IntrospectionAccessTokenResponse() - Constructor for class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
OAuth20IntrospectionAccessTokenResponse.Confirmation - Class in org.apereo.cas.support.oauth.web.response.introspection
 
OAuth20IntrospectionResponseGenerator - Interface in org.apereo.cas.support.oauth.web.response.introspection
OAuth20RefreshToken - Interface in org.apereo.cas.ticket.refreshtoken
A refresh token is an OAuth token which can be used multiple times and has a very long lifetime.
OAuth20RefreshTokenFactory - Interface in org.apereo.cas.ticket.refreshtoken
Factory to create OAuth refresh tokens.
OAuth20RequestParameterResolver - Interface in org.apereo.cas.support.oauth.web
OAuth20RequestValidator - Interface in org.apereo.cas.support.oauth.validator
OAuth20ResponseModeBuilder - Interface in org.apereo.cas.support.oauth.web.response.callback
OAuth20ResponseModeFactory - Interface in org.apereo.cas.support.oauth.web.response.callback
OAuth20ResponseModeTypes - Enum Class in org.apereo.cas.support.oauth
The OAuth response mode types (on the authorize request).
OAuth20ResponseTypes - Enum Class in org.apereo.cas.support.oauth
The OAuth response types (on the authorize request).
OAuth20Token - Interface in org.apereo.cas.ticket
OAuth tokens are mostly like service tickets: they deal with authentication and service.
OAuth20TokenGeneratedResult - Class in org.apereo.cas.support.oauth.web.response.accesstoken
OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder<C,B> - Class in org.apereo.cas.support.oauth.web.response.accesstoken
 
OAuth20TokenGeneratedResultBuilder() - Constructor for class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
OAuth20TokenGenerator - Interface in org.apereo.cas.support.oauth.web.response.accesstoken
OAuth20TokenRequestValidator - Interface in org.apereo.cas.support.oauth.validator.token
OAuth20UserProfileDataCreator - Interface in org.apereo.cas.support.oauth.profile
Strategy interface that acts as factory to handle creation of un-typed user profile data which then could be transformed into whatever representation necessary by upstream components.
org.apereo.cas.support.oauth - package org.apereo.cas.support.oauth
 
org.apereo.cas.support.oauth.authenticator - package org.apereo.cas.support.oauth.authenticator
 
org.apereo.cas.support.oauth.profile - package org.apereo.cas.support.oauth.profile
 
org.apereo.cas.support.oauth.validator - package org.apereo.cas.support.oauth.validator
 
org.apereo.cas.support.oauth.validator.authorization - package org.apereo.cas.support.oauth.validator.authorization
 
org.apereo.cas.support.oauth.validator.token - package org.apereo.cas.support.oauth.validator.token
 
org.apereo.cas.support.oauth.web - package org.apereo.cas.support.oauth.web
 
org.apereo.cas.support.oauth.web.response - package org.apereo.cas.support.oauth.web.response
 
org.apereo.cas.support.oauth.web.response.accesstoken - package org.apereo.cas.support.oauth.web.response.accesstoken
 
org.apereo.cas.support.oauth.web.response.accesstoken.ext - package org.apereo.cas.support.oauth.web.response.accesstoken.ext
 
org.apereo.cas.support.oauth.web.response.accesstoken.response - package org.apereo.cas.support.oauth.web.response.accesstoken.response
 
org.apereo.cas.support.oauth.web.response.callback - package org.apereo.cas.support.oauth.web.response.callback
 
org.apereo.cas.support.oauth.web.response.introspection - package org.apereo.cas.support.oauth.web.response.introspection
 
org.apereo.cas.ticket - package org.apereo.cas.ticket
 
org.apereo.cas.ticket.accesstoken - package org.apereo.cas.ticket.accesstoken
 
org.apereo.cas.ticket.code - package org.apereo.cas.ticket.code
 
org.apereo.cas.ticket.device - package org.apereo.cas.ticket.device
 
org.apereo.cas.ticket.refreshtoken - package org.apereo.cas.ticket.refreshtoken
 

P

parameters(Map<String, Object>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
parse(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Parse oauth20 client authentication methods.
PASSWORD - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
For the resource owner password grant type.
PREFIX - Static variable in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
The prefix for access tokens.
PREFIX - Static variable in interface org.apereo.cas.ticket.code.OAuth20Code
The prefix for OAuth codes.
PREFIX - Static variable in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Prefix generally applied to unique ids.
PREFIX - Static variable in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Prefix generally applied to unique ids.
PREFIX - Static variable in interface org.apereo.cas.ticket.refreshtoken.OAuth20RefreshToken
The prefix for refresh tokens.
PRIVATE_KEY_JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Authentication method using private key JWT.
PROFILE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The profile url.
PROMPT - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The prompt parameter.

Q

QUERY - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Query mode.
QUERY_JWT - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
query.jwt response mode.

R

REDIRECT_URI - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The redirect uri.
redirectUri(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
REFRESH_TOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
For the refresh token grant type.
REFRESH_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The refresh token.
refreshToken(OAuth20RefreshToken) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
registerBuilder(OAuth20ResponseModeBuilder) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20ResponseModeFactory
Register builder for mode factory.
registeredService(RegisteredService) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
registeredService(RegisteredService) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
registeredService(OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
REQUEST - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The request passed as a jwt.
REQUEST_ATTRIBUTE_ACCESS_TOKEN_REQUEST - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Internal attribute to indicate whether the incoming request is an access token request.
REQUESTING_PARTY_CLAIMS - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
requesting party claim.
requestMustBeAuthenticated() - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor
Request must be authenticated.
resolveClientIdAndClientSecret(CallContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve client id and client secret pair.
resolveGrantType(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve grant type.
resolveJwtRequestParameter(String, RegisteredService, String, Class<T>) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve jwt request parameter.
resolveJwtRequestParameter(WebContext, String, String, Class<T>) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve jwt request.
resolveRequestClaims(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve request claims map.
resolveRequestedPromptValues(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve prompt parameter set.
resolveRequestedScopes(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve requested scopes.
resolveRequestParameter(WebContext, String) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve request parameter.
resolveRequestParameter(WebContext, String, Class<T>) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve request parameter.
resolveRequestParameters(Collection<String>, WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve request parameters map.
resolveRequestScopes(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve request scopes set.
resolveResponseModeType(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve response mode.
resolveResponseType(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve response type.
resolveSupportedPromptValues(String) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve prompt values.
resolveSupportedPromptValues(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve prompt values.
resolveUserInfoRequestClaims(WebContext) - Method in interface org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver
Resolve user info request claims set.
RESPONSE_MODE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The response mode.
RESPONSE_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The response type.
responseMode(OAuth20ResponseModeTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
responseType(String) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
responseType(OAuth20ResponseTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
responseType(OAuth20ResponseTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
responseType(OAuth20ResponseTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
REVOCATION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The revocation url.

S

SCOPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The scope request.
scopes(Set<String>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
service(Service) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
service(Service) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
SESSION_STALE_MISMATCH - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The oauthSessionStaleMismatchErrorView view.
setActive(boolean) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setAud(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setClientId(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setConfirmation(OAuth20IntrospectionAccessTokenResponse.Confirmation) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setDpop(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
setDpopConfirmation(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
setError(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenFailureResponse
 
setExp(long) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setGrantType(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setIat(long) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setIdToken(String) - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Sets id token.
setIss(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setJkt(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
setRealmName(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setScope(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setSub(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setToken(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setTokenType(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setUniqueSecurityName(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
setX5t(String) - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
singleSignOnSessionRequired(boolean) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
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.
SLOW_DOWN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
slow down error for when approval requests are too quick.
STATE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The state.
supports(OAuth20AuthorizationRequest) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder
Supports request?
supports(OAuth20Token) - Method in interface org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionResponseGenerator
Supports this token.
supports(WebContext) - Method in interface org.apereo.cas.support.oauth.validator.OAuth20RequestValidator
Supports request?
supports(WebContext) - Method in interface org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor
Supports grant type?

T

ticketGrantingTicket(TicketGrantingTicket) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
TLS_CLIENT_AUTH - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Authentication method using mTLS.
toAuthorizationRequest(WebContext, Authentication, Service, OAuthRegisteredService) - Method in interface org.apereo.cas.support.oauth.web.response.callback.OAuth20AuthorizationResponseBuilder
To authorization request.
token(OAuth20Token) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
TOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The access token.
TOKEN_IDTOKEN - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
TOKEN_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The token type parameter.
TOKEN_TYPE_BEARER - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The bearer type.
TOKEN_TYPE_DPOP - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The DPOP Token.
TOKEN_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The token url.
toString() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse.Confirmation
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.introspection.OAuth20IntrospectionAccessTokenResponse
 
toString() - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 

U

UMA_AUTHORIZATION_REQUEST_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
authorization registration endpoint URL.
UMA_AUTHORIZATION_SCOPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
UMA authz scope.
UMA_CLAIMS_COLLECTION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
claims collection endpoint URL.
UMA_JWKS_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
URL endpoint that exposes JWKS for token signing.
UMA_PERMISSION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
permission registration endpoint URL.
UMA_POLICY_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
policy registration endpoint URL.
UMA_PROTECTION_SCOPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
UMA protection scope.
UMA_REGISTRATION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Registration endpoint URL.
UMA_RESOURCE_SET_REGISTRATION_URL - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
resource set registration endpoint URL.
UMA_TICKET - Enum constant in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
UMA ticket grant type.
UNAUTHORIZED_CLIENT - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The unauthorized client.
UNMET_AUTHENTICATION_REQUIREMENTS - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
The Authorization Server is unable to meet the requirements of the Relying Party for the authentication of the End-User.
UNSUPPORTED_RESPONSE_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
Unsupported response_type error.
url(String) - Method in class org.apereo.cas.support.oauth.web.response.OAuth20AuthorizationRequest.OAuth20AuthorizationRequestBuilder
 
userCode(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.OAuth20TokenGeneratedResult.OAuth20TokenGeneratedResultBuilder
 
userProfile(UserProfile) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext.AccessTokenRequestContextBuilder
 
userProfile(UserProfile) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult.OAuth20AccessTokenResponseResultBuilder
 

V

validate(OAuthRegisteredService, String) - Method in interface org.apereo.cas.support.oauth.validator.OAuth20ClientSecretValidator
Validate.
validate(WebContext) - Method in interface org.apereo.cas.support.oauth.validator.OAuth20RequestValidator
Validate request.
valueOf(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apereo.cas.support.oauth.OAuth20ClientAuthenticationMethods
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apereo.cas.support.oauth.OAuth20GrantTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apereo.cas.support.oauth.OAuth20ResponseTypes
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAuthentication(Authentication) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withClaims(Map<String, Map<String, Object>>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withClientId(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withCodeChallenge(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withCodeChallengeMethod(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withCodeVerifier(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withDeviceCode(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withDpop(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withDpopConfirmation(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withExpireOldRefreshToken(boolean) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withGenerateRefreshToken(boolean) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withGrantType(OAuth20GrantTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withParameters(Map<String, Object>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withRedirectUri(String) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withRegisteredService(OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withResponseMode(OAuth20ResponseModeTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withResponseType(OAuth20ResponseTypes) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withScopes(Set<String>) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withService(Service) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withTicketGrantingTicket(TicketGrantingTicket) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withToken(OAuth20Token) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 
withUserProfile(UserProfile) - Method in class org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenRequestContext
 

X

X509_CERTIFICATE_DIGEST - Static variable in interface org.apereo.cas.support.oauth.OAuth20Constants
X509 certificate hash used and collected during TLS authentication.
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form