Package org.wildfly.security.auth.realm.ldap
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.-
Interface Summary Interface Description CredentialPersister Within LDAP credentials could be stored in different ways, splitting out a CredentialPersister allows different strategies to be plugged into the realm.DirContextFactory Factory for obtaining connected DirContext instances.IdentityCredentialPersister ACredentialPersisterfor persisting credentials into LDAP directory. -
Class Summary Class Description AttributeMapping Definition of a mapping from LDAP to an Elytron attribute.AttributeMapping.Builder LdapSecurityRealmBuilder Builder for the security realm implementation backed by LDAP.SimpleDirContextFactoryBuilder A simple builder for aDirContextFactorywhich creates new contexts on demand and disposes of them as soon as they are returned.ThreadLocalSSLSocketFactory AnSocketFactorythat allow passing SSLSocket into DirContext. -
Enum Summary Enum Description DirContextFactory.ReferralMode The referral mode.