- PagedResult - Class in org.springframework.ldap.control
-
Deprecated.
- PagedResult(List<?>, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResult
-
Deprecated.
- PagedResultsCookie - Class in org.springframework.ldap.control
-
Wrapper class for the cookie returned when using the
PagedResultsControl
.
- PagedResultsCookie(byte[]) - Constructor for class org.springframework.ldap.control.PagedResultsCookie
-
Constructor.
- PagedResultsDirContextProcessor - Class in org.springframework.ldap.control
-
DirContextProcessor implementation for managing the paged results control.
- PagedResultsDirContextProcessor(int) - Constructor for class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Constructs a new instance.
- PagedResultsDirContextProcessor(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Constructs a new instance with the supplied page size and cookie.
- PagedResultsRequestControl - Class in org.springframework.ldap.control
-
- PagedResultsRequestControl(int) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Constructs a new instance.
- PagedResultsRequestControl(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Constructs a new instance with the supplied page size and cookie.
- PAIR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- ParameterizedContextMapper<T> - Interface in org.springframework.ldap.core.simple
-
- ParameterizedContextMapperWithControls<T> - Interface in org.springframework.ldap.core.simple
-
- parse(Element, ParserContext) - Method in class org.springframework.ldap.config.ContextSourceParser
-
- parse(Element, ParserContext) - Method in class org.springframework.ldap.config.DefaultRenamingStrategyParser
-
- parse(Element, ParserContext) - Method in class org.springframework.ldap.config.LdapTemplateParser
-
- parse(Element, ParserContext) - Method in class org.springframework.ldap.config.TransactionManagerParser
-
- parse(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Parse the supplied String and make this instance represent the
corresponding distinguished name.
- parse(String) - Method in interface org.springframework.ldap.ldif.support.AttributeValidationPolicy
-
Validates attribute contained in the buffer and returns an LdapAttribute.
- parse(String) - Method in class org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy
-
Validates attribute contained in the buffer and returns an LdapAttribute.
- parseBase64Binary(String) - Static method in class org.springframework.ldap.support.LdapEncoder
-
Converts the Base64 encoded string argument into an array of bytes.
- parseDefaultRenamingStrategy(Element) - Method in class org.springframework.ldap.config.TransactionManagerParser
-
- ParseException - Exception in org.springframework.ldap.core
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.springframework.ldap.core.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.springframework.ldap.core.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.springframework.ldap.core.ParseException
-
Constructor with message.
- Parser - Interface in org.springframework.ldap.ldif.parser
-
The Parser interface represents the required methods to be implemented by parser utilities.
- PartialResultException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI PartialResultException.
- PartialResultException(PartialResultException) - Constructor for exception org.springframework.ldap.PartialResultException
-
- password - Variable in class org.springframework.ldap.core.support.AbstractContextSource
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
-
- performOperation() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
-
Perform the operation.
- performOperation(Object, String, Object[]) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
-
Indicates that the supplied operation (method name) is to be performed.
- performOperation(Object, Object, Method, Object[]) - Static method in class org.springframework.transaction.compensating.support.CompensatingTransactionUtils
-
Perform the specified operation, storing the state prior to the operation
in order to enable commit/rollback later.
- performOperation(Object, String, Object[]) - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
- PoolConfig - Class in org.springframework.ldap.pool2.factory
-
A wrapper class for the pool configuration.
- PoolConfig() - Constructor for class org.springframework.ldap.pool2.factory.PoolConfig
-
- PooledContextSource - Class in org.springframework.ldap.pool2.factory
-
- PooledContextSource(PoolConfig) - Constructor for class org.springframework.ldap.pool2.factory.PooledContextSource
-
Creates a new pooling context source, setting up the DirContext object
factory and generic keyed object pool.
- PoolExhaustedAction - Enum in org.springframework.ldap.pool
-
- POOLING - Static variable in class org.springframework.ldap.config.Elements
-
- POOLING2 - Static variable in class org.springframework.ldap.config.Elements
-
- PoolingContextSource - Class in org.springframework.ldap.pool.factory
-
- PoolingContextSource() - Constructor for class org.springframework.ldap.pool.factory.PoolingContextSource
-
Creates a new pooling context source, setting up the DirContext object
factory and generic keyed object pool.
- postProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- postProcess(DirContext) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
- postProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
-
Perform post-processing on the supplied DirContext
.
- postProcess(DirContext) - Method in class org.springframework.ldap.core.LdapTemplate.NullDirContextProcessor
-
- postProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- prepend(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Add an LDAP path first in this DistinguishedName.
- prepend(Name, Name) - Static method in class org.springframework.ldap.support.LdapUtils
-
Prepend the supplied path in the beginning the specified
Name
if the name instance starts with
path
.
- preProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- preProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
-
Perform pre-processing on the supplied DirContext.
- preProcess(DirContext) - Method in class org.springframework.ldap.core.LdapTemplate.NullDirContextProcessor
-
- preProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- PresentFilter - Class in org.springframework.ldap.filter
-
Filter that allows the user to check for the existence of a attribute.
- PresentFilter(String) - Constructor for class org.springframework.ldap.filter.PresentFilter
-
Creates a new instance of a present filter for a particular attribute.
- prevCharIsCR - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- prevCharIsLF - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- printBase64Binary(byte[]) - Static method in class org.springframework.ldap.support.LdapEncoder
-
Converts an array of bytes into a Base64 encoded string according to the rules for converting LDAP Attributes in RFC2849.
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- processContextAfterCreation(DirContext, String, String) - Method in interface org.springframework.ldap.core.support.DirContextAuthenticationStrategy
-
This method is responsible for post-processing the
DirContext
instance after it has been created.
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- put(String, Object) - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- put(Attribute) - Method in class org.springframework.ldap.core.NameAwareAttributes
-