public class LdapRealm<T extends LdapRealm<T>> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
allowBlankPassword()
Does this realm support blank password direct verification? Blank
password attempt will be rejected otherwise.
|
T |
allowBlankPassword(Boolean value)
Does this realm support blank password direct verification? Blank
password attempt will be rejected otherwise.
|
String |
dirContext()
The configuration to connect to a LDAP server.
|
T |
dirContext(String value)
The configuration to connect to a LDAP server.
|
Boolean |
directVerification()
Does this realm support verification of credentials by directly
connecting to LDAP as the account being authenticated?
|
T |
directVerification(Boolean value)
Does this realm support verification of credentials by directly
connecting to LDAP as the account being authenticated?
|
String |
getKey() |
Map |
identityMapping()
The configuration options that define how principals are mapped to their
corresponding entries in the underlying LDAP server.
|
T |
identityMapping(Map value)
The configuration options that define how principals are mapped to their
corresponding entries in the underlying LDAP server.
|
T |
identityMapping(String key,
Object value)
The configuration options that define how principals are mapped to their
corresponding entries in the underlying LDAP server.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public LdapRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean allowBlankPassword()
public T allowBlankPassword(Boolean value)
public String dirContext()
public Boolean directVerification()
public T directVerification(Boolean value)
public Map identityMapping()
public T identityMapping(Map value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.