Uses of Class
io.jans.as.server.model.common.AbstractToken
-
Packages that use AbstractToken Package Description io.jans.as.server.model.common io.jans.as.server.uma.authorization -
-
Uses of AbstractToken in io.jans.as.server.model.common
Subclasses of AbstractToken in io.jans.as.server.model.common Modifier and Type Class Description class
AccessToken
Access token (as well as any access token type-specific attributes) MUST be kept confidential in transit and storage, and only shared among the authorization server, the resource servers the access token is valid for, and the client to whom the access token is issued.class
AuthorizationCode
The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.class
IdToken
class
RefreshToken
Authorization servers MAY issue refresh tokens to web application clients and native application clients.class
TxToken
Methods in io.jans.as.server.model.common that return AbstractToken Modifier and Type Method Description AbstractToken
AbstractAuthorizationGrant. getAccessToken(String tokenCode)
Gets the access token instance from the id token list or the access token list given its code.AbstractToken
IAuthorizationGrant. getAccessToken(String tokenCode)
AbstractToken
UnmodifiableAuthorizationGrant. getAccessToken(String tokenCode)
Methods in io.jans.as.server.model.common with parameters of type AbstractToken Modifier and Type Method Description io.jans.model.token.TokenEntity
AuthorizationGrant. asTokenEntity(AbstractToken token)
-
Uses of AbstractToken in io.jans.as.server.uma.authorization
Subclasses of AbstractToken in io.jans.as.server.uma.authorization Modifier and Type Class Description class
UmaPCT
class
UmaRPT
Requesting Party Token.
-