Class MidpointDirContextAdapter
- java.lang.Object
-
- org.springframework.ldap.core.DirContextAdapter
-
- com.evolveum.midpoint.model.api.authentication.MidpointDirContextAdapter
-
- All Implemented Interfaces:
Context
,DirContext
,org.springframework.ldap.core.AttributeModificationsAware
,org.springframework.ldap.core.DirContextOperations
,org.springframework.LdapDataEntry
public class MidpointDirContextAdapter extends org.springframework.ldap.core.DirContextAdapter
- Author:
- skublik
-
-
Field Summary
-
Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
-
Fields inherited from interface javax.naming.directory.DirContext
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description MidpointDirContextAdapter(org.springframework.ldap.core.DirContextAdapter dirContextAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FocusType>
getFocusType()
String
getNamingAttr()
void
setFocusType(Class<? extends FocusType> focusType)
void
setNamingAttr(String namingAttr)
-
Methods inherited from class org.springframework.ldap.core.DirContextAdapter
addAttributeValue, addAttributeValue, addToEnvironment, attributeExists, bind, bind, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, equals, exists, exists, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getAttributeSortedStringSet, getDn, getEnvironment, getModificationItems, getNameInNamespace, getNameParser, getNameParser, getNamesOfModifiedAttributes, getObjectAttribute, getObjectAttributes, getReferralUrl, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, getStringAttribute, getStringAttributes, hashCode, isReferral, isUpdateMode, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, rebind, rebind, removeAttributeValue, removeFromEnvironment, rename, rename, search, search, search, search, search, search, search, search, setAttribute, setAttributeValue, setAttributeValues, setAttributeValues, setDn, setUpdateMode, toString, unbind, unbind, update
-
-