Skip navigation links
A G O P R 

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.

G

getAuthentication() - Method in interface org.apereo.cas.ticket.OAuthToken
Get the current authentication.
getScopes() - Method in interface org.apereo.cas.ticket.OAuthToken
Get requested scopes requested at the time of issuing this code.

O

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.
OAuthToken - Interface in org.apereo.cas.ticket
OAuth tokens are mostly like service tickets: they deal with authentication and service.
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.refreshtoken - package org.apereo.cas.ticket.refreshtoken
 

P

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.refreshtoken.RefreshToken
The prefix for refresh tokens.

R

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.
A G O P R 
Skip navigation links