Uses of Class
com.jalios.ldap.LDAPConfiguration
-
Packages that use LDAPConfiguration Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.ldap com.jalios.ldap Contains Jalios LDAP utility classes. -
-
Uses of LDAPConfiguration in com.jalios.jcms
Methods in com.jalios.jcms that return LDAPConfiguration Modifier and Type Method 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. -
Uses of LDAPConfiguration in com.jalios.jcms.ldap
Methods in com.jalios.jcms.ldap that return LDAPConfiguration Modifier and Type Method Description LDAPConfiguration
LdapManager. getLDAPConfiguration()
Returns the default LDAPConfiguration used by JCMS which you can give toLDAPMapper(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.Methods in com.jalios.jcms.ldap that return types with arguments of type LDAPConfiguration Modifier and Type Method Description java.util.List<LDAPConfiguration>
LdapManager. getLDAPConfigurations()
Returns all LDAPConfiguration configured in JCMS. -
Uses of LDAPConfiguration in com.jalios.ldap
Fields in com.jalios.ldap declared as LDAPConfiguration Modifier and Type Field Description protected LDAPConfiguration
LDAPMapper. conf
Methods in com.jalios.ldap that return LDAPConfiguration Modifier and Type Method Description LDAPConfiguration
LDAPMapper. getLDAPConfiguration()
Retrieve the LDAPConfiguration object associated to this Mapper.Methods in com.jalios.ldap with parameters of type LDAPConfiguration Modifier and Type Method Description static boolean
LDAPUtil. isGroupEntry(com.unboundid.ldap.sdk.SearchResultEntry entry, LDAPConfiguration conf)
Determines if the givenSearchResultEntry
is a group entry according to parameters specified by the givenLDAPConfiguration
object.static boolean
LDAPUtil. isUserEntry(com.unboundid.ldap.sdk.SearchResultEntry entry, LDAPConfiguration conf)
Determines if the givenSearchResultEntry
is a user entry according to parameters specified by the givenLDAPConfiguration
object.Constructors in com.jalios.ldap with parameters of type LDAPConfiguration Constructor Description LDAPMapper(LDAPConfiguration conf)
Creates a new mapper and establish the connection using givenLDAPConfiguration
.
-