Uses of Interface
org.wildfly.security.auth.realm.ldap.IdentityCredentialLoader
-
Packages that use IdentityCredentialLoader Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of IdentityCredentialLoader in org.wildfly.security.auth.realm.ldap
Subinterfaces of IdentityCredentialLoader in org.wildfly.security.auth.realm.ldap Modifier and Type Interface Description interface
IdentityCredentialPersister
ACredentialPersister
for persisting credentials into LDAP directory.Classes in org.wildfly.security.auth.realm.ldap that implement IdentityCredentialLoader Modifier and Type Class Description private class
OtpCredentialLoader.ForIdentityLoader
private class
UserPasswordCredentialLoader.ForIdentityLoader
Methods in org.wildfly.security.auth.realm.ldap that return IdentityCredentialLoader Modifier and Type Method Description IdentityCredentialLoader
CredentialLoader. forIdentity(DirContext dirContext, String distinguishedName, Attributes attributes)
Obtain anIdentityCredentialLoader
to query the credentials for a specific identity.default IdentityCredentialLoader
CredentialLoader. forIdentity(DirContext dirContext, String distinguishedName, Attributes attributes, Encoding hashEncoding)
Obtain anIdentityCredentialLoader
to query the credentials for a specific identity.
-