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 LDAPConfigurationChannel. getLDAPConfiguration()Deprecated.LDAPConfigurationChannel. getLDAPConfigurationFromDN(java.lang.String dn)Deprecated.LDAPConfigurationChannel. getLDAPConfigurationFromDomain(java.lang.String domain)Deprecated.LDAPConfigurationChannel. 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 LDAPConfigurationLdapManager. getLDAPConfiguration()Returns the default LDAPConfiguration used by JCMS which you can give toLDAPMapper(LDAPConfiguration)to connect to your LDAP server.LDAPConfigurationLdapManager. getLDAPConfigurationFromDN(java.lang.String dn)Retrieve the LDAPConfiguration for the specific DN.LDAPConfigurationLdapManager. getLDAPConfigurationFromDomain(java.lang.String domain)Retrieve the LDAPConfiguration for the specific domain.LDAPConfigurationLdapManager. 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 LDAPConfigurationLDAPMapper. confMethods in com.jalios.ldap that return LDAPConfiguration Modifier and Type Method Description LDAPConfigurationLDAPMapper. 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 booleanLDAPUtil. isGroupEntry(com.unboundid.ldap.sdk.SearchResultEntry entry, LDAPConfiguration conf)Determines if the givenSearchResultEntryis a group entry according to parameters specified by the givenLDAPConfigurationobject.static booleanLDAPUtil. isUserEntry(com.unboundid.ldap.sdk.SearchResultEntry entry, LDAPConfiguration conf)Determines if the givenSearchResultEntryis a user entry according to parameters specified by the givenLDAPConfigurationobject.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.
-