Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W

P

PagedResult - Class in org.springframework.ldap.control
Bean to encapsulate a result List and a PagedResultsCookie to use for returning the results when using PagedResultsRequestControl.
PagedResult(List, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResult
Constructs a PagedResults using the supplied List and PagedResultsCookie.
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
Deprecated. Use PagedResultsDirContextProcessor instead.
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
Extension of the ContextMapper interface.
ParameterizedContextMapperWithControls<T> - Interface in org.springframework.ldap.core.simple
Extension of the ParameterizedContextMapper interface that allows controls to be passed to the mapper implementation.
parse(String) - Method in class org.springframework.ldap.core.DistinguishedName
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.
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
 
PoolingContextSource - Class in org.springframework.ldap.pool.factory
A ContextSource implementation that wraps an object pool and another ContextSource.
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.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
Add an LDAP path first in this DistinguishedName.
preProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
Get the existing RequestControls from the LdapContext, call AbstractRequestControlDirContextProcessor.createRequestControl() to get a new instance, build a new array of Controls and set it on the LdapContext.
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.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
 
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
 

Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W