Package com.liferay.portal.security.ldap
Interface PortalLDAP
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionencodeFilterAttribute
(String attribute, boolean rdnEscape) Deprecated.getContext
(long ldapServerId, long companyId) Deprecated.getContext
(long companyId, String providerURL, String principal, String credentials) Deprecated.Deprecated.getGroupAttributes
(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName) Deprecated.getGroupAttributes
(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName, boolean includeReferenceAttributes) Deprecated.byte[]
getGroups
(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String[] attributeIds, List<SearchResult> searchResults) Deprecated.byte[]
getGroups
(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, List<SearchResult> searchResults) Deprecated.byte[]
getGroups
(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String groupFilter, String[] attributeIds, List<SearchResult> searchResults) Deprecated.byte[]
getGroups
(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String groupFilter, List<SearchResult> searchResults) Deprecated.getGroupsDN
(long ldapServerId, long companyId) Deprecated.long
getLdapServerId
(long companyId, String screenName, String emailAddress) Deprecated.getMultivaluedAttribute
(long companyId, LdapContext ldapContext, String baseDN, String filter, Attribute attribute) Deprecated.Deprecated.getUser
(long ldapServerId, long companyId, String screenName, String emailAddress, boolean checkOriginalEmailAddress) Deprecated.getUserAttributes
(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName) Deprecated.byte[]
getUsers
(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String[] attributeIds, List<SearchResult> searchResults) Deprecated.byte[]
getUsers
(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, List<SearchResult> searchResults) Deprecated.byte[]
getUsers
(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String userFilter, String[] attributeIds, List<SearchResult> searchResults) Deprecated.byte[]
getUsers
(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String userFilter, List<SearchResult> searchResults) Deprecated.getUsersDN
(long ldapServerId, long companyId) Deprecated.boolean
Deprecated.boolean
isGroupMember
(long ldapServerId, long companyId, String groupDN, String userDN) Deprecated.boolean
isUserGroupMember
(long ldapServerId, long companyId, String groupDN, String userDN) Deprecated.byte[]
searchLDAP
(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String filter, String[] attributeIds, List<SearchResult> searchResults) Deprecated.
-
Method Details
-
encodeFilterAttribute
Deprecated. -
getContext
Deprecated.- Throws:
Exception
-
getContext
LdapContext getContext(long companyId, String providerURL, String principal, String credentials) throws Exception Deprecated.- Throws:
Exception
-
getGroup
Deprecated.- Throws:
Exception
-
getGroupAttributes
Attributes getGroupAttributes(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName) throws Exception Deprecated.- Throws:
Exception
-
getGroupAttributes
Attributes getGroupAttributes(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName, boolean includeReferenceAttributes) throws Exception Deprecated.- Throws:
Exception
-
getGroups
byte[] getGroups(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String groupFilter, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getGroups
byte[] getGroups(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String groupFilter, String[] attributeIds, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getGroups
byte[] getGroups(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getGroups
byte[] getGroups(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String[] attributeIds, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getGroupsDN
Deprecated.- Throws:
Exception
-
getLdapServerId
Deprecated.- Throws:
Exception
-
getMultivaluedAttribute
Attribute getMultivaluedAttribute(long companyId, LdapContext ldapContext, String baseDN, String filter, Attribute attribute) throws Exception Deprecated.- Throws:
Exception
-
getUser
Binding getUser(long ldapServerId, long companyId, String screenName, String emailAddress) throws Exception Deprecated.- Throws:
Exception
-
getUser
Binding getUser(long ldapServerId, long companyId, String screenName, String emailAddress, boolean checkOriginalEmailAddress) throws Exception Deprecated.- Throws:
Exception
-
getUserAttributes
Attributes getUserAttributes(long ldapServerId, long companyId, LdapContext ldapContext, String fullDistinguishedName) throws Exception Deprecated.- Throws:
Exception
-
getUsers
byte[] getUsers(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String userFilter, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getUsers
byte[] getUsers(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String userFilter, String[] attributeIds, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getUsers
byte[] getUsers(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getUsers
byte[] getUsers(long ldapServerId, long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String[] attributeIds, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
getUsersDN
Deprecated.- Throws:
Exception
-
hasUser
boolean hasUser(long ldapServerId, long companyId, String screenName, String emailAddress) throws Exception Deprecated.- Throws:
Exception
-
isGroupMember
boolean isGroupMember(long ldapServerId, long companyId, String groupDN, String userDN) throws Exception Deprecated.- Throws:
Exception
-
isUserGroupMember
boolean isUserGroupMember(long ldapServerId, long companyId, String groupDN, String userDN) throws Exception Deprecated.- Throws:
Exception
-
searchLDAP
byte[] searchLDAP(long companyId, LdapContext ldapContext, byte[] cookie, int maxResults, String baseDN, String filter, String[] attributeIds, List<SearchResult> searchResults) throws Exception Deprecated.- Throws:
Exception
-
SafePortalLDAP