@ApplicationScoped public class TomEELDAPIdentityStore extends Object implements javax.security.enterprise.identitystore.IdentityStore
| Constructor and Description |
|---|
TomEELDAPIdentityStore() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCallerGroups(javax.security.enterprise.identitystore.CredentialValidationResult validationResult) |
static LdapContext |
lookup(String url,
String bindDn,
String bindDnPassword) |
int |
priority() |
javax.security.enterprise.identitystore.CredentialValidationResult |
validate(javax.security.enterprise.credential.Credential credential) |
Set<javax.security.enterprise.identitystore.IdentityStore.ValidationType> |
validationTypes() |
public javax.security.enterprise.identitystore.CredentialValidationResult validate(javax.security.enterprise.credential.Credential credential)
validate in interface javax.security.enterprise.identitystore.IdentityStorepublic Set<String> getCallerGroups(javax.security.enterprise.identitystore.CredentialValidationResult validationResult)
getCallerGroups in interface javax.security.enterprise.identitystore.IdentityStorepublic int priority()
priority in interface javax.security.enterprise.identitystore.IdentityStorepublic Set<javax.security.enterprise.identitystore.IdentityStore.ValidationType> validationTypes()
validationTypes in interface javax.security.enterprise.identitystore.IdentityStorepublic static LdapContext lookup(String url, String bindDn, String bindDnPassword)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.