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

S

SambaAttributeTypeProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema attributeType definations for the samba schema.
SambaAttributeTypeProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaAttributeTypeProducer
 
SambaComparatorProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Comparator objects for the samba schema.
SambaComparatorProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaComparatorProducer
 
SambaDitContentRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitContentRule objects for the samba schema.
SambaDitContentRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaDitContentRuleProducer
 
SambaDitStructureRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitStructureRule objects for the samba schema.
SambaDitStructureRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaDitStructureRuleProducer
 
SambaMatchingRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRule objects for the samba schema.
SambaMatchingRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaMatchingRuleProducer
 
SambaMatchingRuleUseProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRuleUse objects for the samba schema.
SambaMatchingRuleUseProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaMatchingRuleUseProducer
 
SambaNameFormProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of NameForm objects for the samba schema.
SambaNameFormProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaNameFormProducer
 
SambaNormalizerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Normalizer objects for the samba schema.
SambaNormalizerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaNormalizerProducer
 
SambaObjectClassProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema objectClass definations for the samba schema.
SambaObjectClassProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaObjectClassProducer
 
SambaObjectFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of ObjectFactory objects for the samba schema.
SambaObjectFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaObjectFactoryProducer
 
SambaSchema - Class in org.apache.directory.server.core.schema.bootstrap
Top level samba schema class.
SambaSchema() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaSchema
 
SambaStateFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of StateFactory objects for the samba schema.
SambaStateFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaStateFactoryProducer
 
SambaSyntaxCheckerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of SyntaxChecker objects for the samba schema.
SambaSyntaxCheckerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaSyntaxCheckerProducer
 
SambaSyntaxProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Syntax objects for the samba schema.
SambaSyntaxProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SambaSyntaxProducer
 
SASL_BIND_IN_PROGRESS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SASL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SaslCredentials - Class in org.apache.directory.shared.ldap.codec.bind
A ldapObject which stores the SASL authentication of a BindRequest.
SaslCredentials() - Constructor for class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
 
scheduleExpiration(Object) - Method in class org.apache.directory.mitosis.service.DefaultReplicationContext
 
scheduleExpiration(Object) - Method in interface org.apache.directory.mitosis.service.ReplicationContext
Schedules an expiration of the specified message.
SCHEMA_AREA - Static variable in class org.apache.directory.server.core.subtree.SubentryService
 
SCHEMA_SUBENTRY - Static variable in class org.apache.directory.server.core.subtree.Subentry
 
SCHEMA_SUBENTRY - Static variable in class org.apache.directory.server.core.subtree.SubentryService
 
SchemaAdditions - Class in org.apache.directory.server.core.schema.bootstrap
Can be optionally provided in addition to a .schema file, so that manually maintained artifacts (rather then just the attribute types and object classes in the .schema file) can be contributed.
SchemaAdditions() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SchemaAdditions
 
SchemaChecker - Class in org.apache.directory.server.core.schema
Performs schema checks on behalf of the SchemaService.
SchemaChecker() - Constructor for class org.apache.directory.server.core.schema.SchemaChecker
 
SchemaCheckerTest - Class in org.apache.directory.server.core.schema
Tests to make sure the schema checker is operating correctly.
SchemaCheckerTest() - Constructor for class org.apache.directory.server.core.schema.SchemaCheckerTest
 
SchemaCheckerTest(String) - Constructor for class org.apache.directory.server.core.schema.SchemaCheckerTest
 
SchemaCheckerTest.MockOidRegistry - Class in org.apache.directory.server.core.schema
 
SchemaCheckerTest.MockOidRegistry() - Constructor for class org.apache.directory.server.core.schema.SchemaCheckerTest.MockOidRegistry
 
SchemaFromFileConverter - Class in org.apache.directory.server.core.schema
Wrapper that can parse an OpenLDAP format schema and help register the contents with the ApacheDS SchemaService.
SchemaFromFileConverter(String, File) - Constructor for class org.apache.directory.server.core.schema.SchemaFromFileConverter
 
SchemaFromFileConverter(String, InputStream) - Constructor for class org.apache.directory.server.core.schema.SchemaFromFileConverter
 
SchemaFromSearchConverter - Class in org.apache.directory.server.core.schema
Wrapper that can parse an OpenLDAP format schema and help register the contents with the ApacheDS SchemaService.
SchemaFromSearchConverter(String, DirContext) - Constructor for class org.apache.directory.server.core.schema.SchemaFromSearchConverter
 
SchemaLoader - Interface in org.apache.directory.server.core.configuration
Can be implemented by classes wishing to load schemas dynamically at server startup (refer to StartupConfiguration.getSchemaLoaders()).
SchemaObject - Interface in org.apache.directory.shared.ldap.schema
Most schema objects have some common attributes.
schemaObjectProduced(BootstrapProducer, String, Object) - Method in interface org.apache.directory.server.core.schema.bootstrap.ProducerCallback
Called to announce the creation of a new schema object by a producer.
SchemaParserAttributeTypeDescriptionTest - Class in org.apache.directory.shared.ldap.schema.syntax
Tests the AttributeTypeDescriptionSchemaParser class.
SchemaParserAttributeTypeDescriptionTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest
 
SchemaParserAttributeTypeDescriptionTest.ParseSpecification - Class in org.apache.directory.shared.ldap.schema.syntax
Used to test multithreaded use of a single parser.
SchemaParserAttributeTypeDescriptionTest.ParseSpecification(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest.ParseSpecification
 
SchemaParserLdapSyntaxDescriptionTest - Class in org.apache.directory.shared.ldap.schema.syntax
Tests the LdapSyntaxDescriptionSchemaParser class.
SchemaParserLdapSyntaxDescriptionTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest
 
SchemaParserLdapSyntaxDescriptionTest.ParseSpecification - Class in org.apache.directory.shared.ldap.schema.syntax
Used to test multithreaded use of a single parser.
SchemaParserLdapSyntaxDescriptionTest.ParseSpecification(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest.ParseSpecification
 
SchemaParserObjectClassDescriptionTest - Class in org.apache.directory.shared.ldap.schema.syntax
Tests the ObjectClassDescriptionSchemaParser class.
SchemaParserObjectClassDescriptionTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest
 
SchemaParserObjectClassDescriptionTest.ParseSpecification - Class in org.apache.directory.shared.ldap.schema.syntax
Used to test multithreaded use of a single parser.
SchemaParserObjectClassDescriptionTest.ParseSpecification(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest.ParseSpecification
 
SchemaProducer - Class in org.apache.directory.server.core.schema
An abstract producer implementation which doesn't make explicit reference to "bootstrap".
SchemaProducer() - Constructor for class org.apache.directory.server.core.schema.SchemaProducer
 
SchemaProducer.ConceteSchemaSyntax - Class in org.apache.directory.server.core.schema
A mutable Syntax for the bootstrap phase that uses the syntaxCheckerRegistry to dynamically resolve syntax checkers.
SchemaProducer.ConceteSchemaSyntax(String, SyntaxCheckerRegistry) - Constructor for class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
SchemaProducer.ConcreteSchemaAttributeType - Class in org.apache.directory.server.core.schema
A concrete mutable attributeType implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
SchemaProducer.ConcreteSchemaAttributeType(String, Registries) - Constructor for class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
SchemaProducer.ConcreteSchemaMatchingRule - Class in org.apache.directory.server.core.schema
 
SchemaProducer.ConcreteSchemaMatchingRule(String, Registries) - Constructor for class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
SchemaProducer.ConcreteSchemaObjectClass - Class in org.apache.directory.server.core.schema
A concrete mutable objectClass implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
SchemaProducer.ConcreteSchemaObjectClass(String, Registries) - Constructor for class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
Creates a mutable ObjectClass for the bootstrap process.
SchemaService - Class in org.apache.directory.server.core.schema
An Interceptor that manages and enforces schemas.
SchemaService() - Constructor for class org.apache.directory.server.core.schema.SchemaService
Creates a schema service interceptor.
SchemaServiceITest - Class in org.apache.directory.server.core.schema
Test cases for the schema service.
SchemaServiceITest() - Constructor for class org.apache.directory.server.core.schema.SchemaServiceITest
 
SchemaServiceTest - Class in org.apache.directory.server.core.schema
Tests methods in SchemaService.
SchemaServiceTest() - Constructor for class org.apache.directory.server.core.schema.SchemaServiceTest
 
SchemaUtils - Class in org.apache.directory.shared.ldap.schema
Various utility methods for schema functions and objects.
SchemaUtils() - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtils
 
SchemaUtilsTest - Class in org.apache.directory.shared.ldap.schema
The unit tests for methods on SchemaUtils.
SchemaUtilsTest() - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest
 
SchemaUtilsTest.AttributeTypeImpl - Class in org.apache.directory.shared.ldap.schema
 
SchemaUtilsTest.AttributeTypeImpl(String) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.AttributeTypeImpl
 
SchemaUtilsTest.MatchingRuleImpl - Class in org.apache.directory.shared.ldap.schema
 
SchemaUtilsTest.MatchingRuleImpl(String, Syntax) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.MatchingRuleImpl
 
SchemaUtilsTest.SyntaxImpl - Class in org.apache.directory.shared.ldap.schema
 
SchemaUtilsTest.SyntaxImpl(String) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.SyntaxImpl
 
SchemaUtilsTest.SyntaxImpl(String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.SyntaxImpl
 
SchemaUtilsTest.SyntaxImpl(String, String) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.SyntaxImpl
 
SchemaUtilsTest.SyntaxImpl(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.SyntaxImpl
 
SCHEMAVIOLATIONEXCEPTION_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a SchemaViolationException.
SCOPE - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
scope assertion node
SCOPE_BASE_OBJECT - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
The scope constants
SCOPE_OPT - Static variable in class org.apache.ldap.clients.Opts
Search Scope: base - only the base DN one - only the current subtree level sub - the entire tree
SCOPE_SINGLE_LEVEL - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SCOPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallStatesEnum
Scope
SCOPE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SCOPE_WHOLE_SUBTREE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
ScopeEnum - Enum in org.apache.directory.shared.ldap.message
Type-safe scope parameter enumeration.
ScopeEnumerator - Class in org.apache.directory.server.core.partition.impl.btree
Enumerates candidates based on scope.
ScopeEnumerator(BTreePartition, ScopeEvaluator) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ScopeEnumerator
 
ScopeEnumerator.AssertDescendant - Class in org.apache.directory.server.core.partition.impl.btree
Asserts an entry is a descendant.
ScopeEnumerator.AssertDescendant(ScopeNode) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ScopeEnumerator.AssertDescendant
Creates a assertion using a ScopeNode to determine the search base.
ScopeEnumerator.AssertNotAlias - Class in org.apache.directory.server.core.partition.impl.btree
Asserts an entry is NOT an alias.
ScopeEnumerator.AssertNotAlias() - Constructor for class org.apache.directory.server.core.partition.impl.btree.ScopeEnumerator.AssertNotAlias
 
ScopeEvaluator - Class in org.apache.directory.server.core.event
Evaluates ScopeNode assertions on candidates using a database.
ScopeEvaluator() - Constructor for class org.apache.directory.server.core.event.ScopeEvaluator
 
ScopeEvaluator - Class in org.apache.directory.server.core.partition.impl.btree
Evaluates ScopeNode assertions on candidates using a database.
ScopeEvaluator(BTreePartition) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ScopeEvaluator
Creates a scope node evaluator for search expressions.
ScopeNode - Class in org.apache.directory.shared.ldap.filter
Node used not to represent an published assertion but an assertion on the scope of the search.
ScopeNode(DerefAliasesEnum, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.ScopeNode
Creates a new ScopeNode object.
ScopeNode(Map, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.ScopeNode
Creates a new ScopeNode object.
scopeOption - Static variable in class org.apache.ldap.clients.Opts
 
scrollPane - Variable in class org.apache.ldap.clients.ldaptest.LdapTester
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.mitosis.service.ReplicationService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.authn.AuthenticationService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.authz.AuthorizationService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationService
 
search(LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockProxy
 
search(LdapDN, Map, ExprNode, SearchControls, Collection) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockProxy
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.exception.ExceptionService
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Filters Partition.search(org.apache.directory.shared.ldap.name.LdapDN,java.util.Map,org.apache.directory.shared.ldap.filter.ExprNode,javax.naming.directory.SearchControls) call.
search(LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
search(LdapDN, Map, ExprNode, SearchControls) - Method in interface org.apache.directory.server.core.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.search(NextInterceptor,org.apache.directory.shared.ldap.name.LdapDN,java.util.Map,org.apache.directory.shared.ldap.filter.ExprNode,javax.naming.directory.SearchControls).
search(String, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
A search overload that is used for optimizing search handling in the LDAP protocol provider which deals with an ExprNode instance rather than a String for the filter.
search(Name, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.operational.OperationalAttributeService
 
search(LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
search(LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultSearchEngine
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.directory.server.core.partition.impl.btree.SearchEngine
Conducts a search on a database.
search(LdapDN, Map, ExprNode, SearchControls) - Method in interface org.apache.directory.server.core.partition.Partition
Conducts a search against this ContextPartition.
search(LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
search(LdapDN, Map, ExprNode, SearchControls, Collection) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.referral.ReferralService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.schema.SchemaService
 
search(NextInterceptor, LdapDN, Map, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.subtree.SubentryService
 
search(int) - Method in class org.apache.ldap.clients.LdapSearch
Create the Search Request encoded message and send it to the server, then process each response from the server
SEARCH - Static variable in class org.apache.ldap.clients.ldaptest.LdapTestCase
 
SEARCH_BYPASS - Static variable in class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
SEARCH_CMD - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
SEARCH_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from search operations.
SEARCH_CONTEXT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallStatesEnum
Search Context
SEARCH_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_DONE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_DONE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_ENTRY - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_ENTRY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_REFERENCE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SEARCH_RESULT_REFERENCE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SEARCH_RESULT_REFERENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SearchAuthorizationITest - Class in org.apache.directory.server.core.authz
Tests whether or not authorization around search, list and lookup operations work properly.
SearchAuthorizationITest() - Constructor for class org.apache.directory.server.core.authz.SearchAuthorizationITest
 
SearchContextITest - Class in org.apache.directory.server.core.jndi
Tests the search() methods of the provider.
SearchContextITest() - Constructor for class org.apache.directory.server.core.jndi.SearchContextITest
 
SearchEngine - Interface in org.apache.directory.server.core.partition.impl.btree
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SearchFilterAttributeNamesTest - Class in org.apache.ldap.testsuite.ldaptests.jndi.ops.search
Tests for the search operations with concentrating on attribute names.
SearchFilterAttributeNamesTest() - Constructor for class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchFilterAttributeNamesTest
 
SearchFilterSimpleTest - Class in org.apache.ldap.testsuite.ldaptests.jndi.ops.search
Tests for the search operations with JNDI containing simple filter expressions.
SearchFilterSimpleTest() - Constructor for class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchFilterSimpleTest
 
searchGroups(String) - Method in class org.apache.directory.server.core.SearchOpsITest
Convenience method that performs a one level search using the specified filter returning their DNs as Strings in a set.
SEARCHING - Static variable in interface org.apache.directory.server.core.partition.impl.btree.SearchEngine
 
SearchOpsITest - Class in org.apache.directory.server.core
Tests various search scenarios.
SearchOpsITest() - Constructor for class org.apache.directory.server.core.SearchOpsITest
 
SearchOpts - Class in org.apache.ldap.clients
Delete operation command line options bean.
SearchOpts() - Constructor for class org.apache.ldap.clients.SearchOpts
 
SearchRequest - Class in org.apache.directory.shared.ldap.codec.search
A SearchRequest ldapObject.
SearchRequest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequest
Creates a new SearchRequest object.
SearchRequest - Interface in org.apache.directory.shared.ldap.message
Search request protocol message interface.
SearchRequestImpl - Class in org.apache.directory.shared.ldap.message
Lockable SearchRequest implementation.
SearchRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchRequestImpl
Creates a Lockable SearcRequest implementing object used to search the DIT.
SearchRequestMatchingRuleAssertionTest - Class in org.apache.directory.shared.ldap.codec.search
A test case for SearchRequest messages
SearchRequestMatchingRuleAssertionTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequestMatchingRuleAssertionTest
 
SearchRequestSubstringTest - Class in org.apache.directory.shared.ldap.codec.search
A test case for SearchRequest messages
SearchRequestSubstringTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequestSubstringTest
 
SearchRequestTest - Class in org.apache.directory.shared.ldap.codec.search
A test case for SearchRequest messages
SearchRequestTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchRequestTest
 
SearchResponseDone - Interface in org.apache.directory.shared.ldap.message
Search done protocol response message used to indicate the completion of a search request message.
SearchResponseDoneImpl - Class in org.apache.directory.shared.ldap.message
Lockable SearchResponseDone implementation
SearchResponseDoneImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
Creates a Lockable SearchResponseDone as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseDoneImplTest - Class in org.apache.directory.shared.ldap.message
TestCases for the SearchResponseImpl class methods.
SearchResponseDoneImplTest() - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseDoneImplTest
 
SearchResponseEntry - Interface in org.apache.directory.shared.ldap.message
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
SearchResponseEntryImpl - Class in org.apache.directory.shared.ldap.message
Lockable SearchResponseEntry implementation
SearchResponseEntryImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Creates a Lockable SearchResponseEntry as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseEntryImplTest - Class in org.apache.directory.shared.ldap.message
Test cases for the methods of the SearchResponseEntryImpl class.
SearchResponseEntryImplTest() - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseEntryImplTest
 
SearchResponseReference - Interface in org.apache.directory.shared.ldap.message
Search reference protocol response message used to return referrals to the client in response to a search request message.
SearchResponseReferenceImpl - Class in org.apache.directory.shared.ldap.message
SearchResponseReference implementation
SearchResponseReferenceImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Creates a Lockable SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation.
SearchResponseReferenceImplTest - Class in org.apache.directory.shared.ldap.message
TestCase for the SearchResponseReferenceImpl class.
SearchResponseReferenceImplTest() - Constructor for class org.apache.directory.shared.ldap.message.SearchResponseReferenceImplTest
 
SearchResultAttributeValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a Value to an search result entry
SearchResultAttributeValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.SearchResultAttributeValueAction
 
SearchResultDialog - Class in org.apache.directory.server.core.partition.impl.btree.gui
Dialog showing the search results.
SearchResultDialog(Frame, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.gui.SearchResultDialog
Creates new form JDialog
SearchResultDone - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultDone Message.
SearchResultDone() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultDone
Creates a new SearchResultDone object.
SearchResultDoneTest - Class in org.apache.directory.shared.ldap.codec.search
Test the SearchResultDone codec
SearchResultDoneTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultDoneTest
 
SearchResultEntry - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultEntry Message.
SearchResultEntry() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Creates a new SearchResultEntry object.
SearchResultEntryTest - Class in org.apache.directory.shared.ldap.codec.search
Test the SearchResultEntry codec
SearchResultEntryTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultEntryTest
 
SearchResultEnumeration - Interface in org.apache.directory.server.core.enumeration
An enumeration that represents search result
SearchResultFilter - Interface in org.apache.directory.server.core.enumeration
A filter is used to modify search results while they are being returned from naming enumerations containing DbSearchResults.
SearchResultFilteringEnumeration - Class in org.apache.directory.server.core.enumeration
A enumeration decorator which filters database search results as they are being enumerated back to the client caller.
SearchResultFilteringEnumeration(NamingEnumeration, SearchControls, Invocation, SearchResultFilter) - Constructor for class org.apache.directory.server.core.enumeration.SearchResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
SearchResultFilteringEnumeration(NamingEnumeration, SearchControls, Invocation, List) - Constructor for class org.apache.directory.server.core.enumeration.SearchResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
SearchResultReference - Class in org.apache.directory.shared.ldap.codec.search
A SearchResultReference Message.
SearchResultReference() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultReference
Creates a new SearchResultEntry object.
SearchResultReferenceTest - Class in org.apache.directory.shared.ldap.codec.search
Test the SearchResultReference codec
SearchResultReferenceTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.SearchResultReferenceTest
 
SearchScope - Class in org.apache.directory.shared.ldap.trigger
An enumeration that represents LDAP search scopes.
SearchScopeTest - Class in org.apache.ldap.testsuite.ldaptests.jndi.ops.search
Tests for the search operations with JNDI.
SearchScopeTest() - Constructor for class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchScopeTest
 
SECURITY_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
Stores all the result codes associated with security related problems.
selectTreeNode(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
sendMessageReturnReply(String) - Method in class org.apache.kerberos.examples.gssdemo.GSSClient
 
sendShutdownCommand() - Method in class org.apache.directory.daemon.Bootstrapper
 
SEQPROP_KEY - Static variable in interface org.apache.directory.server.core.partition.impl.btree.MasterTable
the sequence key - stores last sequence value in the admin table
SEQUENCE - Static variable in class org.apache.directory.shared.asn1.der.DERObject
 
sequence() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Returns a List view of the keys rather than a set view.
SEQUENCE_SEQUENCE_OF - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
SEQUENCE_TAG - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
 
SequencedHashMap - Class in org.apache.directory.shared.ldap.util
A map of objects whose mapping entries are sequenced based on the order in which they were added.
SequencedHashMap() - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and default load factor.
SequencedHashMap(int, float) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map) - Constructor for class org.apache.directory.shared.ldap.util.SequencedHashMap
Construct a new sequenced hash map and add all the elements in the specified map.
SerializableComparator - Class in org.apache.directory.server.core.schema
A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.
SerializableComparator(String) - Constructor for class org.apache.directory.server.core.schema.SerializableComparator
 
serialize(Object) - Static method in class org.apache.directory.server.core.jndi.JavaLdapSupport
Serializes an object into a byte array.
serialize(Attributes, Object) - Static method in class org.apache.directory.server.core.jndi.JavaLdapSupport
Serializes an object into an entry using the attributes specified in RFC 2713 to represent the serialized object.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Serializes an attribute using the following structure: [id-length][id-bytes][is-binary][length0][value0]...[lengthN][valueN] Here the id-length is the 4 byte int value of the length of bytes for the id string bytes.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributesSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
serialVersionUID - Static variable in class org.apache.directory.shared.asn1.ber.tlv.Value
 
serialVersionUID - Static variable in error org.apache.directory.shared.ldap.codec.util.HttpClientError
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.codec.util.URIException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.codec.util.UrlDecoderException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapAttributeInUseException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapAuthenticationException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapAuthenticationNotSupportedException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapConfigurationException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapContextNotEmptyException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapInvalidNameException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapNameAlreadyBoundException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapNameNotFoundException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapNamingException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapNoPermissionException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapNoSuchAttributeException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapSchemaViolationException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapServiceUnavailableException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapSizeLimitExceededException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.ldif.LdifControl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AbstractMessage
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AbstractRequest
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AddRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.AddResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.BindRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.BindResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.CompareRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.CompareResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.DeleteResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.LdapResultImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.message.MessageException
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ModifyDnResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ModifyResponseImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.ReferralImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.SearchRequestImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.message.spi.ProviderException
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.message.UnbindRequestImpl
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.MultiException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.NotImplementedException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.RuntimeMultiException
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.ComparableComparator
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.schema.NoOpNormalizer
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.util.BigIntegerComparator
Version id for serialization.
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.util.NestableDelegate
 
serialVersionUID - Static variable in error org.apache.directory.shared.ldap.util.NestableError
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.util.NestableException
 
serialVersionUID - Static variable in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
 
serialVersionUID - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
 
SERVER_SASL_CREDENTIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SERVER_SASL_CREDENTIALS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
ServerContext - Class in org.apache.directory.server.core.jndi
A non-federated abstract Context implementation.
ServerContext(DirectoryService, Hashtable) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(DirectoryService, LdapPrincipal, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerDirContext - Class in org.apache.directory.server.core.jndi
The DirContext implementation for the Server Side JNDI LDAP provider.
ServerDirContext(DirectoryService, Hashtable) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(DirectoryService, LdapPrincipal, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerDirObjectFactory - Interface in org.apache.directory.server.core.jndi
A specialized ObjectFactory that is optimized for our server-side JNDI provider.
ServerDirStateFactory - Interface in org.apache.directory.server.core.jndi
A specialized StateFactory that is optimized for our server-side JNDI provider.
serverGSSContext - Variable in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
serverLC - Variable in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
ServerLdapContext - Class in org.apache.directory.server.core.jndi
An implementation of a JNDI LdapContext.
ServerLdapContext(DirectoryService, Hashtable) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
Creates an instance of an ServerLdapContext.
ServerLdapContext(DirectoryService, LdapPrincipal, LdapDN) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerPreferencesFactory - Class in org.apache.directory.server.core.prefs
A preferences factory implementation.
ServerPreferencesFactory() - Constructor for class org.apache.directory.server.core.prefs.ServerPreferencesFactory
 
ServerPreferencesFactoryITest - Class in org.apache.directory.server.core.prefs
Test cases for the server PreferencessFactory.
ServerPreferencesFactoryITest() - Constructor for class org.apache.directory.server.core.prefs.ServerPreferencesFactoryITest
 
ServerSASLCredsAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a SASL credentials
ServerSASLCredsAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ServerSASLCredsAction
 
serverSocket - Variable in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
ServerSystemPreferenceException - Exception in org.apache.directory.server.core.prefs
A RuntimeException that is thrown when accessing ServerSystemPreferences failed.
ServerSystemPreferenceException() - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String, Throwable) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(Throwable) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferences - Class in org.apache.directory.server.core.prefs
A server side system Preferences implementation.
ServerSystemPreferences() - Constructor for class org.apache.directory.server.core.prefs.ServerSystemPreferences
Creates a preferences object for the system preferences root.
ServerSystemPreferences(ServerSystemPreferences, String) - Constructor for class org.apache.directory.server.core.prefs.ServerSystemPreferences
Creates a preferences object using a relative name.
ServerSystemPreferencesITest - Class in org.apache.directory.server.core.prefs
Tests the ServerSystemPreferences class.
ServerSystemPreferencesITest() - Constructor for class org.apache.directory.server.core.prefs.ServerSystemPreferencesITest
 
ServerUtils - Class in org.apache.directory.server.core
A central place to aggregate functionality used throughout the server in various subsystems yet the code here is server specific hence why it's not placed in shared-ldap.
ServerUtils() - Constructor for class org.apache.directory.server.core.ServerUtils
 
SERVICE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A service error reports a problem related to the provision of the service [X511, Section 12.8].
SERVICE_NAME - Static variable in class org.apache.directory.server.core.trigger.TriggerService
 
ServiceInstallersMojo - Class in org.apache.directory.daemon.installers
Maven 2 mojo creating the platform specific installation layout images.
ServiceInstallersMojo() - Constructor for class org.apache.directory.daemon.installers.ServiceInstallersMojo
 
SERVICEUNAVAILABLE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of ResultCodes containing those that may correspond to a Exception.
SessionAddUI - Class in org.apache.ldap.clients.ldaptest
 
SessionAddUI(TestConfiguration, DefaultListModel, int) - Constructor for class org.apache.ldap.clients.ldaptest.SessionAddUI
 
SessionAddUI.AddListener - Class in org.apache.ldap.clients.ldaptest
 
SessionAddUI.AddListener(TestConfiguration, DefaultListModel) - Constructor for class org.apache.ldap.clients.ldaptest.SessionAddUI.AddListener
 
SessionAddUI.CancelListener - Class in org.apache.ldap.clients.ldaptest
 
SessionAddUI.CancelListener(JFrame) - Constructor for class org.apache.ldap.clients.ldaptest.SessionAddUI.CancelListener
 
SessionAddUI.ModifyListener - Class in org.apache.ldap.clients.ldaptest
 
SessionAddUI.ModifyListener(TestConfiguration, DefaultListModel, int) - Constructor for class org.apache.ldap.clients.ldaptest.SessionAddUI.ModifyListener
 
sessionClosed(IoSession) - Method in class org.apache.directory.mitosis.service.protocol.handler.ReplicationProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.mitosis.service.protocol.handler.ReplicationProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.mitosis.service.protocol.handler.ReplicationProtocolHandler
 
SessionListUI - Class in org.apache.ldap.clients.ldaptest
Session Management window.
SessionListUI(TestConfiguration) - Constructor for class org.apache.ldap.clients.ldaptest.SessionListUI
 
SessionListUI.AddListener - Class in org.apache.ldap.clients.ldaptest
 
SessionListUI.AddListener(TestConfiguration) - Constructor for class org.apache.ldap.clients.ldaptest.SessionListUI.AddListener
 
SessionListUI.DeleteListener - Class in org.apache.ldap.clients.ldaptest
 
SessionListUI.DeleteListener(TestConfiguration) - Constructor for class org.apache.ldap.clients.ldaptest.SessionListUI.DeleteListener
 
SessionListUI.ModifyListener - Class in org.apache.ldap.clients.ldaptest
 
SessionListUI.ModifyListener(TestConfiguration) - Constructor for class org.apache.ldap.clients.ldaptest.SessionListUI.ModifyListener
 
sessionOpened(IoSession) - Method in class org.apache.directory.mitosis.service.protocol.handler.ReplicationProtocolHandler
 
SET - Static variable in class org.apache.directory.shared.asn1.der.DERObject
 
set - Variable in class org.apache.directory.shared.asn1.der.DERSet
 
set(Object, Object) - Method in class org.apache.directory.shared.ldap.filter.AbstractExprNode
 
set(Object, Object) - Method in interface org.apache.directory.shared.ldap.filter.ExprNode
Sets a annotation key to a value.
set(int, Object) - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Sets an attribute value in the ordered list of attribute values.
SET_SET_OF - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
value for the tag
SET_TAG - Static variable in class org.apache.directory.shared.asn1.ber.tlv.UniversalTag
 
setAbandoned(int) - Method in interface org.apache.directory.shared.ldap.message.AbandonRequest
Sets the id of the request operation to terminate.
setAbandoned(int) - Method in class org.apache.directory.shared.ldap.message.AbandonRequestImpl
Sets the id of the request operation to terminate.
setAbandonedMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.abandon.AbandonRequest
Set the abandoned message ID
setAccessControlEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setAccessControlEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets whether to enable basic access control checks or not
setAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the system index defined on the ALIAS_ATTRIBUTE which for LDAP would be the aliasedObjectName and for X.500 would be aliasedEntryName.
setAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setAllCSN(CSNVector) - Method in class org.apache.directory.mitosis.common.CSNVector
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets whether to allow anonymous access or not
setAnnonBind(boolean) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
True if the session should bind annonymously
setAppendStatics(boolean) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets whether or not to append static fields.
setAppendTransients(boolean) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets whether or not to append transient fields.
setApplication(Application) - Method in class org.apache.directory.daemon.installers.Target
 
setArgs(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestCase
Set the command line arguments for the operation
setArrayContentDetail(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to output array content detail.
setArrayEnd(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array end text.
setArraySeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array separator text.
setArrayStart(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the array start text.
setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the assertion
setAssertionValue(Object) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the assertion value
setAssertionValue(Object) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Set the assertion value
setAssertionValue(String) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAsText(String) - Method in class org.apache.directory.mitosis.configuration.ReplicaIdPropertyEditor
 
setAsText(String) - Method in class org.apache.directory.mitosis.configuration.ReplicaPropertyEditor
 
setAsText(String) - Method in class org.apache.directory.server.core.configuration.AttributesPropertyEditor
Converts the specified LDIF string into Attributes.
setAttribute(String) - Method in class org.apache.directory.shared.ldap.filter.LeafNode
Sets the attribute this leaf node is based on.
setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
Set the attribute description
setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Set the attribute description
setAttributeDescription(String) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
Set the attributeDescription
setAttributeId(String) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
setAttributeId(String) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
 
setAttributeId(String) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the attribute id used in the comparison.
setAttributeId(String) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the attribute id used in the comparison.
setAttributes(Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexRecord
Sets the entry's attributes.
setAttributes(Attributes) - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Sets the attribute value pairs of the entry to add.
setAttributes(Attributes) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the attribute value pairs of the entry to add as a MultiMap.
setAttributes(Attributes) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Sets the set of attributes and all their values in a MultiMap.
setAttributes(Attributes) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Sets the set of attributes and all their values in a Attributes.
setAuthentication(LdapAuthentication) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the user authentication
setAuthenticator(Authenticator) - Method in class org.apache.directory.server.core.configuration.AuthenticatorConfiguration
Sets the Authenticator to configure.
setAuthenticator(Authenticator) - Method in class org.apache.directory.server.core.configuration.MutableAuthenticatorConfiguration
 
setAuthenticatorConfigurations(Set) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setAuthenticatorConfigurations(Set) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets AuthenticatorConfigurations to use for authenticating clients.
setAuthors(List) - Method in class org.apache.directory.daemon.installers.Application
 
setBase(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
setBase(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the search base as a distinguished name.
setBase(LdapDN) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search base as a distinguished name.
setBase(LdapDN) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the subtree base relative to the administration point.
setBase(String) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
Get the base DN to start the search from
setBase(String) - Method in class org.apache.ldap.clients.SearchOpts
Set the base DN to start the search from
setBaseObject(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the base object
setBindDn(String) - Method in class org.apache.ldap.clients.BindOpts
Set the DN of the user to bind to server with
setBindDn(String) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set the DN of the user to bind to server with
setBindDn(String) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set the DN of the user to bind to server with
setBindDn(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the DN of the user name to bind to the server
setBindPassword(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the password of the bind user
setBootstrapperConfiguraitonFile(File) - Method in class org.apache.directory.daemon.installers.Target
 
setBootstrapSchemas(Set) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setBootstrapSchemas(Set) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets BootstrapSchemas to load while bootstrapping.
setCacheSize(int) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
Get's the entry cache size for this partition.
setCacheSize(int) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Used to specify the entry cache size for a partition.
setCacheSize(int) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
setCacheSize(int) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setCacheSize(int) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
 
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.asn1.codec.stateful.AbstractStatefulDecoder
 
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.asn1.codec.stateful.AbstractStatefulEncoder
 
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexEncoder
 
setCallback(DecoderCallback) - Method in interface org.apache.directory.shared.asn1.codec.stateful.StatefulDecoder
Sets the callback for this StatefulDecoder.
setCallback(EncoderCallback) - Method in interface org.apache.directory.shared.asn1.codec.stateful.StatefulEncoder
 
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Set the callback to call when the PDU has been decoded
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
Set the callback called when the encoding is done.
setCallback(DecoderCallback) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Sets the callback used to deliver completly decoded PDU's.
setCallback(EncoderCallback) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Sets the callback of the underlying implementation.
setCanUserModify(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setCanUserModify(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setCanUserModify(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setCanUserModify(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets whether or not an attribute of this AttributeType can be modified by directory users.
setChanged() - Method in class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest.RequestObservable
 
setChangeNumber(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setChangeNumber(int) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setChangeType(int) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the modification type
setChangeType(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the change type
setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setChildren(ArrayList) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Sets the list of children under this node.
setChopAfterExclusions(Set) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries whose subordinates are to be excluded.
setChopBeforeExclusions(Set) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the set of subordinates entries and their subordinates to exclude.
setCollective(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setCollective(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setCollective(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setCollective(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets whether or not an attribute of this AttributeType is a collective.
setCollective(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setCompany(String) - Method in class org.apache.directory.daemon.installers.Application
 
setCompanyName(String) - Method in class org.apache.directory.daemon.installers.Target
 
setConfiguration(ReplicationConfiguration) - Method in class org.apache.directory.mitosis.service.ReplicationService
 
setContentEnd(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the content end text.
setContentStart(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the content start text.
setContext(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.SearchContext
 
setContextEntry(Attributes) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setContextEntry(Attributes) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Sets root entry that will be added to the Partition after it is initialized.
setContextEntry(Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setContextPartition(Partition) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setContextPartition(Partition) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Sets the Partition that this configuration configures.
setContextPartition(Partition) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setContextPartitionConfigurations(Set) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setContextPartitionConfigurations(Set) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets PartitionConfigurations to configure context partitions.
setControl(Control) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Add a control to the entry
setControlType(String) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the control type
setControlValue(Object) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the control value
setCopyrightYear(String) - Method in class org.apache.directory.daemon.installers.Application
 
setCopyrightYear(String) - Method in class org.apache.directory.daemon.installers.Target
 
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Set the credentials
setCredentials(byte[]) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
setCritical(boolean) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the criticil flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCritical(boolean) - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Sets the criticil flag which determines whether or not this control is critical for the correct operation of a request or response message.
setCriticality(boolean) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the criticality
setCriticality(boolean) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the criticality
setCSN(CSN) - Method in class org.apache.directory.mitosis.common.CSNVector
 
setCsnFactory(CSNFactory) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the CSNFactory for generating CSNs.
setCurrentControl(Control) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Store a newly created control
setCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the current dilter
setCurrentLength(int) - Method in class org.apache.directory.shared.asn1.Asn1Object
Set the current length
setCurrentOperation(int) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Store the current operation
setCurrentParameter(StoredProcedure.StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure
 
setCurrentParameter(StoredProcedureCall.StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
setCurrentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the current TLV
setCurrentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.IAsn1Container
Set the current TLV
setDaemonFramework(String) - Method in class org.apache.directory.daemon.installers.Target
 
setData(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Set a block of bytes in the Value
setData(byte[]) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
Set a block of bytes in the Value
setData(byte[]) - Method in class org.apache.directory.shared.asn1.primitives.BitString
Set a new BitString in the BitString.
setDecoder(MessageDecoder) - Method in class org.apache.ldap.clients.LdapBind
Set the Message decoder used to tranform the ASN1 from the server
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.asn1.codec.stateful.AbstractStatefulDecoder
 
setDecoderMonitor(DecoderMonitor) - Method in interface org.apache.directory.shared.asn1.codec.stateful.StatefulDecoder
Monitors all kinds of events that occur during processing.
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Deprecated.  
setDecoderMonitor(DecoderMonitor) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Sets the monitor for this MessageDecoder which receives callbacks for noteworthy events during decoding.
setDefaultFullDetail(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultStyle(ToStringStyle) - Static method in class org.apache.directory.shared.ldap.util.ToStringBuilder
Sets the default ToStringStyle to use.
setDelay(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
setDelay(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
setDelay(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setDeletedDN(String) - Method in class org.apache.ldap.clients.DelOpts
Set the DN of the entry to be deleted
setDeleteOldRDN(boolean) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the flag to delete the old RDN
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the flage deleteOldRdn
setDeleteOldRdn(boolean) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
setDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setDependencies(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapSchema
 
setDependency(boolean) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setDerefAliases(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the derefAliases flag
setDerefAliases(DerefAliasesEnum) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the alias handling parameter.
setDerefAliases(DerefAliasesEnum) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the alias handling parameter.
setDescription(String) - Method in class org.apache.directory.daemon.installers.Application
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
setDescription(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setDescription(String) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the brief description for this SchemaObject.
setDescription(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setDescription(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.LdapSyntaxDescription
 
setDescription(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setDestinationPath(String) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setDirectory(boolean) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setDn(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.EntryDialog
 
setDn(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the Distinguished Name
setDn(String) - Method in class org.apache.ldap.clients.embedded.LdapClientResponse
 
setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the dnAttributes flag
setDocsDirectory(File) - Method in class org.apache.directory.daemon.installers.Target
 
setDocsTargetPath(String) - Method in class org.apache.directory.daemon.installers.Target
 
setDoSudo(boolean) - Method in class org.apache.directory.daemon.installers.rpm.RpmTarget
 
setDuplicateLimit(int) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
setDuplicateLimit(int) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
 
setEmail(String) - Method in class org.apache.directory.daemon.installers.Application
 
setEncodedValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.Control
Set the encoded control value
setEncoder(MessageEncoder) - Method in class org.apache.ldap.clients.LdapBind
Set the Message encoder used to transform the message into ASN1 nototation being sent to the server
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.asn1.codec.stateful.AbstractStatefulEncoder
 
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexEncoder
 
setEncoderMonitor(EncoderMonitor) - Method in interface org.apache.directory.shared.asn1.codec.stateful.StatefulEncoder
 
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.codec.TwixEncoder
Deprecated.  
setEncoderMonitor(EncoderMonitor) - Method in class org.apache.directory.shared.ldap.message.MessageEncoder
Sets the monitor of the underlying implementation.
setEntry(Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.EntryDialog
 
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.add.AddRequest
Set the added DN.
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.compare.CompareRequest
Set the entry to be compared
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.del.DelRequest
Set the entry to be deleted
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the modification DN.
setEntry(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.AddRequest
Sets the distinguished name of the entry to add.
setEntry(LdapDN) - Method in class org.apache.directory.shared.ldap.message.AddRequestImpl
Sets the distinguished name of the entry to add.
setEntryChangeControl(EntryChangeControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
Set a EntryChangeControl Object into the container.
setEntryId(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexRecord
Sets the entry id.
setEqualityId(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setEqualityId(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setEqualityId(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setEqualityMatchingRule(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setEquals(boolean) - Method in class org.apache.directory.shared.ldap.util.EqualsBuilder
Sets the isEquals value.
setErrorMessage(String) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Set the error message
setErrorMessage(String) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the descriptive error message associated with the error code.
setErrorMessage(String) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the descriptive error message associated with the error code.
setErrorMessage(String) - Method in class org.apache.ldap.clients.embedded.LdapClientResponse
 
setExecutable(boolean) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setExistanceIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the attribute existance Index.
setExistanceIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setExitVmOnShutdown(boolean) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setExitVmOnShutdown(boolean) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setExpandable(boolean) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.Asn1Object
Set the expected length
setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
Set the new expected length of the current TLV.
setExpectedMatchingRuleLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the expectedMatchingRuleLength
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.schema.syntax.LdapSyntaxDescription
 
setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setFieldNameValueSeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the field name value separator text.
setFieldSeparator(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the field separator text.
setFieldSeparatorAtEnd(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether the field separator should be added at the end of each buffer.
setFieldSeparatorAtStart(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether the field separator should be added at the start of each buffer.
setFilter(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AnnotatedFilterTreeDialog
 
setFilter(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.SearchResultDialog
 
setFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the filter
setFilter(ExprNode) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
Set the search filter
setFilter(String) - Method in class org.apache.ldap.clients.SearchOpts
Set the search filter
setFiltered(boolean) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setFilterParserMonitor(FilterParserMonitor) - Method in interface org.apache.directory.shared.ldap.filter.FilterParser
Sets the monitor for this filter parser.
setFilterParserMonitor(FilterParserMonitor) - Method in class org.apache.directory.shared.ldap.filter.FilterParserImpl
 
setFilterType(int) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
Set the filter type
setFinalName(String) - Method in class org.apache.directory.daemon.installers.Target
 
setFinalSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the final substring
setGracefulDisconnect(GracefulDisconnect) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectContainer
Set a GracefulDisconnect Object into the container.
setGracefulShutdown(GracefulShutdown) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
Set a GracefulShutdown Object into the container.
setHierarchyIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the hierarchy Index.
setHierarchyIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setHost(String) - Method in class org.apache.ldap.clients.BindOpts
Set the hostname of the LDAP Server
setHost(String) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set the hostname of the LDAP Server
setHost(String) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set the hostname of the LDAP Server
setHost(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the hostname of the server for the session
setHumanReadible(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setHumanReadible(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
setHumanReadible(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
setHumanReadible(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSyntax
Sets the human readible flag value.
setIcon(File) - Method in class org.apache.directory.daemon.installers.Application
 
setId(String) - Method in class org.apache.directory.daemon.installers.Target
 
setIn(InputStream) - Method in class org.apache.ldap.clients.LdapBind
Set the input stream used to send messages to the server
setIndexedAttributes(Set) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setIndexedAttributes(Set) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Sets the set of attribute type strings to create an index on.
setIndexedAttributes(Set) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setIndexKey(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexRecord
Sets the index key.
setInitialSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the initial substring
setInnoCompiler(File) - Method in class org.apache.directory.daemon.installers.inno.InnoTarget
 
setInnoConfigurationFile(File) - Method in class org.apache.directory.daemon.installers.inno.InnoTarget
 
setInstallationBundleId(String) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setInstallationLayout(String) - Method in class org.apache.directory.daemon.Bootstrapper
 
setInstanceId(String) - Method in class org.apache.directory.server.core.configuration.Configuration
Sets the ID of DirectoryService instance to configure.
setInstanceId(String) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setInterceptor(Interceptor) - Method in class org.apache.directory.server.core.configuration.InterceptorConfiguration
Sets the Interceptor that this configuration configures.
setInterceptor(Interceptor) - Method in class org.apache.directory.server.core.configuration.MutableInterceptorConfiguration
 
setInterceptorConfigurations(List) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setInterceptorConfigurations(List) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets interceptor chain.
setInvocation(Invocation) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
setIsDryRun(boolean) - Method in class org.apache.ldap.clients.BindOpts
Set the value of the dry run mode
setIsDryRun(boolean) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set the value of the dry run mode
setIsDryRun(boolean) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set the value of the dry run mode
setIsVerbose(boolean) - Method in class org.apache.ldap.clients.BindOpts
Set verbose mode
setIsVerbose(boolean) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set verbose mode
setIsVerbose(boolean) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set verbose mode
setIsVersion3(boolean) - Method in class org.apache.ldap.clients.BindOpts
Set value of version3 compatibility
setIsVersion3(boolean) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set value of version3 compatibility
setIsVersion3(boolean) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set value of version3 compatibility
setIzPackInstallFile(File) - Method in class org.apache.directory.daemon.installers.izpack.IzPackTarget
 
setIzPackShortcutsUnixFile(File) - Method in class org.apache.directory.daemon.installers.izpack.IzPackTarget
 
setIzPackShortcutsWindowsFile(File) - Method in class org.apache.directory.daemon.installers.izpack.IzPackTarget
 
setIzPackUserInputFile(File) - Method in class org.apache.directory.daemon.installers.izpack.IzPackTarget
 
setKey(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.Tuple
Sets the key for this Tuple.
setKind(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setLanguage(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure
 
setLanguage(String) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setLanguageScheme(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
setLayout(InstallationLayout) - Method in class org.apache.directory.daemon.installers.Target
 
setLdapMessage(LdapMessage) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Set a ldapMessage Object into the container.
setLdapResult(LdapResult) - Method in class org.apache.directory.shared.ldap.codec.LdapResponse
Set the ldap result
setLength(int) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setLength(int) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setLength(int) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setLength(int) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setLengthBytesRead(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setLengthNbBytes(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setLibArtifacts(List) - Method in class org.apache.directory.daemon.installers.Target
 
setLicense(File) - Method in class org.apache.directory.daemon.installers.Application
 
setLog(Logger) - Method in class org.apache.ldap.clients.LdapBind
Set the instance of the logger
setLoggerConfigurationFile(File) - Method in class org.apache.directory.daemon.installers.Target
 
setLogMaxAge(int) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the maximum age (days) of change logs stored in ReplicationStore.
setMatchedDN(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Set the Matched DN
setMatchedDn(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the lowest entry in the directory that was matched.
setMatchedDn(LdapDN) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the lowest entry in the directory that was matched.
setMatchingRule(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchingRule
setMatchValue(Object) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the matchValue
setMaxBaseDistance(int) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the maximum distance from base past which entries are excluded.
setMaxEntries(int) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
setMaxEntries(int) - Method in class org.apache.ldap.clients.SearchOpts
Set the maximum of entries to retrieve
setMaximumSize(int) - Method in class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Setter for property maximumSize.
setMaxLengthLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Set the maximul length for a Length
setMaxLengthLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.ITLVBerDecoderMBean
Set the number of bytes that can be used to encode the Value length, including the first byte.
setMaxSizeLimit(int) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setMaxSizeLimit(int) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setMaxTagLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Set the maximum Tag length
setMaxTagLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.ITLVBerDecoderMBean
Set the maximum number of bytes that should be used to encode a Tag label, including the first byte.
setMaxThreads(int) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setMaxThreads(int) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setMaxTime(int) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
setMaxTime(int) - Method in class org.apache.ldap.clients.SearchOpts
Set the maximum of entries to retrieve
setMaxTimeLimit(int) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setMaxTimeLimit(int) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setMayAttributeTypes(List<String>) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setMayListIds(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setMayListIds(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setMayListIds(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setMechanism(String) - Method in class org.apache.directory.shared.ldap.codec.bind.SaslCredentials
Set the mechanism
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Set the message ID
setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.LdapMessageContainer
Set the message ID
setMinBaseDistance(int) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets the minimum distance below base to start including entries.
setMinimumJavaVersion(String) - Method in class org.apache.directory.daemon.installers.Application
 
setModel(TreeModel) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AnnotatedFilterTreeDialog
 
setModule(String) - Method in class org.apache.ldap.clients.LdapBind
Set the module's name
setMustAttributeTypes(List<String>) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setMustListIds(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setMustListIds(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setMustListIds(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setName(String) - Method in class org.apache.directory.daemon.installers.Application
 
setName(String) - Method in class org.apache.directory.server.core.configuration.AuthenticatorConfiguration
Sets the user-defined name of the Authenticator that this configuration configures.
setName(String) - Method in class org.apache.directory.server.core.configuration.InterceptorConfiguration
Sets the name of the Interceptor.
setName(String) - Method in class org.apache.directory.server.core.configuration.MutableAuthenticatorConfiguration
 
setName(String) - Method in class org.apache.directory.server.core.configuration.MutableInterceptorConfiguration
 
setName(String) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setName(String) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Sets user-defined name of the Partition that this configuration configures.
setName(String) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setName(String) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Set the grammar's name
setName(String) - Method in interface org.apache.directory.shared.asn1.ber.grammar.IGrammar
Set the grammar's name
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the user name
setName(String) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the distinguished name of the subject in this authentication request.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the distinguished name of the subject in this authentication request.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.CompareRequest
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.CompareRequestImpl
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.DeleteRequest
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyRequest
Sets the distinguished name of the entry to be modified by this request.
setName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setNames(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
setNames(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setNames(String[]) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets the human readable names for this SchemaObject.
setNames(List<String>) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setNames(List<String>) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setNdnIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the normalized distinguished name Index.
setNdnIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setNewRDN(Rdn) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the new RDN
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the new RDN
setNewRdn(Rdn) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewRdn(Rdn) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
setNewSuperior(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest
Set the new superior
setNewSuperior(String) - Method in class org.apache.directory.shared.ldap.ldif.Entry
Set the new superior
setNewSuperior(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.ModifyDnRequest
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNewSuperior(LdapDN) - Method in class org.apache.directory.shared.ldap.message.ModifyDnRequestImpl
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
setNormalize(boolean) - Static method in class org.apache.directory.shared.ldap.util.StringTools
 
setNormalized(boolean) - Method in class org.apache.directory.shared.ldap.name.LdapDN
 
setNotFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
Set the NotFilter
setNullText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the text to output when null found.
setNumericOid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setNumericOid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.LdapSyntaxDescription
 
setNumericOid(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setObject(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.modify.ModifyRequest
Set the modification DN.
setObjectName(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Set the entry DN
setObjectName(LdapDN) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseEntry
Sets the distinguished name of the entry object returned.
setObjectName(LdapDN) - Method in class org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
Sets the distinguished name of the entry object returned.
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
setObsolete(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
Sets whether or not this SchemaObject is inactived.
setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setOID(byte[]) - Method in class org.apache.directory.shared.asn1.primitives.OID
Set the OID.
setOID(String) - Method in class org.apache.directory.shared.asn1.primitives.OID
Set the OID.
setOid(OID) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the control's OID
setOid(String) - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Sets the Object Idendifier corresponding to the extended request type.
setOid(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the Object Idendifier corresponding to the extended request type.
setOid(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
 
setOneAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the alias index mapping parent entries with scope expanding aliases children one level below them; this system index is used to dereference aliases on one/single level scoped searches.
setOneAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setOperation(int) - Method in class org.apache.ldap.clients.ldaptest.LdapTestCase
Set the LDAP Operation to perform.
setOperator(int) - Method in class org.apache.directory.shared.ldap.filter.BranchNode
Added for rare power-user cases where visitor needs to rewrite filter in-place.
setOptimizerEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setOptimizerEnabled(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartitionConfiguration
 
setOptimizerEnabled(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setOpts(BindOpts) - Method in class org.apache.ldap.clients.LdapBind
Set the command line options from the clinet
setOrderingId(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setOrderingId(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setOrderingId(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setOrderingMatchingRule(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setOsArch(String) - Method in class org.apache.directory.daemon.installers.Target
 
setOsFamily(String) - Method in class org.apache.directory.daemon.installers.Target
 
setOsName(String) - Method in class org.apache.directory.daemon.installers.Target
 
setOsVersion(String) - Method in class org.apache.directory.daemon.installers.Target
 
setOut(OutputStream) - Method in class org.apache.ldap.clients.LdapBind
Set the output stream used to receive messages from the server
setPackagedFiles(PackagedFile[]) - Method in class org.apache.directory.daemon.installers.ServiceInstallersMojo
 
setPackagedFiles(PackagedFile[]) - Method in class org.apache.directory.daemon.installers.Target
 
setParameters(List) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
setParent(Asn1Object) - Method in class org.apache.directory.shared.asn1.Asn1Object
Set the parent
setParent(TLV) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setParentDn(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AddEntryDialog
 
setParentLoader(ClassLoader) - Method in class org.apache.directory.daemon.Bootstrapper
 
setParentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the parent TLV.
setParentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.IAsn1Container
Set the parent TLV
setPartialAttributeList(Attributes) - Method in class org.apache.directory.shared.ldap.codec.search.SearchResultEntry
Initialize the partial Attribute list.
setPassword(String) - Method in class org.apache.ldap.clients.BindOpts
Password for the DN entry being used to bind
setPassword(String) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Password for the DN entry being used to bind
setPassword(String) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Password for the DN entry being used to bind
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setPayload(byte[]) - Method in interface org.apache.directory.shared.ldap.message.ExtendedRequest
Sets the extended request's requestValue portion of the PDU.
setPayload(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedRequestImpl
Sets the extended request's requestValue portion of the PDU.
setPeer(Replica) - Method in class org.apache.directory.mitosis.service.DefaultReplicationContext
 
setPeer(Replica) - Method in interface org.apache.directory.mitosis.service.ReplicationContext
Sets the remote peer Replica that this context is connected to.
setPeerReplicas(Set) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the remote peer replica list.
setPort(int) - Method in class org.apache.ldap.clients.BindOpts
Set the port number to connect to server with
setPort(int) - Method in interface org.apache.ldap.clients.embedded.LdapClient
Set the port number to connect to server with
setPort(int) - Method in class org.apache.ldap.clients.embedded.LdapClientImpl
Set the port number to connect to server with
setPort(int) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the port to connect to on the ldap server
setPreviousDn(LdapDN) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControl
 
setPreviousDn(LdapDN) - Method in class org.apache.directory.shared.ldap.message.EntryChangeControl
 
setPrincipal(AuthenticationService.TrustedPrincipalWrapper) - Method in class org.apache.directory.server.core.jndi.ServerContext
Sets the principal of the authenticated user which also happens to own.
setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure
 
setProcedure(String) - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
setProcessed() - Method in class org.apache.ldap.clients.Opts
Sets the processed flag to true
setProperty(String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
setProperty(String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setProperty(String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setProperty(String, String) - Method in interface org.apache.directory.server.core.partition.impl.btree.MasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setProtocolOP(Asn1Object) - Method in class org.apache.directory.shared.ldap.codec.LdapMessage
Set the ProtocolOP
setPrunmgrExecutablePath(String) - Method in class org.apache.directory.daemon.installers.inno.InnoTarget
 
setPrunsrvExecutablePath(String) - Method in class org.apache.directory.daemon.installers.inno.InnoTarget
 
setPSearchControl(PSearchControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlContainer
Set a PSearchControl Object into the container.
setQuietMode(boolean) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
setQuietMode(boolean) - Method in class org.apache.ldap.clients.SearchOpts
 
setRdn(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.EntryDialog
 
setRdn(String, String) - Static method in class org.apache.directory.shared.ldap.util.NamespaceTools
Sets the rdn of a distinguished name string.
setReadme(File) - Method in class org.apache.directory.daemon.installers.Application
 
setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
setReferral(Referral) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.message.SearchResponseReference
Sets the sequence of LdapUrls as a Referral instance.
setReferral(Referral) - Method in class org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
Sets the sequence of LdapUrls as a Referral instance.
setRefinement(ExprNode) - Method in class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
Sets a filter using only assertions on objectClass attributes for subtree refinement.
setRegistries(Registries) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Allows for schema entity registries to be swapped out during runtime.
setRegistries(Registries) - Method in class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdComparator
 
setRegistries(Registries) - Method in class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdMatch
 
setRegistries(Registries) - Method in class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdNormalizer
 
setRegistry(ComparatorRegistry) - Static method in class org.apache.directory.server.core.schema.SerializableComparator
Sets the global Comparator registry for comparator lookups.
setRenderer(TupleRenderer) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
setRenderer(TupleRenderer) - Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Sets the data renderer to by used by this Table to display or log record keys and values.
setReplicaId(ReplicaId) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the ID of the replica this configuration is configuring.
setReplicationInterval(int) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the replication data exchange interval (seconds) between two replicas.
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
setRequestName(OID) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Set the extended request name
setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedRequest
Set the extended request value
setResponse(Object) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Set the extended response
setResponse(Message) - Method in exception org.apache.directory.shared.ldap.codec.ResponseCarryingException
Set a response if we get an exception while parsing the message
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in interface org.apache.directory.shared.ldap.message.ExtendedResponse
Sets the reponse OID specific encoded response values.
setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Sets the reponse OID specific encoded response values.
setResponse(Message) - Method in exception org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
Set a response if we get an exception while parsing the message
setResponseName(OID) - Method in class org.apache.directory.shared.ldap.codec.extended.ExtendedResponse
Set the extended response name
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in interface org.apache.directory.shared.ldap.message.ExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.shared.ldap.message.ExtendedResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseTimeout(int) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the response timeout value (seconds) for each sent message during the communication between replicas.
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.codec.LdapResult
Set the result code
setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.shared.ldap.message.LdapResult
Sets the result code enumeration associated with the response.
setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.message.LdapResultImpl
Sets the result code enumeration associated with the response.
setResultCode(int) - Method in class org.apache.ldap.clients.embedded.LdapClientResponse
 
setResultCodeString(String) - Method in class org.apache.ldap.clients.embedded.LdapClientResponse
 
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControl
 
setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.message.PersistentSearchControl
 
setRpmBuilder(File) - Method in class org.apache.directory.daemon.installers.rpm.RpmTarget
 
setRpmSpecificationFile(File) - Method in class org.apache.directory.daemon.installers.rpm.RpmTarget
 
setSaslMechanism(String) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
setSaslMechanism(String) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the mechanism associated with a SASL authentication
setSchemaLoaders(List) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setScope(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
setScope(StoredProcedureCall.SearchContext.Scope) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.SearchContext
 
setScope(ScopeEnum) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the search scope
setScope(ScopeEnum) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the search scope parameter enumeration.
setScope(ScopeEnum) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setScope(ScopeEnum) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
Set the Scope for the search
setScope(ScopeEnum) - Method in class org.apache.ldap.clients.SearchOpts
Set the Scope for the search
setScriptFile(File) - Method in class org.apache.directory.daemon.installers.Target
 
setSearchContext(StoredProcedureCall.SearchContext) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
setServerConfigurationFile(File) - Method in class org.apache.directory.daemon.installers.Target
 
setServerPort(int) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the TCP/IP port number that a ReplicationService listens to.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.BindResponse
Set the server sasl credentials
setServerSaslCreds(byte[]) - Method in interface org.apache.directory.shared.ldap.message.BindResponse
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.message.BindResponseImpl
Sets the optional property holding SASL authentication response paramters that are SASL mechanism specific.
setSessionDescription(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the session description
setSessionName(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestSession
Set the session name
setShortClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Deprecated. Use ToStringStyle.setUseShortClassName(boolean) Method will be removed in Commons Lang 3.0.
setShutdownHookEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setShutdownHookEnabled(boolean) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setSimple(byte[]) - Method in class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
Set the simple password
setSimple(boolean) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets the authentication mechanism to simple or to SASL based authentication.
setSimple(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets the authentication mechanism to simple or to SASL based authentication.
setSingleValue(boolean) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSingleValue(boolean) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setSingleValue(boolean) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setSingleValue(boolean) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
Sets whether or not an attribute of this AttributeType single valued or multi-valued.
setSingleValued(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setSizeEndText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the end text to output when a Collection, Map or array size is output.
setSizeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the size limit
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Set the maximum file size that can be accepted for an attribute value
setSizeLimit(int) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeLimit(int) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search.
setSizeStartText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the start text to output when a Collection, Map or array size is output.
setSocket(Socket) - Method in class org.apache.ldap.clients.LdapBind
Set the socket used to connect to the server machine
setSource(String) - Method in class org.apache.directory.daemon.installers.PackagedFile
 
setSourcesDirectory(File) - Method in class org.apache.directory.daemon.installers.Target
 
setSourcesTargetPath(String) - Method in class org.apache.directory.daemon.installers.Target
 
setState(ReplicationContext.State) - Method in class org.apache.directory.mitosis.service.DefaultReplicationContext
 
setState(ReplicationContext.State) - Method in interface org.apache.directory.mitosis.service.ReplicationContext
Sets the current state of the Replica this context is managing.
setState(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Set the new current state
setState(int) - Method in interface org.apache.directory.shared.asn1.ber.IAsn1Container
Set the new current state
setStatesEnum(IStates) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
Set the states for this grammar
setStore(ReplicationStore) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the ReplicationStore which stores the change log of the replica this configuration is configuring.
setStoredProcedure(StoredProcedure) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureContainer
Set a StoredProcedure object into the container.
setStoredProcedureCall(StoredProcedureCall) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallContainer
Set a StoredProcedureCall object into the container.
setSubAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the alias index mapping relative entries with scope expanding alias descendents; this system index is used to dereference aliases on subtree scoped searches.
setSubAliasIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setSubentry(String, SubtreeSpecification, int) - Method in class org.apache.directory.server.core.subtree.SubentryCache
 
setSubEntryControl(SubEntryControl) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Set a SubEntryControl Object into the container.
setSubstrId(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSubstrId(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setSubstrId(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setSubstringsLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
 
setSubstringsMatchingRule(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setSubtreeSpecification(SubtreeSpecification) - Method in class org.apache.directory.server.core.subtree.Subentry
 
setSuffix(String) - Method in class org.apache.directory.server.core.configuration.MutablePartitionConfiguration
 
setSuffix(String) - Method in class org.apache.directory.server.core.configuration.PartitionConfiguration
Sets the suffix of the Partition.
setSuffix(String) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setSummaryObjectEndText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the end text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets the start text to output when an Object is output in summary mode.
setSuperClassIds(String[]) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setSuperClassIds(String[]) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setSuperClassIds(String[]) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setSuperiorId(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSuperiorId(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setSuperiorId(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setSuperiorObjectClasses(List<String>) - Method in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassDescription
 
setSuperType(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setSwapped(Tuple, Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexRecord
Sets the key value tuple but swapping the key and the value and optionally adding the entry if one was resusitated.
setSynchOnWrite(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartitionConfiguration
 
setSynchOnWrite(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
 
setSyntax(String) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setSyntaxId(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSyntaxId(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setSyntaxId(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setSyntaxLength(int) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setSyntaxOid(String) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setSyntaxOid(String) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
setSyntaxOid(String) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
setSystemPartitionConfiguration(PartitionConfiguration) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setSystemPartitionConfiguration(PartitionConfiguration) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
 
setTableModel(TableModel) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.SearchResultDialog
 
setTablePrefix(String) - Method in class org.apache.directory.mitosis.store.derby.DerbyReplicationStore
 
setTag(byte) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
 
setTerminalFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the terminal filter
setTestCaseDescription(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestCase
Set the testCase description
setTestCaseName(String) - Method in class org.apache.ldap.clients.ldaptest.LdapTestCase
Set the testCase name
setTestEntries(List) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setTestEntries(List) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets test directory entries(Attributes) to be loaded while bootstrapping.
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the time limit
setTimeLimit(int) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search.
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
 
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect
 
setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest
 
setTransition(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
Update the transition from a state to another
setTransition(int) - Method in interface org.apache.directory.shared.asn1.ber.IAsn1Container
Update the transition from a state to another
setTreeModel(TreeModel) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.SearchResultDialog
 
setTuple(Tuple, Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexRecord
Sets the key value tuple represented by this IndexRecord optionally setting the entry if one was resusitated from the master table.
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass
 
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass
 
setType(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure.StoredProcedureParameter
 
setType(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.StoredProcedureParameter
 
setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
Set the type
setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
Set the attribute to match
setType(String) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the OID of the Control to identify the control type.
setType(String) - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Sets the OID of the Control to identify the control type.
setType(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the type
setType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.ldap.schema.DefaultObjectClass
Sets the classType for this ObjectClass.
setTypeNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the type, after having trimmed and lowercased it.
setTypes(int) - Method in class org.apache.directory.server.core.subtree.Subentry
 
setTypesMode(boolean) - Method in class org.apache.ldap.clients.embedded.LdapSearchParameters
 
setTypesMode(boolean) - Method in class org.apache.ldap.clients.SearchOpts
 
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequest
Set the typesOnly flag
setTypesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.message.SearchRequest
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.message.SearchRequestImpl
An indicator as to whether search results will contain both attribute types and values, or just attribute types.
setUp() - Method in class org.apache.directory.mitosis.service.ReplicationServiceIntegrationTest
 
setUp() - Method in class org.apache.directory.mitosis.store.derby.DerbyReplicationStoreTest
 
setUp() - Method in class org.apache.directory.server.core.authn.SimpleAuthenticationITest
Customizes setup for each test case.
setUp() - Method in class org.apache.directory.server.core.authn.SimpleAuthenticatorOneWayEncryptedTest
 
setUp() - Method in class org.apache.directory.server.core.authz.AdministratorsGroupITest
 
setUp() - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest
 
setUp() - Method in class org.apache.directory.server.core.jndi.DestroyContextITest
 
setUp() - Method in class org.apache.directory.server.core.jndi.DIRSERVER169ITest
 
setUp() - Method in class org.apache.directory.server.core.jndi.MixedCaseITest
 
setUp() - Method in class org.apache.directory.server.core.jndi.ModifyContextITest
 
setUp() - Method in class org.apache.directory.server.core.jndi.ReferralITest
 
setUp() - Method in class org.apache.directory.server.core.jndi.RootDSEITest
Get's the initial context factory for the provider's ou=system context root.
setUp() - Method in class org.apache.directory.server.core.jndi.SearchContextITest
 
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeEnumerationTest
 
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeIteratorTest
 
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeTupleEnumerationTest
 
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableDupsBTreeTest
Here's what the table looks like:
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableDupsTreeSetTest
Here's what the table looks like:
setUp() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableNoDupsTest
Here's what the table looks like:
setUp() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferencesITest
 
setUp() - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoaderTest
 
setUp() - Method in class org.apache.directory.server.core.schema.SchemaServiceITest
 
setUp() - Method in class org.apache.directory.server.core.schema.SchemaServiceTest
 
setUp() - Method in class org.apache.directory.server.core.SearchOpsITest
 
setUp() - Method in class org.apache.directory.server.core.sp.LdapClassLoaderITest
 
setUp() - Method in class org.apache.directory.server.core.subtree.RefinementEvaluatorTest
Initializes registries and creates the leaf evalutator
setUp() - Method in class org.apache.directory.server.core.subtree.RefinementLeafEvaluatorTest
Initializes registries and creates the leaf evalutator
setUp() - Method in class org.apache.directory.server.core.subtree.SubtreeEvaluatorTest
 
setUp() - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexDecoderTest
 
setUp() - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexEncoderTest
 
setUp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestMatchingRuleAssertionTest
 
setUp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestSubstringTest
 
setUp() - Method in class org.apache.directory.shared.ldap.codec.search.SearchRequestTest
 
setUp() - Method in class org.apache.directory.shared.ldap.codec.util.LdapUrlTest
Setup the test
setUp() - Method in class org.apache.directory.shared.ldap.filter.FilterParserImplTest
 
setUp() - Method in class org.apache.directory.shared.ldap.ldif.LdifReaderTest
Create a file to be used by ":<" values
setUp() - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValueTest
Setup the test
setUp() - Method in class org.apache.directory.shared.ldap.name.LdapDnParserTest
Setup the test
setUp() - Method in class org.apache.directory.shared.ldap.name.LdapDNTest
Setup the test
setUp() - Method in class org.apache.directory.shared.ldap.name.RdnTest
Setup the test
setUp() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserAttributeTypeDescriptionTest
 
setUp() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserLdapSyntaxDescriptionTest
 
setUp() - Method in class org.apache.directory.shared.ldap.schema.syntax.SchemaParserObjectClassDescriptionTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.BaseProtocolTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.add.BasicAddTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.add.BinaryDataAddTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.add.SpecialCharacterAddTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.BasicCompareTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.CompareOperationalAttributesTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.MatchingRuleCompareTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyAddTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyRemoveTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyReplaceTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.MixedModifyFailureTests
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.IllegalSearchFilterTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchFilterAttributeNamesTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchFilterSimpleTest
 
setUp() - Method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.SearchScopeTest
 
setUpdnIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
Sets the user provided distinguished name Index.
setUpdnIndexOn(AttributeType, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
setUpName(String) - Method in class org.apache.directory.shared.ldap.name.Rdn
Set the User Provided Name
setUpToClass(Class) - Method in class org.apache.directory.shared.ldap.util.ReflectionToStringBuilder
Sets the last super class to stop appending fields for.
setUrl(String) - Method in class org.apache.directory.daemon.installers.Application
 
setUsage(UsageEnum) - Method in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setUsage(UsageEnum) - Method in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType
 
setUsage(UsageEnum) - Method in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType
 
setUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.schema.AbstractAttributeType
The usage class for this attributeType.
setUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setUseClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the class name.
setUseFieldNames(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the field names passed in.
setUseIdentityHashCode(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to use the identity hash code.
setUserModifiable(boolean) - Method in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription
 
setUseShortClassName(boolean) - Method in class org.apache.directory.shared.ldap.util.ToStringStyle
Sets whether to output short or long class names.
setUuidFactory(UUIDFactory) - Method in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
Sets the UUIDFactory which generates UUIDs for new directory entries.
setValue(Object, int, int) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AttributesTableModel
 
setValue(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.Tuple
Sets the value for this Tuple.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure.StoredProcedureParameter
 
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.StoredProcedureParameter
 
setValue(Object) - Method in class org.apache.directory.shared.ldap.filter.SimpleNode
Sets the value of this node.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
Set the BER encoded value of the control
setValue(byte[]) - Method in interface org.apache.directory.shared.ldap.message.Control
Sets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
setValue(byte[]) - Method in class org.apache.directory.shared.ldap.message.ControlImpl
Sets the ASN.1 BER encoded value of the control which would have its own custom ASN.1 defined structure based on the nature of the control.
setValue(Object) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the value of a AttributeTypeAndValue.
setValueNormalized(String) - Method in class org.apache.directory.shared.ldap.name.AttributeTypeAndValue
Store the value of a AttributeTypeAndValue, after having trimmed it.
setVersion(String) - Method in class org.apache.directory.daemon.installers.Application
 
setVersion(int) - Method in class org.apache.directory.shared.ldap.codec.bind.BindRequest
Set the protocol version
setVersion3(boolean) - Method in interface org.apache.directory.shared.ldap.message.BindRequest
Sets whether or not the LDAP v3 or v2 protocol is used.
setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.message.BindRequestImpl
Sets whether or not the LDAP v3 or v2 protocol is used.
setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
Set the visibility flag
setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.message.SubentriesControl
 
setWorkingDirectory(File) - Method in class org.apache.directory.server.core.configuration.MutableStartupConfiguration
 
setWorkingDirectory(File) - Method in class org.apache.directory.server.core.configuration.StartupConfiguration
Sets working directory (counterpart of var/lib).
shareConnections - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
shareConnectionsParameter - Variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
shift(String[], int) - Static method in class org.apache.directory.daemon.Bootstrapper
 
SHORT_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
tag mask for the short tag format - 0001 1111 - 0x1F
SHORT_PREFIX_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The short prefix toString style.
show(Index) - Static method in class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
 
showIndexDialog(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
Shows a dialog to display and scan indices.
shutdown() - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockDirectoryService
 
shutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
shutdown() - Method in class org.apache.directory.server.core.DirectoryService
Shuts down this service.
shutdown() - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockDirectoryService
 
ShutdownConfiguration - Class in org.apache.directory.server.core.configuration
A Configuration that shuts down ApacheDS.
ShutdownConfiguration() - Constructor for class org.apache.directory.server.core.configuration.ShutdownConfiguration
Creates a new instance.
ShutdownConfiguration(String) - Constructor for class org.apache.directory.server.core.configuration.ShutdownConfiguration
Creates a new instance that operates on the DirectoryService with the specified ID.
ShutdownITest - Class in org.apache.directory.server.core.jndi
Tests the shutdown operation on the JNDI provider.
ShutdownITest() - Constructor for class org.apache.directory.server.core.jndi.ShutdownITest
 
SIMPLE - Static variable in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Simple authentication (bound with plain-text credentials)
SIMPLE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SIMPLE_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The simple toString style.
SimpleAuthentication - Class in org.apache.directory.shared.ldap.codec.bind
A ldapObject which stores the Simple authentication for a BindRequest.
SimpleAuthentication() - Constructor for class org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication
 
SimpleAuthenticationITest - Class in org.apache.directory.server.core.authn
A set of simple tests to make sure simple authentication is working as it should.
SimpleAuthenticationITest() - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticationITest
Cleans up old database files on creation.
SimpleAuthenticator - Class in org.apache.directory.server.core.authn
A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
SimpleAuthenticator() - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance.
SimpleAuthenticatorOneWayEncryptedTest - Class in org.apache.directory.server.core.authn
Test case for helper methods within SimpleAuthenticator.
SimpleAuthenticatorOneWayEncryptedTest() - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticatorOneWayEncryptedTest
 
SimpleCSN - Class in org.apache.directory.mitosis.common
Basic implementation of CSN.
SimpleCSN(long, ReplicaId, int) - Constructor for class org.apache.directory.mitosis.common.SimpleCSN
Creates a new instance.
SimpleCSN(String) - Constructor for class org.apache.directory.mitosis.common.SimpleCSN
Creates a new instance of SimpleCSN from a String.
SimpleCSN(byte[]) - Constructor for class org.apache.directory.mitosis.common.SimpleCSN
Creates a new instance of SimpleCSN from the serialized data
SimpleCSNFactory - Class in org.apache.directory.mitosis.common
Generates a new CSN.
SimpleCSNFactory() - Constructor for class org.apache.directory.mitosis.common.SimpleCSNFactory
 
SimpleCSNTest - Class in org.apache.directory.mitosis.common
Test for the SimpleCSN class
SimpleCSNTest() - Constructor for class org.apache.directory.mitosis.common.SimpleCSNTest
 
SimpleNameComponentNormalizer - Class in org.apache.directory.shared.ldap.name
A simple NameComponentNormalizer which uses the same Normalizer to always normalize the value the same way regardless of the attribute the value is for.
SimpleNameComponentNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.name.SimpleNameComponentNormalizer
Creates a new SimpleNameComponentNormalizer with the normalizer it uses ever time irrespective of the attribute name or oid.
SimpleNode - Class in org.apache.directory.shared.ldap.filter
A simple assertion value node.
SimpleNode(String, byte[], int) - Constructor for class org.apache.directory.shared.ldap.filter.SimpleNode
Creates a new SimpleNode object.
SimpleNode(String, String, int) - Constructor for class org.apache.directory.shared.ldap.filter.SimpleNode
Creates a new SimpleNode object.
SimpleTriggerExecutionAuthorizer - Class in org.apache.directory.server.core.trigger
 
SimpleTriggerExecutionAuthorizer() - Constructor for class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
SimpleUUID - Class in org.apache.directory.mitosis.common
TODO SimpleUUID.
SimpleUUID(byte[]) - Constructor for class org.apache.directory.mitosis.common.SimpleUUID
 
SimpleUUID(String) - Constructor for class org.apache.directory.mitosis.common.SimpleUUID
 
SimpleUUIDFactory - Class in org.apache.directory.mitosis.common
Generates UUID.
SimpleUUIDFactory() - Constructor for class org.apache.directory.mitosis.common.SimpleUUIDFactory
 
SINGLE_LEVEL - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.SearchContext.Scope
 
SINGLE_SCOPE - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
SingleReplyRequest - Interface in org.apache.directory.shared.ldap.message
Super interface for all request messages returning only one type of response.
SingletonEnumeration - Class in org.apache.directory.shared.ldap.util
A NamingEnumeration over a single element.
SingletonEnumeration(Object) - Constructor for class org.apache.directory.shared.ldap.util.SingletonEnumeration
Creates a NamingEnumeration over a single element.
size() - Method in class org.apache.directory.mitosis.common.CSNVector
 
size() - Method in class org.apache.directory.shared.asn1.codec.stateful.CallbackHistory
Gets the number of decoded items in the callback history.
size() - Method in class org.apache.directory.shared.asn1.der.DERSequence
 
size() - Method in class org.apache.directory.shared.asn1.der.DERSet
 
size() - Method in class org.apache.directory.shared.ldap.ldif.Entry
 
size() - Method in class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
size() - Method in class org.apache.directory.shared.ldap.message.LockableAttributeImpl
Gets the size of the value list.
size() - Method in class org.apache.directory.shared.ldap.message.LockableAttributesImpl
Retrieves the number of attributes in the attribute set.
size() - Method in exception org.apache.directory.shared.ldap.MultiException
Gets the size of this nested exception which equals the number of exception nested within.
size() - Method in class org.apache.directory.shared.ldap.name.LdapDN
Get the number of NameComponent conatained in this LdapDN
size() - Method in class org.apache.directory.shared.ldap.name.Rdn
Get the number of Attribute type and value of this Rdn
size() - Method in exception org.apache.directory.shared.ldap.RuntimeMultiException
Gets the size (number of) exceptions nested within this exception.
size() - Method in interface org.apache.directory.shared.ldap.util.MultiMap
Gets the number of keys in this map.
size() - Method in class org.apache.directory.shared.ldap.util.PreferencesDictionary
 
size() - Method in class org.apache.directory.shared.ldap.util.SequencedHashMap
Implements Map.size().
SIZE_LIMIT_EXCEEDED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SIZE_LIMIT_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
skipReferral() - Method in exception org.apache.directory.shared.ldap.exception.LdapReferralException
 
SpecialCharacterAddTests - Class in org.apache.ldap.testsuite.ldaptests.jndi.ops.add
Check whether adding entries with special characters (e.g.
SpecialCharacterAddTests() - Constructor for class org.apache.ldap.testsuite.ldaptests.jndi.ops.add.SpecialCharacterAddTests
 
SpringClassUtils - Class in org.apache.directory.shared.ldap.util
Miscellaneous class utility methods.
SpringClassUtils() - Constructor for class org.apache.directory.shared.ldap.util.SpringClassUtils
 
SQLUtil - Class in org.apache.directory.mitosis.store.derby
 
SQLUtil() - Constructor for class org.apache.directory.mitosis.store.derby.SQLUtil
 
start() - Method in interface org.apache.directory.daemon.DaemonApplication
Start threads and bind sockets here.
START - Static variable in interface org.apache.directory.daemon.ExitCodes
 
start() - Method in class org.apache.directory.daemon.JsvcBootstrapper
 
start(ReplicationConfiguration) - Method in class org.apache.directory.mitosis.service.ClientConnectionManager
 
start - Variable in class org.apache.directory.shared.ldap.util.Position
 
start - Variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.BasicModifyAddTests
 
start - Variable in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.MixedModifyFailureTests
 
START_CLASS_PROP - Static variable in class org.apache.directory.daemon.Bootstrapper
 
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallStatesEnum
starting state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureStatesEnum
starting state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlStatesEnum
Sequence Tag
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlStatesEnum
Initial state
START_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Starting state
startServer() - Method in class org.apache.kerberos.examples.gssdemo.GSSServerThread
 
startsWith(Name) - Method in class org.apache.directory.shared.ldap.name.LdapDN
Determines whether this name starts with a specified prefix.
startup(DirectoryServiceListener, Hashtable) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockDirectoryService
 
startup(DirectoryServiceListener, Hashtable) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
startup(DirectoryServiceListener, Hashtable) - Method in class org.apache.directory.server.core.DirectoryService
Starts up this service.
startup(DirectoryServiceListener, Hashtable) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockDirectoryService
 
StartupConfiguration - Class in org.apache.directory.server.core.configuration
A Configuration that starts up ApacheDS.
StartupConfiguration() - Constructor for class org.apache.directory.server.core.configuration.StartupConfiguration
Creates a new instance with default settings.
StartupConfiguration(String) - Constructor for class org.apache.directory.server.core.configuration.StartupConfiguration
Creates a new instance with default settings that operates on the DirectoryService with the specified ID.
STAT_TRACKER_AUTHENTICATION_ATTEMPTS - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
The name of the stat tracker that will be used to count the number of authentication attempts.
STAT_TRACKER_AUTHENTICATION_TIME - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
The name of the stat tracker that will be used to keep track of the time required to perform each authentication.
STAT_TRACKER_FAILED_AUTHENTICATIONS - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
The name of the stat tracker that will be used to count the number of failed authentications.
STAT_TRACKER_SUCCESSFUL_AUTHENTICATIONS - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
The name of the stat tracker that will be used to count the number of successful authentications.
state - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
The current state of the decoding
StateFactoryRegistry - Interface in org.apache.directory.server.core.schema
A registry used for looking up JNDI state factories based on meta data regarding the objectClass and Class associations with the factory.
StatefulDecoder - Interface in org.apache.directory.shared.asn1.codec.stateful
A decoder which decodes encoded data as it arrives in peices while maintaining the state of the decode operation between the arrival of encoded chunks.
StatefulEncoder - Interface in org.apache.directory.shared.asn1.codec.stateful
The StatefulEncoder interface.
states - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
Store the different states for debug purpose
statesEnum - Variable in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
The grammar's states
stateStack - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
Store a stack of the current states used when switching grammars
stop(String[]) - Method in interface org.apache.directory.daemon.DaemonApplication
Stop threads and close sockets opened in start() here.
STOP - Static variable in interface org.apache.directory.daemon.ExitCodes
 
stop() - Method in class org.apache.directory.daemon.JsvcBootstrapper
 
stop() - Method in class org.apache.directory.mitosis.service.ClientConnectionManager
 
STOP_CLASS_PROP - Static variable in class org.apache.directory.daemon.Bootstrapper
 
StoreAnyAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a any value into a substring filter
StoreAnyAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreAnyAction
 
STORED_PROCEDURE_CALL_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallStatesEnum
StoredProcedureCall
STORED_PROCEDURE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureStatesEnum
StoredProcedure
storeDelay - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectGrammar
The action used to store a Time Offline.
StoredProcedure - Class in org.apache.directory.shared.ldap.codec.extended.operations
Stored Procedure Extended Operation bean
StoredProcedure() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure
 
StoredProcedure.StoredProcedureParameter - Class in org.apache.directory.shared.ldap.codec.extended.operations
Bean for representing a Stored Procedure Parameter
StoredProcedure.StoredProcedureParameter() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedure.StoredProcedureParameter
 
StoredProcedureCall - Class in org.apache.directory.shared.ldap.codec.extended.operations
A bean representing a Stored Procedure Call Extended Operation.
StoredProcedureCall() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall
 
StoredProcedureCall.SearchContext - Class in org.apache.directory.shared.ldap.codec.extended.operations
 
StoredProcedureCall.SearchContext() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.SearchContext
 
StoredProcedureCall.SearchContext.Scope - Class in org.apache.directory.shared.ldap.codec.extended.operations
 
StoredProcedureCall.StoredProcedureParameter - Class in org.apache.directory.shared.ldap.codec.extended.operations
 
StoredProcedureCall.StoredProcedureParameter() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCall.StoredProcedureParameter
 
StoredProcedureCallContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations
A container for the StoredProcedureCall codec.
StoredProcedureCallContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallContainer
 
StoredProcedureCallDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations
StoredProcedureCall Decoder.
StoredProcedureCallDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureCallDecoder
 
StoredProcedureCallGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations
ASN.1 BER Grammar for Stored Procedure Call Extended Operation
StoredProcedureCallStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations
Constants for StoredProcedureCallGrammar.
StoredProcedureContainer - Class in org.apache.directory.shared.ldap.codec.extended.operations
A container for the StoredProcedure codec
StoredProcedureContainer() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureContainer
 
StoredProcedureDecoder - Class in org.apache.directory.shared.ldap.codec.extended.operations
StoredProcedure Decoder
StoredProcedureDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureDecoder
 
StoredProcedureGrammar - Class in org.apache.directory.shared.ldap.codec.extended.operations
ASN.1 BER Grammar for Stored Procedure Extended Operation
StoredProcedureLanguageSchemeOption - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureLanguageSchemeOption(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
 
StoredProcedureOption - Interface in org.apache.directory.shared.ldap.trigger
Just a marker interface for Stored Procedure Options.
StoredProcedureParameter - Class in org.apache.directory.shared.ldap.trigger
An entity that represents a stored procedure parameter which can be specified in an LDAP Trigger Specification.
StoredProcedureParameter(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
 
StoredProcedureParameter.Add_ATTRIBUTES - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Add_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_DELETED_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Delete_NAME - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_LDAP_CONTEXT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Generic_OPERATION_PRINCIPAL - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_MODIFICATION - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_NEW_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OBJECT - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.Modify_OLD_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_ENTRY - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_RDN - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameter.ModifyDN_NEW_SUPERIOR - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureParameterInjector - Interface in org.apache.directory.server.core.trigger
 
StoredProcedureParameterInjector.MicroInjector - Interface in org.apache.directory.server.core.trigger
 
StoredProcedureRequest - Class in org.apache.directory.shared.ldap.message.extended
An extended operation requesting the server to execute a stored procedure.
StoredProcedureRequest(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
StoredProcedureRequest(int, String, String) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest
 
StoredProcedureResponse - Class in org.apache.directory.shared.ldap.message.extended
 
StoredProcedureResponse(int) - Constructor for class org.apache.directory.shared.ldap.message.extended.StoredProcedureResponse
 
StoredProcedureSearchContextOption - Class in org.apache.directory.shared.ldap.trigger
 
StoredProcedureSearchContextOption(Name) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
StoredProcedureSearchContextOption(Name, SearchScope) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
 
StoredProcedureStatesEnum - Class in org.apache.directory.shared.ldap.codec.extended.operations
Constants for StoredProcedureGrammar
StoredProcedureTest - Class in org.apache.directory.shared.ldap.codec.extended.operations
 
StoredProcedureTest() - Constructor for class org.apache.directory.shared.ldap.codec.extended.operations.StoredProcedureTest
 
StoreFinalAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a final value into a substring filter
StoreFinalAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreFinalAction
 
StoreMatchValueAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a match value
StoreMatchValueAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreMatchValueAction
 
StoreReferenceAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a reference into a searchResultReference
StoreReferenceAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreReferenceAction
 
storeReferral - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectGrammar
The action used to store a referral.
storeTimeOffline - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectGrammar
The action used to store a Time Offline.
StoreTypeMatchingRuleAction - Class in org.apache.directory.shared.ldap.codec.actions
The action used to store a type matching rule
StoreTypeMatchingRuleAction() - Constructor for class org.apache.directory.shared.ldap.codec.actions.StoreTypeMatchingRuleAction
 
STREAMED - Static variable in class org.apache.directory.shared.asn1.primitives.BitString
A flag to mark the OctetString as Streamed (for OctetString larger than 1024 chars)
STRING_ENCODE_PATTERN - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
 
STRING_TYPE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
value for type parameter for string (non-binary) attributes
StringSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A custom String serializer to [de]serialize Strings.
StringSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
StringSerializerTest - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
 
StringSerializerTest() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializerTest
 
stringToByteArray(String) - Static method in class org.apache.directory.shared.asn1.der.DERString
Utility method for converting Strings to bytes.
StringTools - Class in org.apache.directory.shared.ldap.util
Various string manipulation methods that are more efficient then chaining string operations: all is done in the same buffer without creating a bunch of string objects.
StringTools() - Constructor for class org.apache.directory.shared.ldap.util.StringTools
 
StringToolsTest - Class in org.apache.directory.shared.ldap.util
Tests the StringTools class methods.
StringToolsTest() - Constructor for class org.apache.directory.shared.ldap.util.StringToolsTest
 
STRONG - Static variable in class org.apache.directory.shared.ldap.aci.AuthenticationLevel
Strong authentication (bound with encrypted cerdentials)
STRONG_AUTH_REQUIRED - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect
 
STRUCTURAL_VAL - Static variable in enum org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum
The int constant value for the structural objectClasses
SUB_ENTRY_VISIBILITY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
Visibility Value
SUBALIAS - Static variable in class org.apache.directory.server.core.partition.Oid
Private OID (1.3.6.1.4.1.18060.0.4.1.2.6) for _subAlias index
subarray(Object[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class org.apache.directory.shared.ldap.util.ArrayUtils
Produces a new boolean array containing the elements between the start and end indices.
SubentriesControl - Class in org.apache.directory.shared.ldap.message
The control for the visibility of subentries with search operations.
SubentriesControl() - Constructor for class org.apache.directory.shared.ldap.message.SubentriesControl
 
Subentry - Class in org.apache.directory.server.core.subtree
An operational view of a subentry within the system.
Subentry() - Constructor for class org.apache.directory.server.core.subtree.Subentry
 
SUBENTRY_OPATTRS - Static variable in class org.apache.directory.server.core.subtree.SubentryService
 
subentryAdded(String, LdapDN, Attributes) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryAdded(LdapDN, Attributes) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryCache - Class in org.apache.directory.server.core.subtree
A cache for subtree specifications.
SubentryCache() - Constructor for class org.apache.directory.server.core.subtree.SubentryCache
 
SubEntryControl - Class in org.apache.directory.shared.ldap.codec.search.controls
A searchRequest control : SubEntry
SubEntryControl() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
 
SubEntryControlContainer - Class in org.apache.directory.shared.ldap.codec.search.controls
 
SubEntryControlContainer() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Creates a new SubEntryControlContainer object.
SubEntryControlDecoder - Class in org.apache.directory.shared.ldap.codec.search.controls
A decoder for SubEntryControls.
SubEntryControlDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlDecoder
 
SubEntryControlGrammar - Class in org.apache.directory.shared.ldap.codec.search.controls
This class implements the SubEntryControl.
SubEntryControlStatesEnum - Class in org.apache.directory.shared.ldap.codec.search.controls
This class store the SubEntryControl's grammar constants.
SubEntryControlTest - Class in org.apache.directory.shared.ldap.codec.search.controls
Test the SubEntryControlTest codec
SubEntryControlTest() - Constructor for class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlTest
 
subentryDeleted(Name, Attributes) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryDeleted(LdapDN, Attributes) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryModified(LdapDN, ModificationItem[], Attributes) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(LdapDN, int, Attributes, Attributes) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(LdapDN, ModificationItem[], Attributes) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryModified(LdapDN, int, Attributes, Attributes) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryRenamed(Name, Name) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryRenamed(LdapDN, LdapDN) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryService - Class in org.apache.directory.server.core.subtree
The Subentry interceptor service which is responsible for filtering out subentries on search operations and injecting operational attributes
SubentryService() - Constructor for class org.apache.directory.server.core.subtree.SubentryService
 
SubentryService.HideEntriesFilter - Class in org.apache.directory.server.core.subtree
SearchResultFilter used to filter out normal entries but shows subentries based on objectClass values.
SubentryService.HideEntriesFilter() - Constructor for class org.apache.directory.server.core.subtree.SubentryService.HideEntriesFilter
 
SubentryService.HideSubentriesFilter - Class in org.apache.directory.server.core.subtree
SearchResultFilter used to filter out subentries based on objectClass values.
SubentryService.HideSubentriesFilter() - Constructor for class org.apache.directory.server.core.subtree.SubentryService.HideSubentriesFilter
 
SubentryServiceForTriggersITest - Class in org.apache.directory.server.core.trigger
Testcases for the SubentryService for Triggers.
SubentryServiceForTriggersITest() - Constructor for class org.apache.directory.server.core.trigger.SubentryServiceForTriggersITest
 
SubentryServiceITest - Class in org.apache.directory.server.core.subtree
Testcases for the SubentryService.
SubentryServiceITest() - Constructor for class org.apache.directory.server.core.subtree.SubentryServiceITest
 
SubentryServiceObjectClassChangeHandlingITest - Class in org.apache.directory.server.core.subtree
Testcases for the SubentryService.
SubentryServiceObjectClassChangeHandlingITest() - Constructor for class org.apache.directory.server.core.subtree.SubentryServiceObjectClassChangeHandlingITest
 
substr - Variable in class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.AttributeTypeImpl
 
SUBSTRING - Static variable in class org.apache.directory.shared.ldap.filter.AbstractExprNode
substring match assertion node
SUBSTRING_FILTER_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SubstringEnumerator - Class in org.apache.directory.server.core.partition.impl.btree
Enumerator that creates a NamingEnumeration over the set of candidates that satisfy a substring filter expression.
SubstringEnumerator(BTreePartition, AttributeTypeRegistry, SubstringEvaluator) - Constructor for class org.apache.directory.server.core.partition.impl.btree.SubstringEnumerator
Creates a SubstringEnumerator for a database.
SubstringEvaluator - Class in org.apache.directory.server.core.event
Evaluates substring filter assertions on an entry.
SubstringEvaluator(OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.directory.server.core.event.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubstringEvaluator - Class in org.apache.directory.server.core.partition.impl.btree
Evaluates substring filter assertions on an entry.
SubstringEvaluator(BTreePartition, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.directory.server.core.partition.impl.btree.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubstringFilter - Class in org.apache.directory.shared.ldap.codec.search
A Object that stores the substring filter.
SubstringFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
The constructor.
SubstringNode - Class in org.apache.directory.shared.ldap.filter
Filter expression tree node used to represent a substring assertion.
SubstringNode(String, String, String) - Constructor for class org.apache.directory.shared.ldap.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.shared.ldap.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SUBSTRINGS_FILTER_ANY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_FINAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_INITIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
SUBSTRINGS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
SUBTREE - Static variable in class org.apache.directory.shared.ldap.trigger.SearchScope
 
SUBTREE_SCOPE - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
SUBTREE_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
SubtreeEvaluator - Class in org.apache.directory.server.core.subtree
An evaluator used to determine if an entry is included in the collection represented by a subtree specification.
SubtreeEvaluator(OidRegistry) - Constructor for class org.apache.directory.server.core.subtree.SubtreeEvaluator
Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
SubtreeEvaluatorTest - Class in org.apache.directory.server.core.subtree
Unit test cases for the SubtreeEvaluator.
SubtreeEvaluatorTest() - Constructor for class org.apache.directory.server.core.subtree.SubtreeEvaluatorTest
 
SubtreeSpecification - Interface in org.apache.directory.shared.ldap.subtree
RFC 3672 defined a subtree specification to be included within subentries.
SubtreeSpecificationModifier - Class in org.apache.directory.shared.ldap.subtree
SubtreeSpecification contains no setters so they must be built by a modifiable object containing all the necessary parameters to build the base object.
SubtreeSpecificationModifier() - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationModifier
 
SubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationParser(Map) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver, Map) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParser
Creates a normalizing subtree specification parser.
SubtreeSpecificationParserTest - Class in org.apache.directory.shared.ldap.subtree
Unit tests class for Subtree Specification parser (wrapper).
SubtreeSpecificationParserTest() - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest
Creates a SubtreeSpecificationParserTest instance.
SubtreeSpecificationParserTest(String) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest
Creates a SubtreeSpecificationParserTest instance.
SubtreeSpecificationParserTest.ParseSpecification - Class in org.apache.directory.shared.ldap.subtree
Used to test multithreaded use of a single parser.
SubtreeSpecificationParserTest.ParseSpecification(String) - Constructor for class org.apache.directory.shared.ldap.subtree.SubtreeSpecificationParserTest.ParseSpecification
 
subtreeSpecifications - Variable in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
 
SUCCESS - Static variable in class org.apache.directory.shared.ldap.codec.util.LdapResultEnum
 
SUCCESS - Static variable in class org.apache.ldap.clients.embedded.LdapClientResponse
 
successCounter - Variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
suffix - Variable in class org.apache.directory.server.core.jndi.MixedCaseITest
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.add.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.compare.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.delete.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.extended.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modify.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.modifydn.AllTests
 
suite() - Static method in class org.apache.ldap.testsuite.ldaptests.jndi.ops.search.AllTests
 
sup - Variable in class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.AttributeTypeImpl
 
SUP_ATTR - Static variable in class org.apache.directory.server.core.schema.SchemaFromSearchConverter
 
SUPERIOR - Static variable in class org.apache.directory.shared.ldap.name.Rdn
 
sync() - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilterTest.MockDirectoryService
 
sync() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
sync() - Method in class org.apache.directory.server.core.DirectoryService
Calls Partition.sync() for all registered Partitions.
sync() - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockDirectoryService
 
sync() - Method in class org.apache.directory.server.core.partition.AbstractPartition
This method does nothing by default.
sync() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
sync() - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Synchronizes the buffers with disk.
sync() - Method in interface org.apache.directory.server.core.partition.Partition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
SyncConfiguration - Class in org.apache.directory.server.core.configuration
A Configuration that makes a call to DirectoryService.sync().
SyncConfiguration() - Constructor for class org.apache.directory.server.core.configuration.SyncConfiguration
Creates a new instance.
SyncConfiguration(String) - Constructor for class org.apache.directory.server.core.configuration.SyncConfiguration
Creates a new instance that operates on the DirectoryService with the specified ID.
SynchronizedLRUMap - Class in org.apache.directory.shared.ldap.util
An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.
SynchronizedLRUMap() - Constructor for class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Default constructor, primarily for the purpose of de-externalization.
SynchronizedLRUMap(int) - Constructor for class org.apache.directory.shared.ldap.util.SynchronizedLRUMap
Create a new LRUMap with a maximum capacity of i.
SyncITest - Class in org.apache.directory.server.core.jndi
Tests the sync operation on the JNDI provider.
SyncITest() - Constructor for class org.apache.directory.server.core.jndi.SyncITest
 
syncSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
SYNTAX - Static variable in class org.apache.directory.server.core.schema.bootstrap.ApachemetaMatchingRuleProducer.ObjectClassTypeMatch
 
syntax - Variable in class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.AttributeTypeImpl
 
syntax - Variable in class org.apache.directory.shared.ldap.schema.SchemaUtilsTest.MatchingRuleImpl
 
Syntax - Interface in org.apache.directory.shared.ldap.schema
A syntax definition.
SyntaxChecker - Interface in org.apache.directory.shared.ldap.schema.syntax
Used to validate values of a particular syntax.
SyntaxCheckerRegistry - Interface in org.apache.directory.server.core.schema
SyntaxChecker registry component's service interface.
syntaxOid - Variable in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
syntaxOid - Variable in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
syntaxOid - Variable in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
syntaxRegistry - Variable in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
syntaxRegistry - Variable in class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule
 
syntaxRegistry - Variable in class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule
 
SyntaxRegistry - Interface in org.apache.directory.server.core.schema
Manages the lookup and registration of Syntaxes within the system by OID.
SYSPREF_BASE - Static variable in class org.apache.directory.server.core.prefs.PreferencesUtils
the dn base of the system preference hierarchy
SYSTEM_PARTITION_NAME - Static variable in class org.apache.directory.server.core.configuration.PartitionConfiguration
The name of reserved system partition
SYSTEM_PARTITION_SUFFIX - Static variable in class org.apache.directory.server.core.partition.PartitionNexus
System partition suffix constant.
SystemAttributeTypeProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema attributeType definations for the system schema.
SystemAttributeTypeProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemAttributeTypeProducer
 
SystemComparatorProducer - Class in org.apache.directory.server.core.schema.bootstrap
Document this class.
SystemComparatorProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemComparatorProducer
 
SystemDitContentRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitContentRule objects for the system schema.
SystemDitContentRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemDitContentRuleProducer
 
SystemDitStructureRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitStructureRule objects for the system schema.
SystemDitStructureRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemDitStructureRuleProducer
 
SystemMatchingRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A simple maching rule configuration where objects and java code are used to create matching rules.
SystemMatchingRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemMatchingRuleProducer
 
SystemMatchingRuleUseProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRuleUse objects for the system schema.
SystemMatchingRuleUseProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemMatchingRuleUseProducer
 
SystemNameFormProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of NameForm objects for the system schema.
SystemNameFormProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemNameFormProducer
 
SystemNormalizerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
SystemNormalizerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemNormalizerProducer
 
SystemObjectClassProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema objectClass definations for the system schema.
SystemObjectClassProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemObjectClassProducer
 
SystemObjectFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of ObjectFactory objects for the system schema.
SystemObjectFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemObjectFactoryProducer
 
systemRoot() - Method in class org.apache.directory.server.core.prefs.ServerPreferencesFactory
 
SystemSchema - Class in org.apache.directory.server.core.schema.bootstrap
Top level system schema class.
SystemSchema() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemSchema
 
SystemStateFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of StateFactory objects for the system schema.
SystemStateFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemStateFactoryProducer
 
SystemSyntaxCheckerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of SyntaxCheckers for the core schema.
SystemSyntaxCheckerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemSyntaxCheckerProducer
Creates a producer which produces all 58 of the core schema syntax's SyntaxCheckers.
SystemSyntaxProducer - Class in org.apache.directory.server.core.schema.bootstrap
A simple Syntax factory for the core LDAP schema in Section 4.3.2 of RFC2252.
SystemSyntaxProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.SystemSyntaxProducer
 
SystemUtils - Class in org.apache.directory.shared.ldap.util
Helpers for java.lang.System.
SystemUtils() - Constructor for class org.apache.directory.shared.ldap.util.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

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