Uses of Class
org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
Packages that use LdapSecurityRealmBuilder
Package
Description
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.-
Uses of LdapSecurityRealmBuilder in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return LdapSecurityRealmBuilderModifier and TypeMethodDescriptionLdapSecurityRealmBuilder.addDirectEvidenceVerification()LdapSecurityRealmBuilder.addDirectEvidenceVerification(boolean allowBlankPassword) LdapSecurityRealmBuilder.IdentityMappingBuilder.build()LdapSecurityRealmBuilder.OtpCredentialLoaderBuilder.build()LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder.build()LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder.build()static LdapSecurityRealmBuilderLdapSecurityRealmBuilder.builder()Construct a new instance.LdapSecurityRealmBuilder.setDirContextSupplier(ExceptionSupplier<DirContext, NamingException> dirContextSupplier) Set the directory context supplier.LdapSecurityRealmBuilder.setHashCharset(Charset hashCharset) Set the character set to use when converting the password string to a byte array.LdapSecurityRealmBuilder.setHashEncoding(Encoding hashEncoding) Set the string format for the password in the properties file if they are not stored in plain text.LdapSecurityRealmBuilder.setNameRewriter(NameRewriter nameRewriter) Add a name rewriter to this builder.LdapSecurityRealmBuilder.setPageSize(int pageSize) Set size of page for realm iteratingLdapSecurityRealmBuilder.setProviders(Supplier<Provider[]> providers) The the Provider[] supplier.