Package org.gluu.oxauth.model.ldap
Class TokenLdap
java.lang.Object
org.gluu.oxauth.model.ldap.TokenLdap
- All Implemented Interfaces:
Serializable
- Version:
- September 6, 2017
- Author:
- Yuriy Zabrovarnyy, Javier Rojas Blum
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDn()
getNonce()
getScope()
getTtl()
int
hashCode()
boolean
boolean
boolean
final void
setAttributes
(TokenAttributes attributes) void
setAuthenticationTime
(Date p_authenticationTime) void
setAuthMode
(String authMode) void
setAuthorizationCode
(String p_authorizationCode) void
void
setClientId
(String clientId) void
setCodeChallenge
(String codeChallenge) void
setCodeChallengeMethod
(String codeChallengeMethod) void
setCreationDate
(Date p_creationDate) void
setDeletable
(boolean deletable) void
void
setExpirationDate
(Date p_expirationDate) final void
setFromCache
(boolean isFromCache) void
setGrantId
(String p_grantId) void
setGrantType
(String p_grantType) void
setIsFromCache
(boolean isFromCache) void
setJwtRequest
(String p_jwtRequest) void
void
void
setSessionDn
(String sessionDn) void
setTokenBindingHash
(String tokenBindingHash) void
setTokenCode
(String p_tokenCode) void
setTokenType
(String p_tokenType) void
setTokenTypeEnum
(TokenType p_tokenType) void
void
-
Constructor Details
-
TokenLdap
public TokenLdap()
-
-
Method Details
-
getAttributes
-
getTtl
-
setTtl
-
setAttributes
-
isDeletable
public boolean isDeletable() -
setDeletable
public void setDeletable(boolean deletable) -
getAuthorizationCode
-
setAuthorizationCode
-
getTokenBindingHash
-
setTokenBindingHash
-
getNonce
-
setNonce
-
getGrantId
-
setGrantId
-
getAuthenticationTime
-
setAuthenticationTime
-
getCreationDate
-
setCreationDate
-
getDn
-
setDn
-
getExpirationDate
-
setExpirationDate
-
getGrantType
-
setGrantType
-
getScope
-
setScope
-
getTokenCode
-
setTokenCode
-
getTokenType
-
setTokenType
-
getTokenTypeEnum
-
setTokenTypeEnum
-
getUserId
-
setUserId
-
getClientId
-
setClientId
-
getJwtRequest
-
setJwtRequest
-
getAuthMode
-
setAuthMode
-
getCodeChallenge
-
setCodeChallenge
-
getCodeChallengeMethod
-
setCodeChallengeMethod
-
getClaims
-
setClaims
-
getSessionDn
-
setSessionDn
-
isFromCache
public boolean isFromCache() -
setIsFromCache
public void setIsFromCache(boolean isFromCache) -
setFromCache
public final void setFromCache(boolean isFromCache) -
isImplicitFlow
public boolean isImplicitFlow() -
equals
-
hashCode
public int hashCode()
-