A C D F G I J N O P R S T U V 
All Classes All Packages

A

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.
AUTHORIZATION_CODE - org.apereo.cas.support.oauth.OAuth20GrantTypes
For the authorization grant type.

C

CLIENT_CREDENTIALS - org.apereo.cas.support.oauth.OAuth20GrantTypes
For the client credentials grant type.
CODE - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For authorization response type.
create(Service, Authentication, Collection<String>, String, Map<String, Map<String, Object>>) - 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>>) - Method in interface org.apereo.cas.ticket.code.OAuth20CodeFactory
Create an OAuth code.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, Map<String, Map<String, Object>>) - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessTokenFactory
Create an access token.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, Map<String, Map<String, Object>>) - Method in interface org.apereo.cas.ticket.refreshtoken.OAuth20RefreshTokenFactory
Create a refresh token.
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.OAuth20DeviceTokenFactory
Create device user code device user code.

D

DEVICE_CODE - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For device_code response type.

F

FORM_POST - org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
form_post response mode.

G

generateDeviceUserCode(String) - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceTokenFactory
Generate device user code string.
getAuthentication() - Method in interface org.apereo.cas.ticket.OAuth20Token
Get the current authentication.
getClaims() - Method in interface org.apereo.cas.ticket.OAuth20Token
Collection of requested claims, if any.
getClientId() - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Client id for whom this access token was issued.
getClientId() - Method in interface org.apereo.cas.ticket.code.OAuth20Code
Gets client id.
getCodeChallenge() - Method in interface org.apereo.cas.ticket.code.OAuth20Code
The PKCE code challenge.
getCodeChallengeMethod() - Method in interface org.apereo.cas.ticket.code.OAuth20Code
The PKCE code challenge method.
getDeviceCode() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Gets device code.
getIdToken() - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Gets id token.
getScopes() - Method in interface org.apereo.cas.ticket.OAuth20Token
Get requested scopes requested at the time of issuing this code.
getService() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Gets service.
getUserCode() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceToken
Gets user code.

I

ID_TOKEN - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
IDTOKEN - org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
IDToken token format.
IDTOKEN_TOKEN - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.
isUserCodeApproved() - Method in interface org.apereo.cas.ticket.device.OAuth20DeviceUserCode
Indicate whether the provided user code is approved by the end-user.

J

JWT - org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
JWT token format.

N

NONE - org.apereo.cas.support.oauth.OAuth20GrantTypes
Indicates the absence of invalidity of a grant type.
NONE - org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
No response mode.
NONE - 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.
OAuth20ClaimTokenFormats - Enum in org.apereo.cas.support.oauth
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.
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
OAuth20GrantTypes - Enum in org.apereo.cas.support.oauth
The OAuth grant types (on the access token request).
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.
OAuth20ResponseModeTypes - Enum in org.apereo.cas.support.oauth
The OAuth response mode types (on the authorize request).
OAuth20ResponseTypes - Enum 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.
org.apereo.cas.support.oauth - package org.apereo.cas.support.oauth
 
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

PASSWORD - 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.

R

REFRESH_TOKEN - org.apereo.cas.support.oauth.OAuth20GrantTypes
For the refresh token grant type.

S

setIdToken(String) - Method in interface org.apereo.cas.ticket.accesstoken.OAuth20AccessToken
Sets id token.

T

TOKEN - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For implicit response type.

U

UMA_TICKET - org.apereo.cas.support.oauth.OAuth20GrantTypes
UMA ticket grant type.

V

valueOf(String) - Static method in enum org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.oauth.OAuth20GrantTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.oauth.OAuth20ResponseTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apereo.cas.support.oauth.OAuth20ClaimTokenFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.oauth.OAuth20GrantTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.oauth.OAuth20ResponseModeTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.oauth.OAuth20ResponseTypes
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I J N O P R S T U V 
All Classes All Packages