Uses of Class
org.gluu.oxauth.model.ldap.TokenLdap
Packages that use TokenLdap
-
Uses of TokenLdap in org.gluu.oxauth.model.common
Methods in org.gluu.oxauth.model.common that return TokenLdapModifier and TypeMethodDescriptionAuthorizationGrant.asToken(AccessToken p_accessToken) AuthorizationGrant.asToken(AuthorizationCode p_authorizationCode) AuthorizationGrant.asToken(RefreshToken p_token) AuthorizationGrant.asTokenLdap(AbstractToken p_token) ExecutionContext.getAccessTokenEntity()ExecutionContext.getIdTokenEntity()ExecutionContext.getRefreshTokenEntity()AbstractAuthorizationGrant.getTokenLdap()IAuthorizationGrant.getTokenLdap()UnmodifiableAuthorizationGrant.getTokenLdap()Methods in org.gluu.oxauth.model.common with parameters of type TokenLdapModifier and TypeMethodDescriptionAuthorizationGrantList.assertTokenType(TokenLdap tokenLdap, TokenType tokenType, String clientId) voidvoidExecutionContext.setAccessTokenEntity(TokenLdap accessTokenEntity) voidExecutionContext.setIdTokenEntity(TokenLdap idTokenEntity) voidExecutionContext.setRefreshTokenEntity(TokenLdap refreshTokenEntity) voidAbstractAuthorizationGrant.setTokenLdap(TokenLdap p_tokenLdap) voidIAuthorizationGrant.setTokenLdap(TokenLdap p_tokenLdap) voidUnmodifiableAuthorizationGrant.setTokenLdap(TokenLdap p_tokenLdap) -
Uses of TokenLdap in org.gluu.oxauth.service
Methods in org.gluu.oxauth.service that return TokenLdapMethods in org.gluu.oxauth.service that return types with arguments of type TokenLdapModifier and TypeMethodDescriptionGrantService.getCacheTokensEntries(Set<String> tokenHashes) GrantService.getGrantsByAuthorizationCode(String p_authorizationCode) GrantService.getGrantsByGrantId(String p_grantId) GrantService.getGrantsBySessionDn(String sessionDn) GrantService.getGrantsOfClient(String p_clientId) Methods in org.gluu.oxauth.service with parameters of type TokenLdapModifier and TypeMethodDescriptionvoidvoidGrantService.mergeSilently(TokenLdap p_token) voidvoidvoidGrantService.removeSilently(TokenLdap token) Method parameters in org.gluu.oxauth.service with type arguments of type TokenLdap