Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.ldap | |
com.jalios.ldap |
Contains Jalios LDAP utility classes.
|
Modifier and Type | Method and Description |
---|---|
LDAPConfiguration |
Channel.getLDAPConfiguration()
Deprecated.
|
LDAPConfiguration |
Channel.getLDAPConfigurationFromDN(java.lang.String dn)
Deprecated.
|
LDAPConfiguration |
Channel.getLDAPConfigurationFromDomain(java.lang.String domain)
Deprecated.
|
LDAPConfiguration |
Channel.getLDAPConfigurationFromLogin(java.lang.String login)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LDAPConfiguration |
LdapManager.getLDAPConfiguration()
Returns the default LDAPConfiguration used by JCMS which you can give
to
LDAPMapper.LDAPMapper(LDAPConfiguration) to
connect to your LDAP server. |
LDAPConfiguration |
LdapManager.getLDAPConfigurationFromDN(java.lang.String dn)
Retrieve the LDAPConfiguration for the specific DN.
|
LDAPConfiguration |
LdapManager.getLDAPConfigurationFromDomain(java.lang.String domain)
Retrieve the LDAPConfiguration for the specific domain.
|
LDAPConfiguration |
LdapManager.getLDAPConfigurationFromLogin(java.lang.String login)
Retrieve the LDAPConfiguration to use based on the specified login.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LDAPConfiguration> |
LdapManager.getLDAPConfigurations()
Returns all LDAPConfiguration configured in JCMS.
|
Modifier and Type | Field and Description |
---|---|
protected LDAPConfiguration |
LDAPMapper.conf |
Modifier and Type | Method and Description |
---|---|
LDAPConfiguration |
LDAPMapper.getLDAPConfiguration()
Retrieve the LDAPConfiguration object associated to this Mapper.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LDAPUtil.isGroupEntry(com.unboundid.ldap.sdk.SearchResultEntry entry,
LDAPConfiguration conf)
Determines if the given
SearchResultEntry is a group entry according to parameters
specified by the given LDAPConfiguration object. |
static boolean |
LDAPUtil.isUserEntry(com.unboundid.ldap.sdk.SearchResultEntry entry,
LDAPConfiguration conf)
Determines if the given
SearchResultEntry is a user entry according to parameters
specified by the given LDAPConfiguration object. |
Constructor and Description |
---|
LDAPMapper(LDAPConfiguration conf)
Creates a new mapper and establish the connection using given
LDAPConfiguration . |
Copyright © 2001-2018 Jalios SA. All Rights Reserved.