|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LDAPConfiguration | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.ldap | Contains Jalios LDAP utility classes. |
Uses of LDAPConfiguration in com.jalios.jcms |
---|
Fields in com.jalios.jcms declared as LDAPConfiguration | |
---|---|
protected LDAPConfiguration |
Channel.ldapConf
|
Methods in com.jalios.jcms that return LDAPConfiguration | |
---|---|
LDAPConfiguration |
Channel.getLDAPConfiguration()
Returns the default LDAPConfiguration used by JCMS which you can give to LDAPMapper.LDAPMapper(LDAPConfiguration) to
connect to your LDAP server. |
LDAPConfiguration |
Channel.getLDAPConfigurationFromDN(String dn)
Retrieve the LDAPConfiguration for the specific DN. |
LDAPConfiguration |
Channel.getLDAPConfigurationFromDomain(String domain)
Retrieve the LDAPConfiguration for the specific domain. |
LDAPConfiguration |
Channel.getLDAPConfigurationFromLogin(String login)
Retrieve the LDAPConfiguration to use based on the specified login. |
Uses of LDAPConfiguration in com.jalios.ldap |
---|
Fields in com.jalios.ldap declared as LDAPConfiguration | |
---|---|
protected LDAPConfiguration |
LDAPMapper.conf
|
Methods in com.jalios.ldap that return LDAPConfiguration | |
---|---|
LDAPConfiguration |
LDAPMapper.getLDAPConfiguration()
Retrieve the LDAPConfiguration object associated to this Mapper. |
Methods in com.jalios.ldap with parameters of type LDAPConfiguration | |
---|---|
static boolean |
LDAPUtil.isGroupEntry(netscape.ldap.LDAPEntry entry,
LDAPConfiguration conf)
Determines if the given LDAPEntry is a group entry according to parameters
specified by the given LDAPConfiguration object. |
static boolean |
LDAPUtil.isUserEntry(netscape.ldap.LDAPEntry entry,
LDAPConfiguration conf)
Determines if the given LDAPEntry is a user entry according to parameters
specified by the given LDAPConfiguration object. |
Constructors in com.jalios.ldap with parameters of type LDAPConfiguration | |
---|---|
LDAPMapper(LDAPConfiguration conf)
Creates a new mapper and establish the connection using given LDAPConfiguration . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |