Package org.gluu.oxauth.model.common
Class CacheGrant
java.lang.Object
org.gluu.oxauth.model.common.CacheGrant
- All Implemented Interfaces:
Serializable
- Version:
- November 28, 2018
- Author:
- yuriyz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheGrant(AuthorizationGrant grant, AppConfiguration appConfiguration) CacheGrant(CIBAGrant grant, AppConfiguration appConfiguration) CacheGrant(DeviceCodeGrant grant, AppConfiguration appConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionasCibaGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) asCodeGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) asDeviceCodeGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) cacheKey()static StringintgetNonce()getUser()booleanvoidsetAcrValues(String acrValues) voidsetAuthenticationTime(Date authenticationTime) voidsetAuthorizationCodeString(String authorizationCodeString) voidsetAuthReqId(String authReqId) voidvoidvoidsetCodeChallenge(String codeChallenge) voidsetCodeChallengeMethod(String codeChallengeMethod) voidsetGrantId(String grantId) voidvoidvoidsetSessionDn(String sessionDn) voidsetTokensDelivered(boolean tokensDelivered) voidtoString()
-
Constructor Details
-
CacheGrant
public CacheGrant() -
CacheGrant
-
CacheGrant
-
CacheGrant
-
-
Method Details
-
getExpiresIn
public int getExpiresIn() -
getAuthorizationCodeCreationDate
-
getUser
-
setUser
-
getScopes
-
setScopes
-
getGrantId
-
setGrantId
-
getClient
-
setClient
-
getAuthenticationTime
-
setAuthenticationTime
-
getAuthorizationCodeString
-
setAuthorizationCodeString
-
getNonce
-
setNonce
-
getCodeChallenge
-
setCodeChallenge
-
getCodeChallengeMethod
-
setCodeChallengeMethod
-
getClaims
-
setClaims
-
getAcrValues
-
setAcrValues
-
getSessionDn
-
setSessionDn
-
asCodeGrant
public AuthorizationCodeGrant asCodeGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) -
asCibaGrant
public CIBAGrant asCibaGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) -
asDeviceCodeGrant
public DeviceCodeGrant asDeviceCodeGrant(javax.enterprise.inject.Instance<AbstractAuthorizationGrant> grantInstance) -
cacheKey
-
cacheKey
-
getAuthReqId
-
setAuthReqId
-
isTokensDelivered
public boolean isTokensDelivered() -
setTokensDelivered
public void setTokensDelivered(boolean tokensDelivered) -
getDeviceCode
-
toString
-