Uses of Class
org.gluu.oxauth.model.ldap.TokenLdap
-
Packages that use TokenLdap Package Description org.gluu.oxauth.model.common org.gluu.oxauth.service -
-
Uses of TokenLdap in org.gluu.oxauth.model.common
Methods in org.gluu.oxauth.model.common that return TokenLdap Modifier and Type Method Description TokenLdap
AuthorizationGrant. asToken(AccessToken p_accessToken)
TokenLdap
AuthorizationGrant. asToken(AuthorizationCode p_authorizationCode)
TokenLdap
AuthorizationGrant. asToken(IdToken p_token)
TokenLdap
AuthorizationGrant. asToken(RefreshToken p_token)
TokenLdap
AuthorizationGrant. asTokenLdap(AbstractToken p_token)
TokenLdap
ExecutionContext. getAccessTokenEntity()
TokenLdap
ExecutionContext. getIdTokenEntity()
TokenLdap
ExecutionContext. getRefreshTokenEntity()
TokenLdap
AbstractAuthorizationGrant. getTokenLdap()
TokenLdap
IAuthorizationGrant. getTokenLdap()
TokenLdap
UnmodifiableAuthorizationGrant. getTokenLdap()
Methods in org.gluu.oxauth.model.common with parameters of type TokenLdap Modifier and Type Method Description AuthorizationGrant
AuthorizationGrantList. asGrant(TokenLdap tokenLdap)
AuthorizationGrant
AuthorizationGrantList. assertTokenType(TokenLdap tokenLdap, TokenType tokenType, java.lang.String clientId)
void
AuthorizationGrant. persist(TokenLdap p_token)
void
ExecutionContext. setAccessTokenEntity(TokenLdap accessTokenEntity)
void
ExecutionContext. setIdTokenEntity(TokenLdap idTokenEntity)
void
ExecutionContext. setRefreshTokenEntity(TokenLdap refreshTokenEntity)
void
AbstractAuthorizationGrant. setTokenLdap(TokenLdap p_tokenLdap)
void
IAuthorizationGrant. setTokenLdap(TokenLdap p_tokenLdap)
void
UnmodifiableAuthorizationGrant. setTokenLdap(TokenLdap p_tokenLdap)
-
Uses of TokenLdap in org.gluu.oxauth.service
Methods in org.gluu.oxauth.service that return TokenLdap Modifier and Type Method Description TokenLdap
GrantService. getGrantByCode(java.lang.String p_code)
Methods in org.gluu.oxauth.service that return types with arguments of type TokenLdap Modifier and Type Method Description java.util.List<TokenLdap>
GrantService. getCacheTokensEntries(java.util.Set<java.lang.String> tokenHashes)
java.util.List<TokenLdap>
GrantService. getGrantsByAuthorizationCode(java.lang.String p_authorizationCode)
java.util.List<TokenLdap>
GrantService. getGrantsByGrantId(java.lang.String p_grantId)
java.util.List<TokenLdap>
GrantService. getGrantsBySessionDn(java.lang.String sessionDn)
java.util.List<TokenLdap>
GrantService. getGrantsOfClient(java.lang.String p_clientId)
Methods in org.gluu.oxauth.service with parameters of type TokenLdap Modifier and Type Method Description void
GrantService. merge(TokenLdap p_token)
void
GrantService. mergeSilently(TokenLdap p_token)
void
GrantService. persist(TokenLdap token)
void
GrantService. remove(TokenLdap p_token)
void
GrantService. removeSilently(TokenLdap token)
Method parameters in org.gluu.oxauth.service with type arguments of type TokenLdap Modifier and Type Method Description void
GrantService. remove(java.util.List<TokenLdap> p_entries)
void
GrantService. removeSilently(java.util.List<TokenLdap> p_entries)
-