|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.directory.connector.LDAPPropertiesMapper
public class LDAPPropertiesMapper
Field Summary | |
---|---|
static String |
CONNECTION_FACTORY
LDAP connection factory. |
static String |
CONNECTION_FACTORY_SSL_IMPL
LDAP secure connection factory. |
static String |
CONNECTION_INITIAL_CONTEXT_FACTORY
LDAP initial context factory. |
static String |
CONNECTION_SECURITY_AUTHENTICATION
LDAP connection method. |
static String |
CONNECTION_SSL_SECURITY_PROTOCOL
LDAP secure connection method. |
static String |
GROUP_DESCRIPTION_KEY
Attribute key for the LDAP group description attribute. |
static String |
GROUP_DN_ADDITION
Attribute key for the LDAP group base dn. |
static String |
GROUP_NAME_KEY
Attribute key for the LDAP group name attribute. |
static String |
GROUP_OBJECTCLASS_KEY
Attribute key for the LDAP group object class. |
static String |
GROUP_OBJECTFILTER_KEY
Attribute key for the LDAP group object class. |
static String |
GROUP_USERNAMES_KEY
Attribute key for the LDAP group membership attribute. |
static String |
LDAP_BASEDN_KEY
Attribute key for the LDAP base DN. |
static String |
LDAP_PASSWORD_KEY
Attribute key for the LDAP password. |
static String |
LDAP_REFERRAL_KEY
Attribute key for the referral option. |
static String |
LDAP_SECURE_KEY
Attribute key for the SSL required flag. |
static String |
LDAP_URL_KEY
Attribute key for the LDAP url. |
static String |
LDAP_USERDN_KEY
Attribute key for the LDAP user DN. |
static String |
ROLE_DESCRIPTION_KEY
Attribute key for the LDAP role description attribute. |
static String |
ROLE_DN_ADDITION
Attribute key for the LDAP role base dn. |
static String |
ROLE_NAME_KEY
Attribute key for the LDAP role name attribute. |
static String |
ROLE_OBJECTCLASS_KEY
Attribute key for the LDAP role object class. |
static String |
ROLE_OBJECTFILTER_KEY
Attribute key for the LDAP role object class. |
static String |
ROLE_USERNAMES_KEY
Attribute key for the LDAP role membership attribute. |
static String |
USER_DN_ADDITION
Attribute key for the LDAP principal base dn. |
static String |
USER_EMAIL_KEY
Attribute key for the LDAP principal email attribute. |
static String |
USER_FIRSTNAME_KEY
Attribute key for the LDAP principal lastname attribute. |
static String |
USER_GROUP_KEY
Attribute key for the LDAP principal memberships attribute. |
static String |
USER_LASTNAME_KEY
Attribute key for the LDAP principal firstname attribute. |
static String |
USER_OBJECTCLASS_KEY
Attribute key for the LDAP principal object class. |
static String |
USER_OBJECTFILTER_KEY
Attribute key for the LDAP role object class. |
static String |
USER_PASSWORD_KEY
Attribute key for the LDAP principal password attribute. |
static String |
USER_USERNAME_KEY
Attribute key for the LDAP principal name attribute. |
Constructor Summary | |
---|---|
LDAPPropertiesMapper()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LDAP_URL_KEY
Attribute
key for the LDAP url.
public static final String LDAP_SECURE_KEY
Attribute
key for the SSL required flag.
public static final String LDAP_REFERRAL_KEY
Attribute
key for the referral option.
public static final String LDAP_BASEDN_KEY
Attribute
key for the LDAP base DN.
public static final String LDAP_USERDN_KEY
Attribute
key for the LDAP user DN.
public static final String LDAP_PASSWORD_KEY
Attribute
key for the LDAP password.
public static final String GROUP_DN_ADDITION
Attribute
key for the LDAP group base dn.
public static final String GROUP_DESCRIPTION_KEY
Attribute
key for the LDAP group description attribute.
public static final String GROUP_NAME_KEY
Attribute
key for the LDAP group name attribute.
public static final String GROUP_OBJECTCLASS_KEY
Attribute
key for the LDAP group object class.
public static final String GROUP_OBJECTFILTER_KEY
Attribute
key for the LDAP group object class.
public static final String GROUP_USERNAMES_KEY
Attribute
key for the LDAP group membership attribute.
public static final String ROLE_DN_ADDITION
Attribute
key for the LDAP role base dn.
public static final String ROLE_DESCRIPTION_KEY
Attribute
key for the LDAP role description attribute.
public static final String ROLE_NAME_KEY
Attribute
key for the LDAP role name attribute.
public static final String ROLE_OBJECTCLASS_KEY
Attribute
key for the LDAP role object class.
public static final String ROLE_OBJECTFILTER_KEY
Attribute
key for the LDAP role object class.
public static final String ROLE_USERNAMES_KEY
Attribute
key for the LDAP role membership attribute.
public static final String USER_DN_ADDITION
Attribute
key for the LDAP principal base dn.
public static final String USER_EMAIL_KEY
Attribute
key for the LDAP principal email attribute.
public static final String USER_FIRSTNAME_KEY
Attribute
key for the LDAP principal lastname attribute.
public static final String USER_GROUP_KEY
Attribute
key for the LDAP principal memberships attribute.
public static final String USER_LASTNAME_KEY
Attribute
key for the LDAP principal firstname attribute.
public static final String USER_OBJECTCLASS_KEY
Attribute
key for the LDAP principal object class.
public static final String USER_OBJECTFILTER_KEY
Attribute
key for the LDAP role object class.
public static final String USER_USERNAME_KEY
Attribute
key for the LDAP principal name attribute.
public static final String USER_PASSWORD_KEY
Attribute
key for the LDAP principal password attribute.
public static String CONNECTION_INITIAL_CONTEXT_FACTORY
public static String CONNECTION_SECURITY_AUTHENTICATION
public static String CONNECTION_SSL_SECURITY_PROTOCOL
public static String CONNECTION_FACTORY
public static String CONNECTION_FACTORY_SSL_IMPL
Constructor Detail |
---|
public LDAPPropertiesMapper()
Method Detail |
---|
public Map getImplementations()
public Map getConfigurationDetails()
properties
associated
with that LDAP connector.
public Hashtable getEnvironment()
protected boolean isSecureSSL()
true
if and only if the connection must be securem, otherwise false
.protected boolean isReferral()
public Map getAttributes()
public void setAttributes(Map attributes)
public String getSingleAttribute(String key)
public String getBaseDN()
public String getGroupBaseDN()
public String getGroupFilter()
public String getConnectionURL()
public String getUsername()
public String getPassword()
public String getGroupNameAttribute()
public String getObjectClassAttribute()
public String getRoleFilter()
public String getRoleBaseDN()
public String getRoleNameAttribute()
public String getPrincipalFilter()
public String getPrincipalBaseDN()
public String getPrincipalNameAttribute()
public String getPrincipalEmailAttribute()
public String getGroupObject()
public String getGroupDescriptionAttribute()
public String getGroupMemberAttribute()
public String getRoleObject()
public String getRoleDescriptionAttribute()
public String getRoleMemberAttribute()
public String getPrincipalObject()
public String getPrincipalFirstnameAttribute()
public String getPrincipalLastnameAttribute()
public String getPrincipalPasswordAttribute()
public LDAPPropertiesHelper getLdapPropertiesHelper()
public void setLdapPropertiesHelper(LDAPPropertiesHelper ldapPropertiesHelper)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |