Uses of Interface
org.wildfly.security.auth.realm.ldap.CredentialPersister
-
Packages that use CredentialPersister Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of CredentialPersister in org.wildfly.security.auth.realm.ldap
Classes in org.wildfly.security.auth.realm.ldap that implement CredentialPersister 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 CredentialPersister Modifier and Type Field Description private List<CredentialPersister>
LdapSecurityRealm. credentialPersisters
private List<CredentialPersister>
LdapSecurityRealmBuilder. credentialPersisters
Methods in org.wildfly.security.auth.realm.ldap with parameters of type CredentialPersister Modifier and Type Method Description (package private) LdapSecurityRealmBuilder
LdapSecurityRealmBuilder. addCredentialPersister(CredentialPersister credentialPersister)
-