Skip navigation links
A B C G H I J L M O P R S W 

A

addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.config.OidcConfiguration
 

B

BASE_OIDC_URL - Static variable in interface org.apereo.cas.OidcConstants
Base OIDC URL.
build(CasClient, WebContext) - Method in class org.apereo.cas.config.OidcCasClientRedirectActionBuilder
 
buildJsonWebKeySet(OidcRegisteredService) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Build json web key set.

C

callbackAuthorizeViewResolver() - Method in class org.apereo.cas.config.OidcConfiguration
Callback authorize view resolver.
CLAIM_AUTH_TIME - Static variable in interface org.apereo.cas.OidcConstants
The authentication time claim.
CLAIM_PREFERRED_USERNAME - Static variable in interface org.apereo.cas.OidcConstants
The preferred username claim.
CLAIM_SUB - Static variable in interface org.apereo.cas.OidcConstants
The sub claim.
CLAIMS - Static variable in interface org.apereo.cas.OidcConstants
The Claims.
configureClientForMaxAgeAuthorizationRequest(CasClient, WebContext, Authentication) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for max age authorization request.
configureClientForPromptLoginAuthorizationRequest(CasClient, WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for prompt login authorization request.
configureClientForPromptNoneAuthorizationRequest(CasClient, WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for prompt none authorization request.
consentApprovalViewResolver() - Method in class org.apereo.cas.config.OidcConfiguration
Consent approval view resolver.

G

generateJsonInternal(HttpServletRequest, HttpServletResponse, JsonGenerator, AccessToken, RefreshToken, long, Service, OAuthRegisteredService) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
getAuthorizationEndpoint() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getClaimsSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getClaimTypesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getGrantTypesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getIdTokenSigningAlgValuesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getIssuer() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getJwksUri() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getOidcMaxAgeFromAuthorizationRequest(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc max age from authorization request.
getOidcPromptFromAuthorizationRequest(String) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc prompt from authorization request.
getOidcPromptFromAuthorizationRequest(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc prompt from authorization request.
getRegistrationEndpoint() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getResponseTypesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getScopesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getSubjectTypesSupported() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getTokenEndpoint() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getUserinfoEndpoint() - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
getWellKnownDiscoveryConfiguration() - Method in class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
Gets well known discovery configuration.
getWellKnownOpenIdDiscoveryConfiguration() - Method in class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
Gets well known openid discovery configuration.

H

handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcAccessTokenEndpointController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcAuthorizeEndpointController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse, Model) - Method in class org.apereo.cas.web.controllers.OidcJwksEndpointController
Handle request for jwk set.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcProfileEndpointController
 

I

ID_TOKEN - Static variable in interface org.apereo.cas.OidcConstants
The id token.
isAuthenticationProfileAvailable(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is authentication profile available?.
isCasAuthenticationAvailable(WebContext) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication available?
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, ZonedDateTime) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request boolean.
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, Authentication) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request?
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, UserProfile) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request?
isConsentApprovalBypassed(J2EContext, OAuthRegisteredService) - Method in class org.apereo.cas.web.OidcConsentApprovalViewResolver
 

J

JWKS_URL - Static variable in interface org.apereo.cas.OidcConstants
JWKS Endpoint url.

L

LOGIN_REQUIRED - Static variable in interface org.apereo.cas.OidcConstants
Indicates authentication is required and could not be performed.

M

MAX_AGE - Static variable in interface org.apereo.cas.OidcConstants
The max age.

O

oauthCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.OidcConfiguration
Oauth cas client redirect action builder.
oidcAccessTokenController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAccessTokenEndpointController - Class in org.apereo.cas.web.controllers
OidcAccessTokenEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcAccessTokenEndpointController
 
oidcAccessTokenResponseGenerator() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAccessTokenResponseGenerator - Class in org.apereo.cas.web
OidcAccessTokenResponseGenerator() - Constructor for class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
oidcAuthorizationRequestSupport() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAuthorizationRequestSupport - Class in org.apereo.cas.util
OidcAuthorizationRequestSupport() - Constructor for class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
oidcAuthorizeController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAuthorizeEndpointController - Class in org.apereo.cas.web.controllers
OidcAuthorizeEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcAuthorizeEndpointController
 
OidcCasClientRedirectActionBuilder - Class in org.apereo.cas.config
OidcCasClientRedirectActionBuilder() - Constructor for class org.apereo.cas.config.OidcCasClientRedirectActionBuilder
 
oidcCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcConfiguration - Class in org.apereo.cas.config
OidcConfiguration() - Constructor for class org.apereo.cas.config.OidcConfiguration
 
OidcConsentApprovalViewResolver - Class in org.apereo.cas.web
OidcConsentApprovalViewResolver() - Constructor for class org.apereo.cas.web.OidcConsentApprovalViewResolver
 
OidcConstants - Interface in org.apereo.cas
This is OidcConstants.
oidcInterceptor() - Method in class org.apereo.cas.config.OidcConfiguration
Oidc interceptor handler interceptor.
oidcJwksController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcJwksEndpointController - Class in org.apereo.cas.web.controllers
OidcJwksEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcJwksEndpointController
 
oidcPrincipalFactory() - Method in class org.apereo.cas.config.OidcConfiguration
 
oidcProfileController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcProfileEndpointController - Class in org.apereo.cas.web.controllers
OidcProfileEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcProfileEndpointController
 
OidcServerDiscoverySettings - Class in org.apereo.cas.config
OidcServerDiscoverySettings(String, String) - Constructor for class org.apereo.cas.config.OidcServerDiscoverySettings
 
oidcWellKnownController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcWellKnownEndpointController - Class in org.apereo.cas.web.controllers
OidcWellKnownEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
 
org.apereo.cas - package org.apereo.cas
 
org.apereo.cas.config - package org.apereo.cas.config
 
org.apereo.cas.util - package org.apereo.cas.util
 
org.apereo.cas.web - package org.apereo.cas.web
 
org.apereo.cas.web.controllers - package org.apereo.cas.web.controllers
 

P

produceIdTokenClaims(HttpServletRequest, AccessToken, long, OidcRegisteredService, UserProfile, J2EContext) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Produce id token claims jwt claims.
PROMPT - Static variable in interface org.apereo.cas.OidcConstants
The prompt parameter.
PROMPT_CONSENT - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server SHOULD prompt the End-User consent.
PROMPT_LOGIN - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server SHOULD prompt the End-User for reauthentication.
PROMPT_NONE - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server MUST NOT display any authentication or consent user interface pages.

R

REGISTRATION_URL - Static variable in interface org.apereo.cas.OidcConstants
Registration endpoint URL.
requiresAuthenticationAuthorizeInterceptor() - Method in class org.apereo.cas.config.OidcConfiguration
Requires authentication authorize interceptor.
resourceLoader - Variable in class org.apereo.cas.web.controllers.OidcJwksEndpointController
The Resource loader.

S

SCOPES - Static variable in interface org.apereo.cas.OidcConstants
The Scopes.
setClaimsSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setClaimTypesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setGrantTypesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setIdTokenSigningAlgValuesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setIssuer(String) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setJwksFile(Resource) - Method in class org.apereo.cas.web.controllers.OidcJwksEndpointController
 
setJwksFile(Resource) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setOidcAuthorizationRequestSupport(OidcAuthorizationRequestSupport) - Method in class org.apereo.cas.config.OidcCasClientRedirectActionBuilder
 
setOidcAuthzRequestSupport(OidcAuthorizationRequestSupport) - Method in class org.apereo.cas.web.OidcConsentApprovalViewResolver
 
setResponseTypesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setScopesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setSkew(int) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setSubjectTypesSupported(List<String>) - Method in class org.apereo.cas.config.OidcServerDiscoverySettings
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
signIdTokenClaim(OidcRegisteredService, Optional<JsonWebKeySet>, JwtClaims) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Sign id token claim string.

W

writeOutProfileResponse(Authentication, Principal) - Method in class org.apereo.cas.web.controllers.OidcProfileEndpointController
 
A B C G H I J L M O P R S W 
Skip navigation links