public class LdapAuthenticationConfig extends Object implements AuthenticationConfig
BasicLdapLoginModule
and LdapLoginModule
.Constructor and Description |
---|
LdapAuthenticationConfig() |
public String getUrl()
public LdapAuthenticationConfig setUrl(String url)
public String getSocketFactoryClassName()
public LdapAuthenticationConfig setSocketFactoryClassName(String socketFactoryClassName)
public String getSystemUserDn()
public LdapAuthenticationConfig setSystemUserDn(String systemUserDn)
public String getSystemUserPassword()
public LdapAuthenticationConfig setSystemUserPassword(String systemUserPassword)
public boolean isParseDn()
public LdapAuthenticationConfig setParseDn(boolean parseDn)
public String getRoleContext()
public LdapAuthenticationConfig setRoleContext(String roleContext)
public String getRoleFilter()
public LdapAuthenticationConfig setRoleFilter(String roleFilter)
public String getRoleMappingAttribute()
public LdapAuthenticationConfig setRoleMappingAttribute(String roleMappingAttribute)
public LdapRoleMappingMode getRoleMappingMode()
public LdapAuthenticationConfig setRoleMappingMode(LdapRoleMappingMode roleMappingMode)
public String getRoleNameAttribute()
public LdapAuthenticationConfig setRoleNameAttribute(String roleNameAttribute)
public Integer getRoleRecursionMaxDepth()
public LdapAuthenticationConfig setRoleRecursionMaxDepth(Integer roleRecursionMaxDepth)
public LdapSearchScope getRoleSearchScope()
public LdapAuthenticationConfig setRoleSearchScope(LdapSearchScope roleSearchScope)
public String getUserNameAttribute()
public LdapAuthenticationConfig setUserNameAttribute(String userNameAttribute)
public String getPasswordAttribute()
public LdapAuthenticationConfig setPasswordAttribute(String passwordAttribute)
public String getUserContext()
public LdapAuthenticationConfig setUserContext(String userContext)
public String getUserFilter()
public LdapAuthenticationConfig setUserFilter(String userFilter)
public LdapSearchScope getUserSearchScope()
public LdapAuthenticationConfig setUserSearchScope(LdapSearchScope userSearchScope)
public LoginModuleConfig[] asLoginModuleConfigs()
AuthenticationConfig
asLoginModuleConfigs
in interface AuthenticationConfig
Copyright © 2020 Hazelcast, Inc.. All rights reserved.