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 aSecurityRealmimplementation 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 interfaceCredentialPersisterWithin 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) classOtpCredentialLoaderACredentialLoaderfor loading OTP credentials stored within defined attributes of LDAP entries.(package private) classUserPasswordCredentialLoaderACredentialLoaderfor 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. credentialLoadersprivate List<CredentialLoader>LdapSecurityRealmBuilder. credentialLoadersMethods in org.wildfly.security.auth.realm.ldap with parameters of type CredentialLoader Modifier and Type Method Description (package private) LdapSecurityRealmBuilderLdapSecurityRealmBuilder. 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)
-