Uses of Class
org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
-
Packages that use LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder Modifier and Type Method Description LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder. disableVerification()
By default if we can obtain a credential we support verification against it, this disables it.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder. enablePersistence()
Enable persistence for theUserPasswordCredentialLoader
being defined.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder. setUserPasswordAttribute(String userPasswordAttribute)
Set the name of the attribute within the LDAP entry that should be queries to load the credential.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
LdapSecurityRealmBuilder. userPasswordCredentialLoader()
-