Class DirectoryConnector
- java.lang.Object
-
- com.identity4j.connector.AbstractConnector<P>
-
- com.identity4j.connector.jndi.directory.AbstractDirectoryConnector<DirectoryConfiguration>
-
- com.identity4j.connector.jndi.directory.DirectoryConnector
-
- All Implemented Interfaces:
com.identity4j.connector.BrowseableConnector<DirectoryConfiguration>,com.identity4j.connector.Connector<DirectoryConfiguration>,com.identity4j.util.validator.ValidationContext,Closeable,AutoCloseable
public class DirectoryConnector extends AbstractDirectoryConnector<DirectoryConfiguration>
-
-
Field Summary
-
Fields inherited from class com.identity4j.connector.jndi.directory.AbstractDirectoryConnector
capabilities, COMMON_NAME_ATTRIBUTE, IDENTITY_ITERATOR, ldapService, OBJECT_CLASS_ATTRIBUTE, OU_ATTRIBUTE, ROLE_ITERATOR, socketFactory, WILDCARD_SEARCH
-
-
Constructor Summary
Constructors Constructor Description DirectoryConnector()
-
Method Summary
-
Methods inherited from class com.identity4j.connector.jndi.directory.AbstractDirectoryConnector
allIdentities, allRoles, areCredentialsValid, assignRole, buildGuidFilter, buildIdentityFilter, buildRoleFilter, changePassword, checkCredentialsOptimised, checkNamingException, checkOtherCreationExceptions, configureRoleSearchControls, configureSearchControls, createIdentity, createIdentity, deleteIdentity, deleteRole, finaliseCreate, finaliseCreate, getAttributesReservedForCreation, getAttributeValue, getBrowseableNodes, getByteValue, getCapabilities, getCode, getCoreIdentityAttributes, getCreationPasswordModificationItems, getEmailAttribute, getIdentities, getIdentityByGuid, getIdentityByName, getIdentityCreationObjectClasses, getMessage, getMobileAttribute, getOrganizationalUnits, getReason, getRoleByName, getRoles, getRoles, getRootDn, getSocketFactory, isExcludeForUserUpdate, isIncluded, isIncluded, isIncluded, isOpen, isReadOnly, mapIdentity, mapRole, onClose, onOpen, processNamingException, processNamingException, processUserAttributes, revokeRole, setPassword, setSocketFactory, supportsOptimisedCheckCredentials, updateIdentity
-
Methods inherited from class com.identity4j.connector.AbstractConnector
allIdentities, allRoles, assertGuid, assertPasswordChangeIsAllowed, changePassword, checkCredentials, close, count, countIdentities, countIdentities, countRoles, countRoles, createRole, disableIdentity, enableIdentity, getAttribute, getConfiguration, getPasswordCharacteristics, getPasswordPolicies, getPrincipal, install, isIdentityNameInUse, isRoleNameInUse, lockIdentity, logon, open, reopen, setAttribute, setPassword, setPassword, setPassword, startAuthentication, unlockIdentity, updateRole
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.identity4j.connector.Connector
allIdentities, allRoles, changePassword, checkCredentials, countIdentities, countIdentities, countRoles, countRoles, createRole, disableIdentity, enableIdentity, getAttribute, getConfiguration, getPasswordCharacteristics, getPasswordPolicies, install, isIdentityNameInUse, isRoleNameInUse, lockIdentity, logon, open, reopen, setAttribute, setPassword, setPassword, startAuthentication, unlockIdentity, updateRole
-
-