Package org.gluu.oxauth.model.common
Class CIBAGrant
- java.lang.Object
-
- org.gluu.oxauth.model.common.AbstractAuthorizationGrant
-
- org.gluu.oxauth.model.common.AuthorizationGrant
-
- org.gluu.oxauth.model.common.CIBAGrant
-
- All Implemented Interfaces:
IAuthorizationGrant
public class CIBAGrant extends AuthorizationGrant
An extension grant with the grant type value: urn:openid:params:grant-type:ciba- Version:
- May 5, 2020
- Author:
- Javier Rojas Blum
-
-
Field Summary
-
Fields inherited from class org.gluu.oxauth.model.common.AbstractAuthorizationGrant
accessTokens, appConfiguration, refreshTokens, scopeChecker
-
-
Constructor Summary
Constructors Constructor Description CIBAGrant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthReqId()GrantTypegetGrantType()voidinit(CibaRequestCacheControl cibaRequest)booleanisTokensDelivered()voidsave()Saves changes asynchronouslyvoidsetAuthReqId(java.lang.String authReqId)voidsetTokensDelivered(boolean tokensDelivered)-
Methods inherited from class org.gluu.oxauth.model.common.AuthorizationGrant
asToken, asToken, asToken, asToken, asTokenLdap, checkExpiredTokens, checkScopesPolicy, createAccessToken, createIdToken, createIdToken, createRefreshToken, createRefreshToken, getScopesAsString, getSub, init, isCachedWithNoPersistence, isImplicitFlow, persist, persist, revokeAllTokens, setIsCachedWithNoPersistence
-
Methods inherited from class org.gluu.oxauth.model.common.AbstractAuthorizationGrant
getAccessToken, getAccessTokens, getAccessTokensCodes, getAcrValues, getAuthenticationTime, getAuthorizationCode, getAuthorizationGrantType, getClaims, getClient, getClientDn, getClientId, getCodeChallenge, getCodeChallengeMethod, getGrantId, getIdToken, getJwtAuthorizationRequest, getLongLivedAccessToken, getNonce, getRefreshToken, getRefreshTokens, getRefreshTokensCodes, getScopes, getSessionDn, getTokenBindingHash, getTokenLdap, getUser, getUserDn, getUserId, getX5ts256, setAccessTokens, setAcrValues, setAuthenticationTime, setAuthorizationCode, setClaims, setCodeChallenge, setCodeChallengeMethod, setGrantId, setIdToken, setJwtAuthorizationRequest, setLongLivedAccessToken, setNonce, setRefreshTokens, setScopes, setSessionDn, setTokenBindingHash, setTokenLdap, setX5ts256, toString
-
-
-
-
Method Detail
-
getGrantType
public GrantType getGrantType()
-
init
public void init(CibaRequestCacheControl cibaRequest)
-
save
public void save()
Description copied from interface:IAuthorizationGrantSaves changes asynchronously- Specified by:
savein interfaceIAuthorizationGrant- Overrides:
savein classAuthorizationGrant
-
getAuthReqId
public java.lang.String getAuthReqId()
-
setAuthReqId
public void setAuthReqId(java.lang.String authReqId)
-
isTokensDelivered
public boolean isTokensDelivered()
-
setTokensDelivered
public void setTokensDelivered(boolean tokensDelivered)
-
-