org.acegisecurity.userdetails.ldap
public class LdapUserDetailsMapper extends java.lang.Object implements LdapEntryMapper
Constructor and Description |
---|
LdapUserDetailsMapper() |
Modifier and Type | Method and Description |
---|---|
protected GrantedAuthority |
createAuthority(java.lang.Object role)
Creates a GrantedAuthority from a role attribute.
|
java.lang.Object |
mapAttributes(java.lang.String dn,
javax.naming.directory.Attributes attributes) |
protected java.lang.String |
mapPassword(javax.naming.directory.Attribute passwordAttribute)
Extension point to allow customized creation of the user's password from
the attribute stored in the directory.
|
void |
setConvertToUpperCase(boolean convertToUpperCase)
Determines whether role field values will be converted to upper case when loaded.
|
void |
setPasswordAttributeName(java.lang.String passwordAttributeName)
The name of the attribute which contains the user's password.
|
void |
setRoleAttributes(java.lang.String[] roleAttributes)
The names of any attributes in the user's entry which represent application
roles.
|
void |
setRolePrefix(java.lang.String rolePrefix)
The prefix that should be applied to the role names
|
public java.lang.Object mapAttributes(java.lang.String dn, javax.naming.directory.Attributes attributes) throws javax.naming.NamingException
mapAttributes
in interface LdapEntryMapper
javax.naming.NamingException
protected java.lang.String mapPassword(javax.naming.directory.Attribute passwordAttribute) throws javax.naming.NamingException
passwordAttribute
- the attribute instance containing the passwordjavax.naming.NamingException
protected GrantedAuthority createAuthority(java.lang.Object role)
The default implementation converts string attributes to roles, making use of the rolePrefix and convertToUpperCase properties. Non-String attributes are ignored.
role
- the attribute returned frompublic void setConvertToUpperCase(boolean convertToUpperCase)
convertToUpperCase
- true if the roles should be converted to upper case.public void setPasswordAttributeName(java.lang.String passwordAttributeName)
passwordAttributeName
- the name of the attributepublic void setRoleAttributes(java.lang.String[] roleAttributes)
roleAttributes
- the names of the role attributes.public void setRolePrefix(java.lang.String rolePrefix)
rolePrefix
- the prefix (defaults to "ROLE_").Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.