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

A

AccessToken - 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.
AccessTokenFactory - Interface in org.apereo.cas.ticket.accesstoken
Factory to create OAuth access tokens.
approveUserCode() - Method in interface org.apereo.cas.ticket.device.DeviceUserCode
Approve user code.
assignUserCode(DeviceUserCode) - Method in interface org.apereo.cas.ticket.device.DeviceToken
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, TicketGrantingTicket, Collection<String>) - Method in interface org.apereo.cas.ticket.accesstoken.AccessTokenFactory
Create an access token.
create(Service, Authentication, TicketGrantingTicket, Collection<String>) - Method in interface org.apereo.cas.ticket.refreshtoken.RefreshTokenFactory
Create a refresh token.
create(Service, Authentication, TicketGrantingTicket, Collection<String>, String, String) - Method in interface org.apereo.cas.ticket.code.OAuthCodeFactory
Create an OAuth code.
createDeviceCode(Service) - Method in interface org.apereo.cas.ticket.device.DeviceTokenFactory
Create an device token.
createDeviceUserCode(DeviceToken) - Method in interface org.apereo.cas.ticket.device.DeviceTokenFactory
Create device user code device user code.

D

DEVICE_CODE - org.apereo.cas.support.oauth.OAuth20ResponseTypes
For device_code response type.
DeviceToken - Interface in org.apereo.cas.ticket.device
This is DeviceToken.
DeviceTokenFactory - Interface in org.apereo.cas.ticket.device
Factory to create OAuth device tokens.
DeviceUserCode - Interface in org.apereo.cas.ticket.device

G

generateDeviceUserCode(String) - Method in interface org.apereo.cas.ticket.device.DeviceTokenFactory
Generate device user code string.
getAuthentication() - Method in interface org.apereo.cas.ticket.OAuthToken
Get the current authentication.
getCodeChallenge() - Method in interface org.apereo.cas.ticket.code.OAuthCode
The PKCE code challenge.
getCodeChallengeMethod() - Method in interface org.apereo.cas.ticket.code.OAuthCode
The PKCE code challenge method.
getDeviceCode() - Method in interface org.apereo.cas.ticket.device.DeviceUserCode
Gets device code.
getIdToken() - Method in interface org.apereo.cas.ticket.accesstoken.AccessToken
Gets id token.
getScopes() - Method in interface org.apereo.cas.ticket.OAuthToken
Get requested scopes requested at the time of issuing this code.
getService() - Method in interface org.apereo.cas.ticket.device.DeviceToken
Gets service.
getUserCode() - Method in interface org.apereo.cas.ticket.device.DeviceToken
Gets user code.

I

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.DeviceUserCode
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.OAuth20ResponseTypes
For indication of invalid or absent response type.

O

OAuth20ClaimTokenFormats - Enum in org.apereo.cas.support.oauth
OAuth20GrantTypes - Enum in org.apereo.cas.support.oauth
The OAuth grant types (on the access token request).
OAuth20ResponseTypes - Enum in org.apereo.cas.support.oauth
The OAuth response types (on the authorize request).
OAuthCode - 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.
OAuthCodeFactory - Interface in org.apereo.cas.ticket.code
Factory to create OAuth codes.
OAuthToken - 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.AccessToken
The prefix for access tokens.
PREFIX - Static variable in interface org.apereo.cas.ticket.code.OAuthCode
The prefix for OAuth codes.
PREFIX - Static variable in interface org.apereo.cas.ticket.device.DeviceToken
Prefix generally applied to unique ids.
PREFIX - Static variable in interface org.apereo.cas.ticket.device.DeviceUserCode
Prefix generally applied to unique ids.
PREFIX - Static variable in interface org.apereo.cas.ticket.refreshtoken.RefreshToken
The prefix for refresh tokens.

R

REFRESH_TOKEN - org.apereo.cas.support.oauth.OAuth20GrantTypes
For the refresh token grant type.
RefreshToken - 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.
RefreshTokenFactory - Interface in org.apereo.cas.ticket.refreshtoken
Factory to create OAuth refresh tokens.

S

setIdToken(String) - Method in interface org.apereo.cas.ticket.accesstoken.AccessToken
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.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.OAuth20ResponseTypes
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I J N O P R S T U V 
All Classes All Packages