Uses of Interface
org.wildfly.security.auth.realm.ldap.CredentialLoader
-
Packages that use CredentialLoader Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of CredentialLoader in org.wildfly.security.auth.realm.ldap
Subinterfaces of CredentialLoader in org.wildfly.security.auth.realm.ldap Modifier and Type Interface Description interface
CredentialPersister
Within LDAP credentials could be stored in different ways, splitting out a CredentialPersister allows different strategies to be plugged into the realm.Classes in org.wildfly.security.auth.realm.ldap that implement CredentialLoader Modifier and Type Class Description (package private) class
OtpCredentialLoader
ACredentialLoader
for loading OTP credentials stored within defined attributes of LDAP entries.(package private) class
UserPasswordCredentialLoader
ACredentialLoader
for loading credentials stored within the 'userPassword' attribute of LDAP entries.Fields in org.wildfly.security.auth.realm.ldap with type parameters of type CredentialLoader Modifier and Type Field Description private List<CredentialLoader>
LdapSecurityRealm. credentialLoaders
private List<CredentialLoader>
LdapSecurityRealmBuilder. credentialLoaders
Methods in org.wildfly.security.auth.realm.ldap with parameters of type CredentialLoader Modifier and Type Method Description (package private) LdapSecurityRealmBuilder
LdapSecurityRealmBuilder. addCredentialLoader(CredentialLoader credentialLoader)
Constructor parameters in org.wildfly.security.auth.realm.ldap with type arguments of type CredentialLoader Constructor Description LdapSecurityRealm(Supplier<Provider[]> providers, org.wildfly.common.function.ExceptionSupplier<DirContext,NamingException> dirContextSupplier, NameRewriter nameRewriter, LdapSecurityRealm.IdentityMapping identityMapping, List<CredentialLoader> credentialLoaders, List<CredentialPersister> credentialPersisters, List<EvidenceVerifier> evidenceVerifiers, int pageSize, Charset hashCharset, Encoding hashEncoding)
-