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
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(CibaRequestCacheControl cibaRequest) boolean
void
save()
Saves changes asynchronouslyvoid
setAuthReqId
(String authReqId) void
setTokensDelivered
(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
-
Constructor Details
-
CIBAGrant
public CIBAGrant()
-
-
Method Details
-
getGrantType
-
init
-
save
public void save()Description copied from interface:IAuthorizationGrant
Saves changes asynchronously- Specified by:
save
in interfaceIAuthorizationGrant
- Overrides:
save
in classAuthorizationGrant
-
getAuthReqId
-
setAuthReqId
-
isTokensDelivered
public boolean isTokensDelivered() -
setTokensDelivered
public void setTokensDelivered(boolean tokensDelivered)
-