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

A

A6RecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.1.1.
A6RecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.A6RecordEncoder
 
abandon(AbandonRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
abandon(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
abandon() - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
abandonAllOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
Abandons all outstanding requests associated with this session.
abandoned - Variable in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
A flag if the search operation is abandoned
abandonOutstandingRequest(int) - Method in class org.apache.directory.server.ldap.LdapSession
Abandons a specific request by messageId.
AbandonRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
AbandonRequest message received handler implementation.
AbandonRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.AbandonRequestHandler
 
abort() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Abort a transaction.
abort() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Abort a transaction.
abort() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Abort a transaction.
abort() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Abort a transaction.
AbstractAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
Abstract implementation for the AdministrativePoint
AbstractAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Creates a new instance of AbstractAdministrativePoint.
AbstractAuthenticator - Class in org.apache.directory.server.core.authn
Base class for all Authenticators.
AbstractAuthenticator(AuthenticationLevel) - Constructor for class org.apache.directory.server.core.authn.AbstractAuthenticator
Creates a new instance.
AbstractAuthenticator(AuthenticationLevel, Dn) - Constructor for class org.apache.directory.server.core.authn.AbstractAuthenticator
Creates a new instance.
AbstractBTreePartition - Class in org.apache.directory.server.core.partition.impl.btree
An abstract Partition that uses general BTree operations.
AbstractBTreePartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Creates a B-tree based context partition.
AbstractBTreePartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Creates a B-tree based context partition.
AbstractChangeOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
An abstract base class used by all change inducing operations.
AbstractChangeOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Creates a new instance of AbstractChangeOperationContext.
AbstractChangeOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Creates a new instance of AbstractChangeOperationContext.
AbstractContextFactory - Class in org.apache.directory.server.core.jndi
A server-side JNDI provider implementation of InitialContextFactory.
AbstractContextFactory() - Constructor for class org.apache.directory.server.core.jndi.AbstractContextFactory
 
AbstractDhcpService - Class in org.apache.directory.server.dhcp.service
Abstract implementation of the server-side DHCP protocol.
AbstractDhcpService() - Constructor for class org.apache.directory.server.dhcp.service.AbstractDhcpService
 
AbstractDhcpStore - Class in org.apache.directory.server.dhcp.store
Abstract base implementation of a DhcpStore.
AbstractDhcpStore() - Constructor for class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
AbstractIndex<K,E> - Class in org.apache.directory.server.xdbm
A generic index implementation that is just used to hold the index configuration parameters (attributeId, cacheSize, wkDirPath).
AbstractIndex() - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndex(boolean) - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndex(String, boolean) - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndexCursor<V> - Class in org.apache.directory.server.xdbm
An abstract Cursor used by the index cursors.
AbstractIndexCursor() - Constructor for class org.apache.directory.server.xdbm.AbstractIndexCursor
 
AbstractKerberosFlags - Class in org.apache.directory.shared.kerberos.flags
An implementation of a BitString for any KerberosFlags.
AbstractKerberosFlags() - Constructor for class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Standard constructor, which create a BitString containing 32 bits
AbstractKerberosFlags(int) - Constructor for class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Standard constructor, which create a BitString containing 32 bits
AbstractKerberosFlags(byte[]) - Constructor for class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Standard constructor, taking a byte array, 32 bits
AbstractLayout - Class in org.apache.directory.server.core.api
Convenience class to encapsulate paths to various directories and files within an layout.
AbstractLayout(File) - Constructor for class org.apache.directory.server.core.api.AbstractLayout
Creates a new instance of AbstractLayout.
AbstractLayout(String) - Constructor for class org.apache.directory.server.core.api.AbstractLayout
Creates a new instance of AbstractLayout.
AbstractLdapTestUnit - Class in org.apache.directory.server.core.integ
An abstract class created to hold common elements.
AbstractLdapTestUnit() - Constructor for class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
AbstractLdifPartition - Class in org.apache.directory.server.core.partition.ldif
A common base class for LDIF file based Partition implementations.
AbstractLdifPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Creates a new instance of AbstractLdifPartition.
AbstractLdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Creates a new instance of AbstractLdifPartition.
AbstractMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl
An abstract class for all the MechanismHandlers, implementing some common methods
AbstractMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractMechanismHandler
 
AbstractOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
This abstract class stores common context elements, like the Dn, which is used in all the contexts.
AbstractOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Creates a new instance of AbstractOperationContext.
AbstractOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Creates a new instance of AbstractOperationContext.
AbstractPartition - Class in org.apache.directory.server.core.api.partition
A Partition that helps users to implement their own partition.
AbstractPartition() - Constructor for class org.apache.directory.server.core.api.partition.AbstractPartition
 
AbstractPasswordMessage - Class in org.apache.directory.server.kerberos.changepwd.messages
 
AbstractPasswordMessage(short) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
 
AbstractProtocolService - Class in org.apache.directory.server.protocol.shared
An abstract base class for a ProtocolService.
AbstractProtocolService() - Constructor for class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
AbstractReadAuthorizationData<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to set the AuthorizationData
AbstractReadAuthorizationData(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadAuthorizationData
Instantiates a new AbstractReadAuthorizationData action.
AbstractReadCheckSum<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to set the Checksum
AbstractReadCheckSum(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadCheckSum
Instantiates a new AbstractReadChecksum action.
AbstractReadEncryptedPart<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read the EncryptedData
AbstractReadEncryptedPart(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart
Instantiates a new AbstractReadEncryptedPart action.
AbstractReadEncryptionKey<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to set the EncryptionKey
AbstractReadEncryptionKey(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey
Instantiates a new AbstractReadEncryptionKey action.
AbstractReadHostAddress<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read the HostAddress
AbstractReadHostAddress(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress
Instantiates a new AbstractReadAddress action.
AbstractReadHostAddresses<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The abstract action used to read the HostAddresses
AbstractReadHostAddresses(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses
Instantiates a new AbstractReadHostAddresses action.
AbstractReadKerberosTime<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read the KerberosTime
AbstractReadKerberosTime(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime
Instantiates a new AbstractReadKerberosTime action.
AbstractReadMsgType<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read and validate the msg-type
AbstractReadMsgType(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadMsgType
Instantiates a new StoreMsgType action.
AbstractReadMsgType(String, KerberosMessageType) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadMsgType
Instantiates a new StoreMsgType action.
AbstractReadPrincipalName<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to set the ticket SName
AbstractReadPrincipalName(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPrincipalName
Instantiates a new AbstractReadPrincipalName action.
AbstractReadPvno<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read the PVNO
AbstractReadPvno(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno
Creates a new instance of AbstractReadPvno.
AbstractReadRealm<E extends org.apache.directory.api.asn1.ber.Asn1Container> - Class in org.apache.directory.shared.kerberos.codec.actions
The action used to read the Realm
AbstractReadRealm(String) - Constructor for class org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm
Instantiates a new AbstractReadRealm action.
AbstractRegistrySynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
An abstract registry synchronizer with some reused functionality.
AbstractRegistrySynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
AbstractSaslCallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl
Base class for all SASL CallbackHandlers.
AbstractSaslCallbackHandler(DirectoryService, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Creates a new instance of AbstractSaslCallbackHandler.
AbstractSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl
An abstract class containing common parts for the SaslServer local implementation, like the BindRequest;
AbstractSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
AbstractStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AbstractStoredProcedureParameterInjector(OperationContext) - Constructor for class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
AbstractTable<K,V> - Class in org.apache.directory.server.xdbm
A Abstract Table implementation aggregating the methods common with all the different Table implementation.
AbstractTable(SchemaManager, String, Comparator<K>, Comparator<V>) - Constructor for class org.apache.directory.server.xdbm.AbstractTable
Create an instance of Table
AbstractTicket - Class in org.apache.directory.kerberos.client
 
AbstractTicket(Ticket, EncKdcRepPart) - Constructor for class org.apache.directory.kerberos.client.AbstractTicket
 
AbstractTransport - Class in org.apache.directory.server.protocol.shared.transport
 
AbstractTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class.
AbstractTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using the given address and port.
AbstractTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class on LocalHost
AbstractTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class
accept(SearchOperationContext, Entry) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilter
Filters the contents of search entries on the way out the door to client callers.
acceptor - Variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The IoAcceptor used to accept requests
ACCESS_CONTROL_SUBENTRIES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ACCESS_CONTROL_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AccessControlAAP - Class in org.apache.directory.server.core.api.administrative
An class used to create an AccessControl AAP
AccessControlAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlAAP
Create an instance of AccessControl AdministrativePoint
AccessControlAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for AccessControl APs
AccessControlAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlAdministrativePoint
Create an instance of AccessControlAdministrativePoint
AccessControlIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create an AccessControl IAP
AccessControlIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlIAP
Create an instance of AccessControl IAP
AccessControlSAP - Class in org.apache.directory.server.core.api.administrative
An class used to create AccessControl SAPs
AccessControlSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlSAP
Create an instance of AccessControl AdministrativePoint
ACDFEngine - Class in org.apache.directory.server.core.authz.support
An implementation of Access Control Decision Function (18.8, X.501).
ACDFEngine(SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.ACDFEngine
Creates a new instance.
ACI_LOG - Static variable in interface org.apache.directory.server.core.authz.support.ACITupleFilter
the dedicated logger for ACI
AciAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An ACI based authorization service.
AciAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Create a AciAuthorizationInterceptor instance
AciContext - Class in org.apache.directory.server.core.authz.support
A container used to pass parameters to the ACDF engine
AciContext(SchemaManager, OperationContext) - Constructor for class org.apache.directory.server.core.authz.support.AciContext
Creates a new instance of AciContext.
ACITupleFilter - Interface in org.apache.directory.server.core.authz.support
An interface that filters the specified collection of tuples using the specified extra information.
ack(long) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a ack for a change
ack(long) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a ack for a change
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a ack for a change
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a ack for a change
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadAuthorizationData
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadCheckSum
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadMsgType
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPrincipalName
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno
action(E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm
action(AdAndOrContainer) - Method in class org.apache.directory.shared.kerberos.codec.adAndOr.actions.AdAndOrInit
action(AdKdcIssuedContainer) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.AdKdcIssuedInit
action(ApRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.apRep.actions.ApRepInit
action(ApReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.apReq.actions.ApReqInit
action(ApReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreApOptions
action(ApReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreTicket
action(AsRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.asRep.actions.StoreKdcRep
action(AsReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.asReq.actions.StoreKdcReq
action(AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.AuthenticatorInit
action(AuthorizationDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.authorizationData.actions.AuthorizationDataInit
action(ChangePasswdDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.actions.ChangePasswdDataInit
action(ChecksumContainer) - Method in class org.apache.directory.shared.kerberos.codec.checksum.actions.ChecksumInit
action(ChecksumContainer) - Method in class org.apache.directory.shared.kerberos.codec.checksum.actions.StoreCksumType
action(EncApRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.EncApRepPartInit
action(EncAsRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encAsRepPart.actions.StoreEncAsRepPart
action(EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.EncKdcRepPartInit
action(EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreLastReq
action(EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.EncKrbCredPartInit
action(EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreTicketInfo
action(EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.EncKrbPrivPartInit
action(EncryptedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.actions.EncryptedDataInit
action(EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.EncryptionKeyInit
action(EncTgsRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTgsRepPart.actions.StoreEncTgsRepPart
action(EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.EncTicketPartInit
action(EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreTransited
action(ETypeInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo.actions.AddETypeInfoEntry
action(ETypeInfo2Container) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2.actions.AddETypeInfo2Entry
action(ETypeInfo2EntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.ETypeInfo2EntryInit
action(ETypeInfo2EntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreEType
action(ETypeInfo2EntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreSalt
action(ETypeInfoEntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.ETypeInfoEntryInit
action(ETypeInfoEntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.StoreEType
action(HostAddressContainer) - Method in class org.apache.directory.shared.kerberos.codec.hostAddress.actions.HostAddressInit
action(HostAddressesContainer) - Method in class org.apache.directory.shared.kerberos.codec.hostAddresses.actions.AddHostAddress
action(KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.AddPaData
action(KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreTicket
action(KdcReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReq.actions.AddPaData
action(KdcReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReq.actions.StoreKdcReqBody
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.AddEType
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.AddTicket
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.ETypeSequence
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.KdcReqBodyInit
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreFrom
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreKdcOptions
action(KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreTill
action(KrbCredContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCred.actions.KrbCredInit
action(KrbCredContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCred.actions.StoreTickets
action(KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.KrbCredInfoInit
action(KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.KrbErrorInit
action(KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreEText
action(KrbPrivContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbPriv.actions.KrbPrivInit
action(KrbSafeContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.actions.KrbSafeInit
action(KrbSafeContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StoreSafeBody
action(KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.KrbSafeBodyInit
action(LastReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.lastReq.actions.LastReqInit
action(MethodDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.methodData.actions.AddPaData
action(PaDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.padata.actions.PaDataInit
action(PaDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.padata.actions.StoreDataType
action(PaEncTsEncContainer) - Method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.PaEncTsEncInit
action(PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.PrincipalNameInit
action(PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameString
action(TgsRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.tgsRep.actions.StoreKdcRep
action(TgsReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.tgsReq.actions.StoreKdcReq
action(TicketContainer) - Method in class org.apache.directory.shared.kerberos.codec.ticket.actions.TicketInit
action(TransitedEncodingContainer) - Method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.TransitedEncodingInit
action(TypedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.typedData.actions.TypedDataInit
ACTS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "ACTS" reference identifier type.
AD_AND_OR_CONDITION_COUNT_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AD-AND-OR
AD_AND_OR_ELEMENTS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AD_KDC_ISSUED_AD_CHECKSUM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AD-KDCIssued
AD_KDC_ISSUED_ELEMENTS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AD_KDC_ISSUED_I_REALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AD_KDC_ISSUED_I_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AdAndOr - Class in org.apache.directory.shared.kerberos.components
The AdAndOr structure is used to store a AD-AND-OR associated to a type.
AdAndOr() - Constructor for class org.apache.directory.shared.kerberos.components.AdAndOr
Creates a new instance of AdAndOr
AdAndOrContainer - Class in org.apache.directory.shared.kerberos.codec.adAndOr
The AdAndOr container stores the AD-AND-OR decoded by the Asn1Decoder.
AdAndOrContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrContainer
Creates a new AdAndOrContainer object.
AdAndOrGrammar - Class in org.apache.directory.shared.kerberos.codec.adAndOr
This class implements the AdAndOr structure.
AdAndOrInit - Class in org.apache.directory.shared.kerberos.codec.adAndOr.actions
The action used to initialize the AD-AND-OR object
AdAndOrInit() - Constructor for class org.apache.directory.shared.kerberos.codec.adAndOr.actions.AdAndOrInit
Instantiates a new AdAndOrInit action.
AdAndOrStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.adAndOr
This class store the AD-AND-OR grammar's constants.
add(AddOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Add an administrative point into the DIT.
add(Entry) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
add(AddRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
add(Entry) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
Add an entry into the backend, going through the interceptor chain
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Adds an entry to this ContextPartition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Adds a new SchemaObject to its registry
add(DitContentRule) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Adds a new SchemaObject to its registry
add(DitStructureRule) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Adds a new SchemaObject to its registry
add(MatchingRuleUse) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Adds a new SchemaObject to its registry
add(NameForm) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Adds a new SchemaObject to its registry
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Add a new SchemaObject or a new Schema in the Schema partition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Handles the addition of a metaSchema object to the schema partition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Adds a new SchemaObject to its registry
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
Add an entry into the backend, going through the interceptor chain
add(AddOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
add(AddOperationContext) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.hash.PasswordHashingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Intercepts the addition of the 'userPassword' and 'krb5PrincipalName' attributes.
add(AddOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.number.NumberIncrementingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds an entry to this ContextPartition.
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Add an entry into the index, associated with the element E.
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Add an entry into the index, associated with the element E.
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
add(Interceptor, int, ModifyOperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Interceptor, int, ModifyOperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Interceptor, int, ModifyOperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Entry) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
add(AddOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
add(DhcpOption) - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
add(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Add an entry into the index, associated with the element E.
ADD_CHILD - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
addAdditionalTicket(Ticket) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Add a new Ticket to the list of additional tickets
addAfter(String, Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor after a given interceptor in the interceptor list.
addAfter(String, Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor after a given interceptor in the interceptor list.
addAliasIndices(PartitionTxn, String, Dn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds userIndices for an aliasEntry to be added to the database while checking for constrained alias constructs like alias cycles and chaining.
addAuthenticators(AuthenticatorBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
addCertificate(String, byte[]) - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
stores the given certificate into the keystore with the given alias name
addCertificates(Map<String, byte[]>) - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
loads the given map of [alias-name, certificate-data] entries into the keystore to be used by the trust manager
addConsumer(ReplicationConsumer) - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Add a new consumer to ping
addConsumerEntry(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Add a new consumer entry in ou=consumers,ou=system
addContextPartition(Partition) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Add a partition to the server.
addContextPartition(Partition) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Add a partition to the server.
addCredentials(Credentials) - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
addDirectoryService(DirectoryServiceBean...) - Method in class org.apache.directory.server.config.beans.ConfigBean
Add underlying DirectoryServiceBean
addEnabledCiphers(String...) - Method in class org.apache.directory.server.config.beans.TransportBean
 
addEnabledProtocols(String...) - Method in class org.apache.directory.server.config.beans.TransportBean
 
addEntry(AuthorizationDataEntry) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Add a new AuthorizationDataEntry
addEntry(LastReqEntry) - Method in class org.apache.directory.shared.kerberos.components.LastReq
Add a new LastReqEntry
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.CursorList
Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
addEntryFilter(EntryFilter) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
AddEType - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to add an EType
AddEType() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.AddEType
Instantiates a new AddEType action.
addEType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
AddETypeInfo2Entry - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2.actions
The action used to add an ETypeInfo2Entry object
AddETypeInfo2Entry() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2.actions.AddETypeInfo2Entry
Instantiates a new AddETypeInfo2Entry action.
addEtypeInfo2Entry(ETypeInfo2Entry) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Container
Add a EtypeInfo2Entry Object into the list.
addETypeInfo2Entry(ETypeInfo2Entry) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Adds an ETypeInfo2Entry to the list
AddETypeInfoEntry - Class in org.apache.directory.shared.kerberos.codec.etypeInfo.actions
The action used to add an ETypeInfoEntry object
AddETypeInfoEntry() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo.actions.AddETypeInfoEntry
Instantiates a new AddETypeInfoEntry action.
addEtypeInfoEntry(ETypeInfoEntry) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoContainer
Add a EtypeInfoEntry Object into the list.
addETypeInfoEntry(ETypeInfoEntry) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Adds an ETypeInfoEntry to the list
addExtendedOperationHandler(ExtendedOperationHandler<? extends ExtendedRequest, ? extends ExtendedResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Registers the specified ExtendedOperationHandler to this protocol provider to provide a specific LDAP extended operation.
addExtendedOps(ExtendedOpHandlerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addFirst(Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor in the first position in the interceptor list.
addFirst(Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor in the first position in the interceptor list.
addHashAttributes(String[]) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
addHost(String) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
AddHostAddress - Class in org.apache.directory.shared.kerberos.codec.hostAddresses.actions
The action used to add an HostAddresses object
AddHostAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddresses.actions.AddHostAddress
Instantiates a new AddHostAddress action.
addHostAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesContainer
Add a HostAddress Object into the list.
addHostAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Adds an HostAddresses to the list
addHttpWebApps(HttpWebAppBean...) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.AvlPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.JdbmPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.LdifPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.MavibotPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in interface org.apache.directory.server.core.factory.PartitionFactory
Adds a partition-specific index to the partition.
addIndex(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds a (system or user) index to the list of index for this store.
addIndex(Index<?, String>) - Method in interface org.apache.directory.server.xdbm.Store
Adds a (system or user) index to the list of index for this store.
addIndexedAttributes(Index<?, String>...) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Add some new indexes
addInterceptors(InterceptorBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Adds the interceptors in the server.
addKeyPair(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Adds a private key pair along with a self signed certificate to an entry making sure it contains the objectClasses and attributes needed to support the additions.
addKeyPair(Entry, String, String, String) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addKeyPair(Entry, String, String, String, int) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addKeyPair(Entry, String, String, Date, Date, String, int, PrivateKey) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addKrbEncryptionTypes(String...) - Method in class org.apache.directory.server.config.beans.KdcServerBean
Initialize the encryptionTypes set
addLast(Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor in the last position in the interceptor list.
addLast(Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor in the last position in the interceptor list.
addLdapSession(LdapSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Adds a new LdapSession to the LdapServer.
addListener(DirectoryListener, NotificationCriteria) - Method in interface org.apache.directory.server.core.api.event.EventService
Registers a DirectoryListener for notification on change events on the DIT matching some notification criteria.
addName(String) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Add a new name to the PrincipalName
addNamingListener(Name, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addNamingListener(String, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addNamingListener(Name, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(String, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
AddOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Add context used for Interceptors.
AddOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Entry) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Dn, Entry) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, AddRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddPaData - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to add a PaData
AddPaData() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.AddPaData
Instantiates a new AddPaData action.
AddPaData - Class in org.apache.directory.shared.kerberos.codec.kdcReq.actions
The action used to add a PaData
AddPaData() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReq.actions.AddPaData
Instantiates a new AddPaData action.
AddPaData - Class in org.apache.directory.shared.kerberos.codec.methodData.actions
The action used to add an PA-DATA object
AddPaData() - Constructor for class org.apache.directory.shared.kerberos.codec.methodData.actions.AddPaData
Instantiates a new AddPaData action.
addPaData(PaData) - Method in class org.apache.directory.shared.kerberos.codec.methodData.MethodDataContainer
Add a PaData Object into the list.
addPaData(PaData) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
addPaData(PaData) - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
addPaData(PaData) - Method in class org.apache.directory.shared.kerberos.components.MethodData
Adds an PaData to the list
addPagedSearchContext(PagedSearchContext) - Method in class org.apache.directory.server.ldap.LdapSession
Add a new Paged Search context into the stored context.
addPartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
addPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
addPartitions(PartitionBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
addPasswordPolicies(PasswordPolicyBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
addPolicy(Dn, PasswordPolicyConfiguration) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
add a entry specific policy
addReferral(Entry) - Method in interface org.apache.directory.server.core.api.ReferralManager
Add a referral to the manager.
addReferral(Entry) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Add a referral to the manager.
addReplAttributes(String...) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
addReplConsumers(ReplConsumerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addRequestControl(Control) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds a request control to this operation.
addRequestControl(Control) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds a request control to this operation.
addRequestControls(Control[]) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds many request controls to this operation.
addRequestControls(Control[]) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds many request controls to this operation.
AddRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
An LDAP add operation AddRequest MessageReceived handler.
AddRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.AddRequestHandler
 
addResourceRecord(ResourceRecord) - Method in class org.apache.directory.server.dns.service.DnsContext
 
addResourceRecords(Collection<ResourceRecord>) - Method in class org.apache.directory.server.dns.service.DnsContext
 
addResponseControl(Control) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds a response control to this operation.
addResponseControl(Control) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds a response control to this operation.
AddResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
An LDAP add response operation AddResponse handler.
AddResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.AddResponseHandler
 
AddressListOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
AddressListOption() - Constructor for class org.apache.directory.server.dhcp.options.AddressListOption
 
AddressOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
AddressOption() - Constructor for class org.apache.directory.server.dhcp.options.AddressOption
 
AddressRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for A records.
AddressRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.AddressRecordDecoder
 
AddressRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.4.1.
AddressRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.AddressRecordEncoder
 
addSaslMechanismHandler(String, MechanismHandler) - Method in class org.apache.directory.server.ldap.LdapServer
 
addSaslRealms(String...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addSchemaObject(Interceptor, int, ModifyOperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
addServers(ServerBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
AddStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AddStoredProcedureParameterInjector(OperationContext, Dn, Entry) - Constructor for class org.apache.directory.server.core.trigger.AddStoredProcedureParameterInjector
 
addSubentry(Dn, Subentry) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Stores a new Subentry into the cache, associated with a Dn
AddTicket - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to add a Ticket
AddTicket() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.AddTicket
Instantiates a new AddTicket action.
addTicket(Ticket) - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
adds a Ticket to the ticket list
addTicketInfo(KrbCredInfo) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
add KrbCredInfo object to the existing list of ticket-info
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
adds the given entry to cache Note: this method is not called during add operation to avoid filling the cache with all the added entries
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
addToEnvironment(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addToEnvironment(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addToSchema(SchemaObject, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Add a new SchemaObject to the schema content, assuming that it has an associated schema and that this schema is loaded
addTransaction(Partition, PartitionTxn) - Method in interface org.apache.directory.server.core.api.CoreSession
Add a transaction associated with a partition if it's not already stored in teh transaction map.
addTransaction(Partition, PartitionTxn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Add a transaction associated with a partition if it's not already stored in teh transaction map.
addTransports(TransportBean...) - Method in class org.apache.directory.server.config.beans.ServerBean
Add underlying transports
addTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Add underlying transports
AdIfRelevant - Class in org.apache.directory.shared.kerberos.components
The AdIfRelevant structure is used to store a AD-IF-RELEVANT associated to a type.
AdIfRelevant() - Constructor for class org.apache.directory.shared.kerberos.components.AdIfRelevant
Creates a new instance of AD-IF-RELEVANT.
AdIfRelevantContainer - Class in org.apache.directory.shared.kerberos.codec.adIfRelevant
The AD-IF-RELEVANT container stores the AD-IF-RELEVANT decoded by the Asn1Decoder.
AdIfRelevantContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.adIfRelevant.AdIfRelevantContainer
Creates a new AdIfRelevantContainer object.
AdKdcIssued - Class in org.apache.directory.shared.kerberos.components
The AdKdcIssued structure is used to store a AD-KDCIssued associated to a type.
AdKdcIssued() - Constructor for class org.apache.directory.shared.kerberos.components.AdKdcIssued
Creates a new instance of AdKdcIssued
AdKdcIssuedContainer - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued
The AdKdcIssued container stores the AdKdcIssued decoded by the Asn1Decoder.
AdKdcIssuedContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKdcIssuedContainer
Creates a new AdKdcIssuedContainer object.
AdKDCIssuedGrammar - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued
This class implements the AdKdcIssued structure.
AdKdcIssuedInit - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
The action used to initialize the AD-KDCIssued object
AdKdcIssuedInit() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.AdKdcIssuedInit
Instantiates a new AdKdcIssuedInit action.
AdKDCIssuedStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.adKdcIssued
This class store the AdKDCIssued grammar's constants.
AdMandatoryForKdc - Class in org.apache.directory.shared.kerberos.components
The AdIfRelevant structure is used to store a AD-MANDATORY-FOR-KDC associated to a type.
AdMandatoryForKdc() - Constructor for class org.apache.directory.shared.kerberos.components.AdMandatoryForKdc
Creates a new instance of AD-MANDATORY-FOR-KDC.
AdMandatoryForKdcContainer - Class in org.apache.directory.shared.kerberos.codec.adMandatoryForKdc
The AD-MANDATORY-FOR-KDC container stores the AD-MANDATORY-FOR-KDC decoded by the Asn1Decoder.
AdMandatoryForKdcContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.adMandatoryForKdc.AdMandatoryForKdcContainer
Creates a new AdMandatoryForKdcContainer object.
ADMIN_PASSWORD_BYTES - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
 
ADMIN_PASSWORD_STRING - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
the initial admin passwd set on startup
ADMIN_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the default user principal or DN
ADMIN_SYSTEM_DN_NORMALIZED - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the normalized user principal or DN
ADMIN_UID - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
the admin super user uid
AdministrativePoint - Interface in org.apache.directory.server.core.api.administrative
An interface used to describe an AdministrativePoint.
AdministrativePointInterceptor - Class in org.apache.directory.server.core.admin
An interceptor to manage the Administrative model
AdministrativePointInterceptor() - Constructor for class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Creates a new instance of a AdministrativePointInterceptor.
administrativeRoleAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
ADMINISTRATORS_GROUP_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The administrators group DN
adminRoleIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on administrativeRole attribute
adminSession - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The admin core session
AdsBaseBean - Class in org.apache.directory.server.config.beans
A class used to store the Base ADS configuration.
AdsBaseBean() - Constructor for class org.apache.directory.server.config.beans.AdsBaseBean
Create a new BaseBean instance
Aes128CtsSha1Encryption - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
 
Aes128CtsSha1Encryption() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes128CtsSha1Encryption
 
Aes256CtsSha1Encryption - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
 
Aes256CtsSha1Encryption() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes256CtsSha1Encryption
 
after(Response) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
after(Entry) - Method in class org.apache.directory.server.core.api.filtering.CursorList
after(Entry) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
after(E) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
after(Tuple<K, SingletonOrOrderedSet<V>>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
after(E) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
after(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
after(IndexEntry<K, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
after(Tuple<K, DupsContainer<V>>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
after(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
after(V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
after(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
after(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
after(IndexEntry<K, String>) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
after(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
after(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
afterKey(K) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
afterKey(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
afterKey(K) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
afterKey(K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterKey(K) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
afterLast() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
afterLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
afterLast() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
afterLast() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
afterLast() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
afterLast() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
afterLast() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
afterLast() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterLast() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
afterLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
afterValue(K, SingletonOrOrderedSet<V>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
afterValue(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
afterValue(K, V) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
afterValue(K, DupsContainer<V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
afterValue(String, K) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
afterValue(K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterValue(K, V) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
aliasCache - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The alias cache
aliasedObjectNameAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
aliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on aliasedObjectName attribute
ALIASMODE_KEY - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode key for JNDI providers
ALL_EVENT_TYPES_MASK - Static variable in enum org.apache.directory.server.core.api.event.EventType
 
AllEntriesCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over all entries in a partition which returns IndexEntries.
AllEntriesCursor(PartitionTxn, Store) - Constructor for class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
Creates a new instance of AllEntriesCursor
ALLOW_POSTDATE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - allow postdate.
allowsDuplicates - Variable in class org.apache.directory.server.xdbm.AbstractTable
whether or not this table allows for duplicates
AllSubnetsAreLocal - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client may assume that all subnets of the IP network to which the client is connected use the same MTU as the subnet of that network to which the client is directly connected.
AllSubnetsAreLocal() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.AllSubnetsAreLocal
 
ALWAYS - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
AndCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical conjunction expression.
AndCursor(PartitionTxn, Cursor<IndexEntry<V, String>>, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.AndCursor
Creates an instance of a AndCursor.
AndEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical conjunction (AND) expressions.
AndEvaluator(AndNode, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Creates an instance of AndEvaluator
annotate(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultOptimizer
Annotates the expression tree to determine optimal evaluation order based on the scan count for indices that exist for each expression node.
annotate(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.NoOpOptimizer
 
annotate(PartitionTxn, ExprNode) - Method in interface org.apache.directory.server.xdbm.search.Optimizer
Annotates the expression node tree for optimized traversal metrics.
AnnotationUtils - Class in org.apache.directory.server.core.annotations
An helper class used to find annotations in methods and classes
AnonymousAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles anonymous connections (type 'none').
AnonymousAuthenticator() - Constructor for class org.apache.directory.server.core.authn.AnonymousAuthenticator
Creates a new instance.
AnonymousAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.AnonymousAuthenticator
Creates a new instance.
anonymousBind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
AP_REP_ENC_PART_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AP-REP encrypted part (includes application session subkey), encrypted with the application session key (Section 5.5.2)
AP_REP_ENC_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REP_MSG_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REP_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AP-REP tags
AP_REQ_AP_OPTIONS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REQ_AUTHENTICATOR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REQ_AUTHNT_CKSUM_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AP-REQ Authenticator cksum, keyed with the application session key (Section 5.5.1)
AP_REQ_AUTHNT_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AP-REQ Authenticator (includes application authenticator subkey), encrypted with the application session key (Section 5.5.1)
AP_REQ_MSG_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REQ_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AP_REQ_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AP-REQ tags
AP_REQ_TICKET_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
APACHE_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOG_ENTRY_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOG_ENTRY_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_BASE_DN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_BASE_DN_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_FACTORY_CONFIGURATION_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_FACTORY_CONFIGURATION_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_LEVEL_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_LEVEL_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_PRESENCE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_PRESENCE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_RDN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_RDN_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the Apache specific SAM type attribute
APACHE_SAM_TYPE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
APACHE_SERVICE_CONFIGURATION_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_CONFIGURATION_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_FACTORYPID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_FACTORYPID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_PID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_PID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_LEVEL_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_LEVEL_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUBSCHEMA_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ApacheDS - Class in org.apache.directory.server.configuration
Apache Directory Server top level.
ApacheDS(LdapServer) - Constructor for class org.apache.directory.server.configuration.ApacheDS
Creates a new instance of the ApacheDS server
ApacheDsTanukiWrapper - Class in org.apache.directory.server.wrapper
A Tanuki Wrapper implementation for the ApacheDS service.
ApacheSchemaConstants - Class in org.apache.directory.server.constants
Constants from the Apache schema.
ApOptions - Class in org.apache.directory.shared.kerberos.codec.options
 
ApOptions() - Constructor for class org.apache.directory.shared.kerberos.codec.options.ApOptions
Creates a new instance of ApOptions.
ApOptions(byte[]) - Constructor for class org.apache.directory.shared.kerberos.codec.options.ApOptions
Creates a new instance of ApOptions.
apply(Statement, Description) - Method in class org.apache.directory.server.core.integ.CreateDsRule
 
apply(Statement, Description) - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
apply(Statement, Description) - Method in class org.apache.directory.server.core.integ.CreateLdapServerRule
 
apply(DirectoryService, LdifEntry) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
ApplyLdifFiles - Annotation Type in org.apache.directory.server.core.annotations
A annotation used to specify an array of ldif files to load and apply on the instance used for integration testing.
ApplyLdifs - Annotation Type in org.apache.directory.server.core.annotations
A annotation used to specify an sequence of LDIF's to be applied to the instance for integration testing.
applyLdifs(Description, DirectoryService) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Apply the LDIF entries to the given service
ApproximateCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching an approximate assertion filter.
ApproximateCursor(PartitionTxn, Store, ApproximateEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
Creates a new instance of ApproximateCursor
ApproximateEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by ApproximateNode assertions.
ApproximateEvaluator(ApproximateNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Creates a new ApproximateEvaluator
ApRep - Class in org.apache.directory.shared.kerberos.messages
AP-REP message.
ApRep() - Constructor for class org.apache.directory.shared.kerberos.messages.ApRep
Creates a new instance of AP-REP.
ApRepContainer - Class in org.apache.directory.shared.kerberos.codec.apRep
The AP-REP container.
ApRepContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.apRep.ApRepContainer
Creates a new ApRepContainer object.
ApRepGrammar - Class in org.apache.directory.shared.kerberos.codec.apRep
This class implements the AP-REP structure.
ApRepInit - Class in org.apache.directory.shared.kerberos.codec.apRep.actions
The action used to initialize the AP-REP object
ApRepInit() - Constructor for class org.apache.directory.shared.kerberos.codec.apRep.actions.ApRepInit
Instantiates a new ApRepInit action.
ApRepStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.apRep
This class store the AP-REP grammar's constants.
ApReq - Class in org.apache.directory.shared.kerberos.messages
AP-REQ message component .
ApReq() - Constructor for class org.apache.directory.shared.kerberos.messages.ApReq
Creates a new instance of ApplicationRequest.
ApReqContainer - Class in org.apache.directory.shared.kerberos.codec.apReq
The AP-REQ container.
ApReqContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.ApReqContainer
Creates a new ApReqContainer object.
ApReqGrammar - Class in org.apache.directory.shared.kerberos.codec.apReq
This class implements the AP-REQ structure.
ApReqInit - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to initialize the AP-REQ object
ApReqInit() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.ApReqInit
Instantiates a new ApReqInit action.
ApReqStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.apReq
This class store the AP-REQ grammar's constants.
ArpCacheTimeout - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies the timeout in seconds for ARP cache entries.
ArpCacheTimeout() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.ArpCacheTimeout
 
ArrayMarshaller<E> - Class in org.apache.directory.server.core.avltree
Class to serialize the Array data.
ArrayMarshaller(Comparator<E>, Marshaller<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates a new instance of AvlTreeMarshaller with a custom key Marshaller.
ArrayMarshaller(Comparator<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates a new instance of AvlTreeMarshaller with the default key Marshaller which uses Java Serialization.
ArrayTree<K> - Class in org.apache.directory.server.core.avltree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
ArrayTree(Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.ArrayTree
Creates a new instance of AVLTree.
ArrayTree(Comparator<K>, K[]) - Constructor for class org.apache.directory.server.core.avltree.ArrayTree
Creates a new instance of AVLTree.
ArrayTreeCursor<E> - Class in org.apache.directory.server.core.avltree
A Cursor for an ArrayTree.
ArrayTreeCursor(ArrayTree<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayTreeCursor
Create a cursor on an ArrayTree
AS_OR_TGS_REP_TICKET_WITH_SRVKEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AS-REP Ticket and TGS-REP Ticket (includes TGS session key or application session key), encrypted with the service key (Section 5.3)
AS_REP_ENC_PART_WITH_CKEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AS-REP encrypted part (includes TGS session key or application session key), encrypted with the client key (Section 5.4.2)
AS_REP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AS-REP's tags
AS_REQ_PA_ENC_TIMESTAMP_WITH_CKEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
AS-REQ PA-ENC-TIMESTAMP padata timestamp, encrypted with the client key (Section 5.2.7.2)
AS_REQ_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AS-REQ's tags
AsRep - Class in org.apache.directory.shared.kerberos.messages
AS-REQ message.
AsRep() - Constructor for class org.apache.directory.shared.kerberos.messages.AsRep
Creates a new instance of AS-REP.
AsRepContainer - Class in org.apache.directory.shared.kerberos.codec.asRep
The AS-REP container stores the KdcRep decoded by the Asn1Decoder.
AsRepContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.asRep.AsRepContainer
Creates a new AsRepContainer object.
AsRepGrammar - Class in org.apache.directory.shared.kerberos.codec.asRep
This class implements the AS-REP structure.
AsRepStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.asRep
This class store the AS-REP grammar's constants.
AsReq - Class in org.apache.directory.shared.kerberos.messages
AS-REQ message.
AsReq() - Constructor for class org.apache.directory.shared.kerberos.messages.AsReq
Creates a new instance of AS-REQ.
AsReqContainer - Class in org.apache.directory.shared.kerberos.codec.asReq
The AS-REQ container stores the KdcReq decoded by the Asn1Decoder.
AsReqContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.asReq.AsReqContainer
Creates a new AsReqContainer object.
AsReqGrammar - Class in org.apache.directory.shared.kerberos.codec.asReq
This class implements the AS-REQ structure.
AsReqStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.asReq
This class store the AS-REQ grammar's constants.
assertCandidate(IndexEntry<K, I>) - Method in interface org.apache.directory.server.core.partition.impl.btree.IndexAssertion
Tests to see if a perspective candidate should be returned based on the evaluation of hard coded logic.
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects all values in an attribute type.
ATTRIBUTE_TYPE_AND_VALUE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the specific value in an attribute type.
attributeId - Variable in class org.apache.directory.server.xdbm.AbstractIndex
The attribute identifier for this index
attributeType - Variable in class org.apache.directory.server.xdbm.AbstractIndex
the attribute type resolved for this JdbmIndex
attributeType - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The AttributeType we will use for the evaluation
AttributeTypeProvider - Class in org.apache.directory.server.core.api
Provides commonly used AttributeTypes.
AttributeTypeProvider(SchemaManager) - Constructor for class org.apache.directory.server.core.api.AttributeTypeProvider
 
AttributeTypeSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema AttributeTypes.
AttributeTypeSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Creates a new instance of AttributeTypeSynchronizer.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.AnonymousAuthenticator
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException.
authenticate(BindOperationContext) - Method in interface org.apache.directory.server.core.authn.Authenticator
Performs authentication and returns the principal if succeeded.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
Performs authentication and returns the principal if succeeded.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Looks up userPassword attribute of the entry whose name is the value of Context.SECURITY_PRINCIPAL environment variable, and authenticates a user with the plain-text password.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.StrongAuthenticator
User has already been authenticated during SASL negotiation.
authenticate(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmProvider
Handles a Type 3 NTLM response from the client.
AuthenticationContext - Class in org.apache.directory.server.kerberos.kdc.authentication
A context used to store and manage Authentication elements
AuthenticationContext() - Constructor for class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
AuthenticationInterceptor - Class in org.apache.directory.server.core.authn
An Interceptor that authenticates users.
AuthenticationInterceptor() - Constructor for class org.apache.directory.server.core.authn.AuthenticationInterceptor
Creates an authentication service interceptor.
AuthenticationInterceptorBean - Class in org.apache.directory.server.config.beans
A bean used to store the Authentictor interceptor condifuration
AuthenticationInterceptorBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
Creates a new AuthenticationInterceptorBean instance
AuthenticationService - Class in org.apache.directory.server.kerberos.kdc.authentication
Subsystem in charge of authenticating the incoming users.
Authenticator - Interface in org.apache.directory.server.core.authn
Authenticates users who access DefaultPartitionNexus.
Authenticator - Class in org.apache.directory.shared.kerberos.messages
A structure to hold the authenticator data.
Authenticator() - Constructor for class org.apache.directory.shared.kerberos.messages.Authenticator
Creates a new instance of Authenticator.
AUTHENTICATOR_AUTHENTICATOR_VNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_AUTHORIZATION_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_CKSUM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_CNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_CREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_CTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_CUSEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_SEQ_NUMBER_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_SUBKEY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHENTICATOR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
Authenticator tags
AuthenticatorBean - Class in org.apache.directory.server.config.beans
Base authenticator bean
AuthenticatorBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticatorBean
 
AuthenticatorContainer - Class in org.apache.directory.shared.kerberos.codec.authenticator
The Authenticator container stores the Authenticator decoded by the Asn1Decoder.
AuthenticatorContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorContainer
Creates a new AuthenticatorContainer object.
AuthenticatorGrammar - Class in org.apache.directory.shared.kerberos.codec.authenticator
This class implements the Authenticator structure.
AuthenticatorImplBean - Class in org.apache.directory.server.config.beans
Configuration bean of an authenticator implementation.
AuthenticatorImplBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticatorImplBean
Creates a new instance of AuthenticatorImplBean.
AuthenticatorInit - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to initialize the Authenticator object
AuthenticatorInit() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.AuthenticatorInit
Instantiates a new AuthenticatorInit action.
AuthenticatorStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.authenticator
This class store the Authenticator grammar's constants.
AUTHORIZATION_DATA_ADDATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
AUTHORIZATION_DATA_ADTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
AuthorizationData tags
AuthorizationData - Class in org.apache.directory.shared.kerberos.components
A structure to hold the authorization data.
AuthorizationData() - Constructor for class org.apache.directory.shared.kerberos.components.AuthorizationData
Creates a new set of AuthorizationData
AuthorizationDataContainer - Class in org.apache.directory.shared.kerberos.codec.authorizationData
The AuthorizationData container stores the AuthorizationData decoded by the Asn1Decoder.
AuthorizationDataContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
Creates a new AuthorizationDataContainer object.
AuthorizationDataEntry - Class in org.apache.directory.shared.kerberos.components
The class storing the individual AuthorizationDatas
AuthorizationDataEntry() - Constructor for class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
Creates a new instance of AD entry
AuthorizationDataEntry(AuthorizationType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
Creates a new Instance of AD entry
AuthorizationDataGrammar - Class in org.apache.directory.shared.kerberos.codec.authorizationData
This class implements the AuthorizationData structure.
AuthorizationDataInit - Class in org.apache.directory.shared.kerberos.codec.authorizationData.actions
The action used to initialize the AuthorizationData object
AuthorizationDataInit() - Constructor for class org.apache.directory.shared.kerberos.codec.authorizationData.actions.AuthorizationDataInit
Instantiates a new AuthorizationDataInit action.
AuthorizationDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.authorizationData
This class store the AuthorizationData grammar's constants.
AuthorizationType - Enum in org.apache.directory.shared.kerberos.codec.types
The Authorization types
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Final check to authorize user.
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
 
authorizedPrincipal - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
AUTONOMOUS_AREA_SUBENTRY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AUTONOMOUS_AREA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AutonomousAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
 
AutonomousAdministrativePoint(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Create an instance of AutonomousAdministrativePoint
available() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
available() - Method in class org.apache.directory.server.core.api.filtering.CursorList
available() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
available() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
available() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
available() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
 
available() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
available() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
available() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
available() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
available() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
available() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
available() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
available() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
available() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
AvlIndex<K> - Class in org.apache.directory.server.xdbm.impl.avl
An Index backed by an AVL Tree.
AvlIndex() - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlIndex(String) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlIndex(String, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlMasterTable - Class in org.apache.directory.server.xdbm.impl.avl
TODO Make it so the master table does not extend table interface - not needed with this single use of delete so we should just use containment.
AvlMasterTable(String, Comparator<String>, Comparator<Entry>, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlMasterTable
 
AvlPartition - Class in org.apache.directory.server.core.partition.impl.avl
An XDBM Partition backed by in memory AVL Trees.
AvlPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Creates a store based on AVL Trees.
AvlPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Creates a store based on AVL Trees.
AvlPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate AvlPartitions.
AvlPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.AvlPartitionFactory
 
AvlRdnIndex - Class in org.apache.directory.server.xdbm.impl.avl
A special index which stores Rdn objects.
AvlRdnIndex() - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
AvlRdnIndex(String) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
AvlSingletonOrOrderedSetCursor<K,V> - Class in org.apache.directory.server.core.avltree
A Cursor for AvlTreeMap without duplicates.
AvlSingletonOrOrderedSetCursor(AvlTreeMap<K, V>) - Constructor for class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
AvlTable<K,V> - Class in org.apache.directory.server.xdbm.impl.avl
A Table implementation backed by in memory AVL tree.
AvlTable(String, Comparator<K>, Comparator<V>, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlTable
 
AvlTableDupsCursor<K,V> - Class in org.apache.directory.server.xdbm.impl.avl
A Cursor which walks and advance over AvlTables that may contain duplicate keys with values stored in an AvlTree.
AvlTableDupsCursor(AvlTable<K, V>) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
Creates a new instance of AvlTableDupsCursor.
AvlTree<K> - Interface in org.apache.directory.server.core.avltree
The interface for an AVL Tree.
AvlTreeCursor<E> - Class in org.apache.directory.server.core.avltree
A Cursor for an AvlTree.
AvlTreeCursor(AvlTree<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeCursor
 
AvlTreeImpl<K> - Class in org.apache.directory.server.core.avltree
An AVL tree implementation
AvlTreeImpl(Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeImpl
Creates a new instance of AVLTree.
AvlTreeMap<K,V> - Interface in org.apache.directory.server.core.avltree
An interface to the AVL tree based map.
AvlTreeMapImpl<K,V> - Class in org.apache.directory.server.core.avltree
An AvlTreeMap implementation with support to store both key and value.
AvlTreeMapImpl(Comparator<K>, Comparator<V>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Creates a new instance of AVLTreeMap without support for duplicate keys.
AvlTreeMapImpl(Comparator<K>, Comparator<V>, boolean) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Creates a new instance of AVLTreeMap without support for duplicate keys.
AvlTreeMapNoDupsWrapperCursor<K,V> - Class in org.apache.directory.server.core.avltree
A cursor that converts SingletonOrOrderedSet objects in the value from a AvlTreeMap into Tuples with just K and V presuming that all the keys have no duplicates.
AvlTreeMapNoDupsWrapperCursor(AvlSingletonOrOrderedSetCursor<K, V>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
AvlTreeMarshaller<E> - Class in org.apache.directory.server.core.avltree
Class to serialize the AvlTree node data.
AvlTreeMarshaller(Comparator<E>, Marshaller<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates a new instance of AvlTreeMarshaller with a custom key Marshaller.
AvlTreeMarshaller(Comparator<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates a new instance of AvlTreeMarshaller with the default key Marshaller which uses Java Serialization.
AvlTreeSet<T extends Comparable<T>> - Class in org.apache.directory.server.core.avltree.avl
AVL Tree Set
AvlTreeSet() - Constructor for class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
AvlTreeSet(boolean) - Constructor for class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
AvlTreeSingleton<K> - Class in org.apache.directory.server.core.avltree
An immutable AvlTree wrapping a singleton.
AvlTreeSingleton(K, Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeSingleton
 

B

BAD_ARGUMENTS - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
BAD_COMMAND - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
baseDn - Variable in class org.apache.directory.server.config.beans.AuthenticatorBean
The base DN which will be the starting point from which we use the authenticator
BaseInterceptor - Class in org.apache.directory.server.core.api.interceptor
A easy-to-use implementation of Interceptor.
BaseInterceptor() - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a default name : the class name itself.
BaseInterceptor(String) - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a given name.
BaseInterceptor(InterceptorEnum) - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a given name.
BaseLevelScopeEvaluator<E> - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates base level scope assertions on candidates using an entry database.
BaseLevelScopeEvaluator(Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Creates a one level scope node Evaluator for search expressions.
before(Response) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
before(Entry) - Method in class org.apache.directory.server.core.api.filtering.CursorList
before(Entry) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
before(E) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
before(Tuple<K, SingletonOrOrderedSet<V>>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
before(E) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
before(IndexEntry<K, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
before(Tuple<K, DupsContainer<V>>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
Positions this Cursor before the key of the supplied tuple.
before(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
Positions this Cursor over the same keys before the value of the supplied valueTuple.
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
before(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
before(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
before(IndexEntry<K, String>) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
before(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
beforeFirst() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
beforeFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
beforeFirst() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
beforeFirst() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
beforeFirst() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
beforeFirst() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
beforeKey(K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeKey(K) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
beforeValue(K, SingletonOrOrderedSet<V>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
beforeValue(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
beforeValue(K, V) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
beforeValue(K, DupsContainer<V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
beforeValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
beforeValue(String, K) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
beforeValue(K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeValue(K, V) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
beginReadTransaction() - Method in interface org.apache.directory.server.core.api.partition.Partition
Start a read transaction
beginReadTransaction() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
beginReadTransaction() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
beginSessionTransaction() - Method in interface org.apache.directory.server.core.api.CoreSession
Set the flag indicating we have received the startTransaction extended operation
beginSessionTransaction() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Set the flag indicating we have received the startTransaction extended operation
beginWriteTransaction() - Method in interface org.apache.directory.server.core.api.partition.Partition
Start a write transaction
beginWriteTransaction() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
BigIntegerSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A custom BigInteger serializer to [de]serialize BigIntegers.
BigIntegerSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
bind(BindRequest) - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
performs bind operation on the directory service with the given bind request.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Filters BindOperationContext call.
bind(BindOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters BindOperationContext call.
bind(SaslRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Process the SASL Bind.
bind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
bind(BindRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
bind(BindOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters BindOperationContext call.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
bind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(Name, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
bind(Name, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
bind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
bind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
bind(BindOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters BindOperationContext call.
BindOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Bind context used for Interceptors.
BindOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Creates a new instance of BindOperationContext.
bindRequest - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The associated BindRequest
BindRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for BindRequests.
BindRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
 
BindResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for BindResponses.
BindResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.BindResponseHandler
 
BindResponseHolder - Class in org.apache.directory.server.bridge.http
A holder class for holding LdapConnection and BindResponse object.
BindResponseHolder(BindResponse, LdapConnection) - Constructor for class org.apache.directory.server.bridge.http.BindResponseHolder
 
BootfileName - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to identify a bootfile when the 'file' field in the DHCP header has been used for DHCP options.
BootfileName() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.BootfileName
 
BootFileSize - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the length in 512-octet blocks of the default boot image for the client.
BootFileSize() - Constructor for class org.apache.directory.server.dhcp.options.vendor.BootFileSize
 
BroadcastAddress - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the broadcast address in use on the client's subnet.
BroadcastAddress() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.BroadcastAddress
 
BTreeRedirect - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A redirection pointer to another BTree.
BTreeRedirect(long) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
BTreeRedirectMarshaller - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serializes and deserializes a BTreeRedirect object to and from a byte[] representation.
BTreeRedirectMarshaller() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
 
build(PartitionTxn, ExprNode, PartitionSearchResult) - Method in class org.apache.directory.server.xdbm.search.impl.CursorBuilder
 
build(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
 
buildEntryDn(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
builds the Dn of the entry identified by the given id
byPassed - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
the Interceptors bypassed by this operation
ByteOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
ByteOption() - Constructor for class org.apache.directory.server.dhcp.options.ByteOption
 

C

CacheInputStream - Class in org.apache.directory.kerberos.credentials.cache
Reading credentials cache according to FCC format by reference the following https://www.gnu.org/software/shishi/manual/html_node/The-Credential-Cache-Binary-File-Format.html
CacheInputStream(InputStream) - Constructor for class org.apache.directory.kerberos.credentials.cache.CacheInputStream
 
cacheNewGroup(String, Entry) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
CacheOutputStream - Class in org.apache.directory.kerberos.credentials.cache
Writing credentials cache according to FCC format by reference the following https://www.gnu.org/software/shishi/manual/html_node/The-Credential-Cache-Binary-File-Format.html
CacheOutputStream(OutputStream) - Constructor for class org.apache.directory.kerberos.credentials.cache.CacheOutputStream
 
cacheSize - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The Entry cache size for this partition
cacheSize - Variable in class org.apache.directory.server.xdbm.AbstractIndex
the size (number of index entries) for the cache
calculateChecksum(byte[], byte[], KeyUsage) - Method in interface org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumEngine
Calculate a checksum given raw bytes and an (optional) key.
calculateChecksum(ChecksumType, byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumHandler
Calculate a checksum based on raw bytes and an (optional) key for keyed checksums.
calculateChecksum(byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
calculateChecksum(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Calculates the checksum as described in "String or Random-Data to Key Transformation." An intermediate key is used to generate a DES CBC "checksum" on the initial passphrase+salt.
calculateIntegrity(byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
calculateIntegrity(byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
calculateIntegrity(byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
CanonicalNameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.1.
CanonicalNameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.CanonicalNameRecordEncoder
 
canVisit(ExprNode) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
canVisit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
Catalog - Interface in org.apache.directory.server.protocol.shared.catalog
The interface for resolving search-base Dn's from zone or realm names.
CDMA - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "CDMA" reference identifier type.
CertGenerationRequestHandler - Class in org.apache.directory.server.ldap.handlers.extended
An extended handler for digital certificate generation
CertGenerationRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
 
CERTIFICATE_PRINCIPAL_DN - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
CertificateMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.external.certificate
The External Sasl mechanism handler which to authenticate user by client certificate (ssl).
CertificateMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
 
CertificateRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
CertificateRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.CertificateRecordEncoder
 
CertificateUtil - Class in org.apache.directory.server.core.security
Helper class used to generate self-signed certificates, and load a KeyStore
CHANGE_TIME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TIME_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TYPE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TYPE_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
changeCertificate(String, String, String, String, int, String) - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
ChangeLog - Interface in org.apache.directory.server.core.api.changelog
A facade for the change log subsystem.
CHANGELOG_CONTEXT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGELOG_CONTEXT_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ChangeLogBean - Class in org.apache.directory.server.config.beans
A class used to store the ChangeLog configuration.
ChangeLogBean() - Constructor for class org.apache.directory.server.config.beans.ChangeLogBean
Create a new ChangeLogBean instance
ChangeLogEvent - Class in org.apache.directory.server.core.api.changelog
A loggable directory change event.
ChangeLogEvent(long, String, LdapPrincipal, LdifEntry, LdifEntry) - Constructor for class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Creates a new instance of ChangeLogEvent.
ChangeLogEvent(long, String, LdapPrincipal, LdifEntry, List<LdifEntry>) - Constructor for class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Creates a new instance of ChangeLogEvent.
ChangeLogEventSerializer - Class in org.apache.directory.server.core.api.changelog
A helper class which serialize and deserialize a ChangeLogEvent.
ChangeLogInterceptor - Class in org.apache.directory.server.core.changelog
An interceptor which intercepts write operations to the directory and logs them with the server's ChangeLog service.
ChangeLogInterceptor() - Constructor for class org.apache.directory.server.core.changelog.ChangeLogInterceptor
Creates a new instance of a ChangeLogInterceptor.
ChangeLogSearchEngine - Interface in org.apache.directory.server.core.api.changelog
A custom search engine designed for optimized searching across ChangeLogEvents within the ChangeLogStore.
ChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
A store for change events on the directory which exposes methods for managing, querying and in general performing legal operations on the log.
ChangeOperationContext - Interface in org.apache.directory.server.core.api.interceptor.context
Operations (write based) causing changes extend this interface.
ChangePasswdData - Class in org.apache.directory.shared.kerberos.messages
Change password data structure ChangePasswdData ::= SEQUENCE { newpasswd[0] OCTET STRING, targname[1] PrincipalName OPTIONAL, targrealm[2] Realm OPTIONAL }
ChangePasswdData() - Constructor for class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
ChangePasswdDataContainer - Class in org.apache.directory.shared.kerberos.codec.changePwdData
The ChangePasswdData container.
ChangePasswdDataContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataContainer
Creates a new ChangePasswdDataContainer object.
ChangePasswdDataGrammar - Class in org.apache.directory.shared.kerberos.codec.changePwdData
This class implements the ChangePasswdData message.
ChangePasswdDataInit - Class in org.apache.directory.shared.kerberos.codec.changePwdData.actions
The action used to initialize the Ticket object
ChangePasswdDataInit() - Constructor for class org.apache.directory.shared.kerberos.codec.changePwdData.actions.ChangePasswdDataInit
Instantiates a new TicketInit action.
ChangePasswdDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.changePwdData
This class store the ChangePasswdData grammar's constants.
ChangePasswdErrorType - Enum in org.apache.directory.server.kerberos.changepwd.exceptions
Type safe enumeration of Change Password error types
changePassword(String, String, String) - Method in class org.apache.directory.kerberos.client.KdcConnection
 
changePassword(KerberosPrincipal, KerberosPrincipal, String, boolean) - Method in class org.apache.directory.server.kerberos.kdc.DirectoryPrincipalStore
Change a principal's password.
changePassword(KerberosPrincipal, KerberosPrincipal, String, boolean) - Method in interface org.apache.directory.server.kerberos.shared.store.PrincipalStore
Change a principal's password.
ChangePasswordConfig - Class in org.apache.directory.server.kerberos
 
ChangePasswordConfig() - Constructor for class org.apache.directory.server.kerberos.ChangePasswordConfig
 
ChangePasswordConfig(KerberosConfig) - Constructor for class org.apache.directory.server.kerberos.ChangePasswordConfig
 
ChangePasswordContext - Class in org.apache.directory.server.kerberos.changepwd.service
 
ChangePasswordContext() - Constructor for class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
ChangePasswordDecoder - Class in org.apache.directory.server.kerberos.changepwd.io
 
ChangePasswordDecoder() - Constructor for class org.apache.directory.server.kerberos.changepwd.io.ChangePasswordDecoder
 
ChangePasswordEncoder - Class in org.apache.directory.server.kerberos.changepwd.io
 
ChangePasswordEncoder() - Constructor for class org.apache.directory.server.kerberos.changepwd.io.ChangePasswordEncoder
 
ChangePasswordError - Class in org.apache.directory.server.kerberos.changepwd.messages
 
ChangePasswordError(KrbError) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
 
ChangePasswordError(short, KrbError) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
Creates a new instance of ChangePasswordError.
ChangePasswordException - Exception in org.apache.directory.server.kerberos.changepwd.exceptions
The root of the Change Password exception hierarchy.
ChangePasswordException(ChangePasswdErrorType) - Constructor for exception org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException
Creates a ChangePasswordException with an ChangePasswdErrorType.
ChangePasswordException(ChangePasswdErrorType, String) - Constructor for exception org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException
Creates a new instance of ChangePasswordException.
ChangePasswordException(ChangePasswdErrorType, Throwable) - Constructor for exception org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException
Creates a ChangePasswordException with an ChangePasswdErrorType and an underlying throwable that caused this fault.
ChangePasswordException(ChangePasswdErrorType, byte[]) - Constructor for exception org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException
Creates a ChangePasswordException with an ChangePasswdErrorType and data helping to explain what caused this fault.
ChangePasswordException(ChangePasswdErrorType, byte[], Throwable) - Constructor for exception org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException
Creates a ChangePasswordException with an ChangePasswdErrorType, data helping to explain what caused this fault, and an underlying throwable that caused this fault.
ChangePasswordProtocolCodecFactory - Class in org.apache.directory.server.kerberos.changepwd.protocol
 
ChangePasswordProtocolHandler - Class in org.apache.directory.server.kerberos.changepwd.protocol
 
ChangePasswordProtocolHandler(ChangePasswordServer, PrincipalStore) - Constructor for class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
Creates a new instance of ChangePasswordProtocolHandler.
ChangePasswordReply - Class in org.apache.directory.server.kerberos.changepwd.messages
 
ChangePasswordReply(ApRep, KrbPriv) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
 
ChangePasswordReply(short, ApRep, KrbPriv) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
Creates a new instance of ChangePasswordReply.
ChangePasswordRequest - Class in org.apache.directory.server.kerberos.changepwd.messages
 
ChangePasswordRequest(ApReq, KrbPriv) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
 
ChangePasswordRequest(short, ApReq, KrbPriv) - Constructor for class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
Creates a new instance of ChangePasswordRequest.
ChangePasswordResult - Class in org.apache.directory.kerberos.client
The class to hold the result of change password operation.
ChangePasswordResult(byte[]) - Constructor for class org.apache.directory.kerberos.client.ChangePasswordResult
 
ChangePasswordResultCode - Enum in org.apache.directory.kerberos.client
The result codes returned by the change password server as defined in the rfc3244
ChangePasswordServer - Class in org.apache.directory.server.kerberos.changepwd
Contains the configuration parameters for the Change Password protocol provider.
ChangePasswordServer() - Constructor for class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
Creates a new instance of ChangePasswordConfiguration.
ChangePasswordServer(ChangePasswordConfig) - Constructor for class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
ChangePasswordServerBean - Class in org.apache.directory.server.config.beans
A class used to store the ChangePasswordServer configuration.
ChangePasswordServerBean() - Constructor for class org.apache.directory.server.config.beans.ChangePasswordServerBean
Create a new ChangePasswordServer instance
ChangePasswordService - Class in org.apache.directory.server.kerberos.changepwd.service
 
CHARACTER_STRING - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsCharacterString
characterEncodeString(String) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Encodes string with UTF-8 encoding.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
checkComparatorOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Check that a Comparator exists in the ComparatorRegistry, and if so, return it.
checkInitialized(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Check that the operation is done on an initialized store
checkKeyIntegrity(byte[], KerberosKey) - Method in interface org.apache.directory.server.kerberos.sam.KeyIntegrityChecker
Checks the integrity of a KerberosKey to decrypt-decode and compare an encrypted encoded generalized timestamp representing the preauth data.
checkKeyIntegrity(byte[], KerberosKey) - Method in class org.apache.directory.server.kerberos.sam.TimestampChecker
 
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.apRep.actions
The action used to store the AP-REP msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.apRep.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to store the AP-REQ msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to store the KDC-REP msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.kdcReq.actions
The action used to store the KDC-REQ msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReq.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.krbCred.actions
The action used to check the KRB-CRED msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to check the KRB-ERROR msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.krbPriv.actions
The action used to check the KRB-PRIV msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.krbPriv.actions.CheckMsgType
Instantiates a new CheckMsgType action.
CheckMsgType - Class in org.apache.directory.shared.kerberos.codec.krbSafe.actions
The action used to check the KRB-SAFE msg-type
CheckMsgType() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.actions.CheckMsgType
Instantiates a new CheckMsgType action.
checkNotClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
checkOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Check that a SchemaObject exists in the global OidRegsitry, and if so, return it.
checkOidIsUnique(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkOidIsUnique(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkOidIsUnique(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkParent(Dn, SchemaManager, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Checks that the parent Dn is a valid Dn
checkPermission(AciContext) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Checks the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
checkPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
performs checks on the given entry based on the specified password policy configuration
checkPwdPolicy(Entry) - Method in interface org.apache.directory.server.core.authn.Authenticator
performs checks on the given entry based on the specified password policy configuration
checkPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
We don't handle any password policy when using a delegated authentication
CheckQualityEnum - Enum in org.apache.directory.server.core.api.authn.ppolicy
The 3 possible values for the password check quality :
NO_CHECK (0) : No check will be done CHECK_ACCEPT (1) : Check the password and accept hashed passwords CHECK_REJECT (2) : Check the password but reject hashed passwords
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
Checksum - Class in org.apache.directory.shared.kerberos.components
The Checksum structure is used to store a checksum associated to a type.
Checksum() - Constructor for class org.apache.directory.shared.kerberos.components.Checksum
Creates a new instance of Checksum.
Checksum(ChecksumType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.Checksum
Creates a new instance of Checksum.
CHECKSUM_CHECKSUM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
CHECKSUM_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
Checksum tags
ChecksumContainer - Class in org.apache.directory.shared.kerberos.codec.checksum
The Checksum container stores the Checksum decoded by the Asn1Decoder.
ChecksumContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.checksum.ChecksumContainer
Creates a new ChecksumContainer object.
ChecksumEngine - Interface in org.apache.directory.server.kerberos.shared.crypto.checksum
 
ChecksumGrammar - Class in org.apache.directory.shared.kerberos.codec.checksum
This class implements the Checksum structure.
ChecksumHandler - Class in org.apache.directory.server.kerberos.shared.crypto.checksum
A Hashed Adapter encapsulating checksum engines for performing integrity checks.
ChecksumHandler() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumHandler
 
ChecksumInit - Class in org.apache.directory.shared.kerberos.codec.checksum.actions
The action used to initialize the Checksum object
ChecksumInit() - Constructor for class org.apache.directory.shared.kerberos.codec.checksum.actions.ChecksumInit
Instantiates a new ChecksumInit action.
ChecksumStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.checksum
This class store the Checksum grammar's constants.
checksumType() - Method in interface org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumEngine
Returns the checksum type of this checksum engine.
checksumType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes128CtsSha1Encryption
 
checksumType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes256CtsSha1Encryption
 
checksumType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
ChecksumType - Enum in org.apache.directory.shared.kerberos.crypto.checksum
A type-safe enumeration of Kerberos checksum types.
checkSyntaxCheckerOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Check that a SyntaxChecker exists in the SyntaxCheckerRegistry, and if so, return it.
children - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The children AdministrativePoints
ChildrenCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entries satisfying one level scope constraints with alias dereferencing considerations when enabled during search.
ChildrenCursor(PartitionTxn, Store, String, Cursor<IndexEntry<ParentIdAndRdn, String>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
Creates a Cursor over entries satisfying one level scope criteria.
CHNGPWD_NEWPWD_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
CHangePasswdData tags
CHNGPWD_TARGNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
CHNGPWD_TARGREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
CHU - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "CHU" reference identifier type.
CipherTextHandler - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
A Hashed Adapter encapsulating ASN.1 cipher text engines to perform encrypt() and decrypt() operations.
CipherTextHandler() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.CipherTextHandler
 
CLASS - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema class for an apacheDnsAbstractRecord
CLASS_LOADER_DEFAULT_SEARCH_CONTEXT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CLASS_LOADER_DEFAULT_SEARCH_CONTEXT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CLASS_LOOKUP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Clean the Sasl properties when the use has been authenticated
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
Clean the Sasl properties when the use has been authenticated
clear() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
clear() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
clear() - Method in interface org.apache.directory.server.kerberos.shared.replay.ReplayCache
removes all the elements present in the cache
clear() - Method in class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl
removes all the elements present in the cache
clear() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
clear() - Method in class org.apache.directory.server.xdbm.IndexEntry
clear(int) - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Clears (sets false) the option at a given index.
clearFlag(KerberosFlag) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
clear a flag in a list of flags
clearFlag(int) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
clear a flag in a list of flags
clearFlag(KerberosFlag) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
clear a flag in a list of flags
clearFlag(int) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
clear a flag in a list of flags
clearOption(int) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Clears the option at a specified index.
clearPartitions() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Clears the partitions.
clearSaslProperties() - Method in class org.apache.directory.server.ldap.LdapSession
Clear all the Sasl values stored into the Map
CLIENT_PORT - Static variable in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
Default DHCP client port
ClientIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by DHCP clients to specify their unique identifier.
ClientIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ClientIdentifier
 
clone() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
clone() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Clone the object.
clonedEntry - Variable in class org.apache.directory.server.core.api.entry.ClonedServerEntry
The copied entry
ClonedServerEntry - Class in org.apache.directory.server.core.api.entry
A ServerEntry refers to the original entry before being modified by EntryFilters or operations.
ClonedServerEntry() - Constructor for class org.apache.directory.server.core.api.entry.ClonedServerEntry
Creates a new instance of ClonedServerEntry.
ClonedServerEntry(Entry) - Constructor for class org.apache.directory.server.core.api.entry.ClonedServerEntry
Creates a new instance of ClonedServerEntry.
close() - Method in class org.apache.directory.kerberos.client.KerberosChannel
 
close() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
close(Exception) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
close() - Method in class org.apache.directory.server.core.api.filtering.CursorList
close(Exception) - Method in class org.apache.directory.server.core.api.filtering.CursorList
close() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
close(Exception) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
close() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
close() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Commit the transaction.
close() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Commit the transaction.
close() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Commit the transaction.
close() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
close() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
close() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
close() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
close() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
}
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Close and index
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Commit the transaction.
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Close and index
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
close(Exception) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
close() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(String) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(Exception) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
close(Exception) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
close() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
close(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Close and index
close(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
 
close(Exception) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
 
close(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Close and index
close() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
close() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
close(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Table
Closes the underlying Db of this Table.
closeAllPagedSearches() - Method in class org.apache.directory.server.ldap.LdapSession
Close all the pending cursors for all the pending PagedSearches
closeConnection(LdapNetworkConnection) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Closes the LdapNetworkConnection.
closeConnections() - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
CN_SCHEMA_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the DN for the global schema subentry
CN_SCHEMA_DN_NORMALIZED - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The DN for the gloval schema subentry normalized
CollectiveAttributeAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute AAP
CollectiveAttributeAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Create an instance of CollectiveAttribute AAP
CollectiveAttributeAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for CollectiveAttribute APs
CollectiveAttributeAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeAdministrativePoint
Create an instance of CollectiveAttributeAdministrativePoint
CollectiveAttributeIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute IAP
CollectiveAttributeIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Create an instance of CollectiveAttribute IAP
CollectiveAttributeInterceptor - Class in org.apache.directory.server.core.collective
An interceptor based service dealing with collective attribute management.
CollectiveAttributeInterceptor() - Constructor for class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
Creates a new instance of a CollectiveAttributeInterceptor.
CollectiveAttributeSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute SAP
CollectiveAttributeSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Create an instance of CollectiveAttribute SAP
commit() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Commit a write transaction.
commit() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Commit a write transaction.
commit() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Commit a write transaction.
commit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Commit a write transaction.
commitNumber - Variable in class org.apache.directory.server.xdbm.AbstractIndex
A counter used to differ the commit on disk after N operations
commitNumber - Variable in class org.apache.directory.server.xdbm.AbstractTable
A counter used to differ the commit on disk after N operations
COMMITTER_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMMITTER_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMPARATORS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMPARATORS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ComparatorSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema comparators.
ComparatorSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Creates a new instance of ComparatorSynchronizer.
compare(Dn, String, Object) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(Dn, String, Object, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
 
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters Compare call.
compare(CompareRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, Value) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, Value) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
The Compare operation
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
compare(Dn, String, Object) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
Explicitly exposes an LDAP compare operation which JNDI does not directly provide.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Filters Compare call.
compare(Dn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializerComparator
compare(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
compare(Tuple<Dn, String>, Tuple<Dn, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleComparator
 
compare(ParentIdAndRdn, ParentIdAndRdn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Filters Compare call.
compare(Dn, String, Object) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(Dn, String, Object, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
The Compare operation
compare(ParentIdAndRdn, ParentIdAndRdn) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdnComparator
compare(Evaluator<?>, Evaluator<?>) - Method in class org.apache.directory.server.xdbm.search.impl.ScanCountComparator
Compare two scan counts frpm two evaluators
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(K, K) - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
CompareOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Compare context used for Interceptors.
CompareOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of CompareOperationContext.
CompareOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of CompareOperationContext.
CompareOperationContext(CoreSession, String) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, Dn, String) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, Dn, String, Value) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, CompareRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for CompareRequests.
CompareRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.CompareRequestHandler
 
CompareResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for CompareResponses.
CompareResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.CompareResponseHandler
 
compareTo(InterceptorBean) - Method in class org.apache.directory.server.config.beans.InterceptorBean
Compares the order of the interceptor with the given one
compareTo(PasswordHistory) - Method in class org.apache.directory.server.core.authn.PasswordHistory
compareTo(KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
 
compareTo(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
compareTo(ReferenceIdentifier) - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
compareTo(ParentIdAndRdn) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
compareTo(ErrorType) - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Compares this type to another object hopefully one that is of the same type.
compareTo(KerberosTime) - Method in class org.apache.directory.shared.kerberos.KerberosTime
compares current kerberos time with the given kerberos time
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
compareValue(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
composeName(String, String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
composeName(Name, Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
composeName(String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
composeName(Name, Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
computeHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
computeHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
computeLength() - Method in class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
 
computeLength() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
 
computeLength() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
 
computeLength() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
 
computeLength() - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
Compute the AD-AND-OR length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
Compute the AD-KDCIssued length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Compute the AuthorizationData length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.Checksum
Compute the checksum length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Compute the EncKdcRepPart length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
computing length of EncKrbCredPart:
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
Compute the EncKrbPrivPart length:
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Compute the EncryptedData length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Compute the EncryptionKey length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
compute length for EncTicketPart:
computeLength() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Compute the ETypeInfo length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Compute the ETypeInfo2 length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Compute the ETYPE-INFO2-ENTRY length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Compute the ETYPE-INFO-ENTRY length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Compute the host address length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Compute the hostAddresses length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Compute the KDC-REP length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.KdcReq
Compute the KDC-REQ length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Compute the KdcReqBody length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
Calculate the length od KrbCredInfo:
computeLength() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
Compute the KRB-SAFE-BODY length:
computeLength() - Method in class org.apache.directory.shared.kerberos.components.LastReq
Compute the LastReq length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.MethodData
Compute the METHOD-DATA length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.PaData
Compute the PreAuthenticationData length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Compute the PA-ENC-TS-ENC length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Compute the PrincipalName length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
Compute the TransitedEncoding length
computeLength() - Method in class org.apache.directory.shared.kerberos.components.TypedData
Compute the TypedData length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.ApRep
Compute the AP-REP length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Compute the AP-REQ length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Compute the AS-REP length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.AsReq
Compute the AS-REQ length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
Compute the Authenticator length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
Compute the ChangePasswdData length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
Compute the Authenticator length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.EncAsRepPart
Compute the EncAsRepPart length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.EncTgsRepPart
Compute the EncTgsRepPart length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
Compute the KRB-CRED length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
Compute the KRB-ERROR length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.KrbPriv
Compute the KRB-PRIV length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
Compute the KRB-SAFE length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Compute the TGS-REP length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.TgsReq
Compute the TGS-REQ length
computeLength() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Compute the Ticket length
computeResult(PartitionTxn, SchemaManager, SearchOperationContext) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Conducts a search on a database.
computeResult(PartitionTxn, SchemaManager, SearchOperationContext) - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Conducts a search on a database.
concatenateBytes(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
CONF_FILE_EXTN - Static variable in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
The extension used for LDIF entry files
CONF_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 
CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the config partition's dn
ConfigBean - Class in org.apache.directory.server.config.beans
The base class containing all the configuration hierarchy.
ConfigBean() - Constructor for class org.apache.directory.server.config.beans.ConfigBean
Create a new ConfigBean instance
ConfigChangeListener - Class in org.apache.directory.server.config.listener
A listener for handling the config partition changes.
ConfigChangeListener(ConfigPartitionReader, DirectoryService) - Constructor for class org.apache.directory.server.config.listener.ConfigChangeListener
Creates a new instance of ConfigChangeListener.
ConfigPartitionInitializer - Class in org.apache.directory.server.config
Tool for initializing the configuration patition.
ConfigPartitionInitializer(InstanceLayout, DnFactory, SchemaManager) - Constructor for class org.apache.directory.server.config.ConfigPartitionInitializer
Creates a new instance of ConfigPartitionHelper.
ConfigPartitionReader - Class in org.apache.directory.server.config
A class used for reading the configuration present in a Partition and instantiate the necessary objects like DirectoryService, Interceptors etc.
ConfigPartitionReader(AbstractBTreePartition) - Constructor for class org.apache.directory.server.config.ConfigPartitionReader
Creates a new instance of ConfigPartitionReader.
ConfigSchemaConstants - Enum in org.apache.directory.server.config
Constants defined for the elements of config schema
ConfigurableHashingInterceptor - Class in org.apache.directory.server.core.hash
An interceptor to hash a configurable set of attributeType(s) using a configurable hashing algorithm.
ConfigurableHashingInterceptor(HashInterceptorBean) - Constructor for class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
Creates a new instance of ConfigurableHashingInterceptor which hashes the incoming non-hashed attributeType(s) using the given algorithm.
ConfigurationElement - Annotation Type in org.apache.directory.server.config
An annotation used to specify that the qualified field is configuration element.
ConfigurationException - Exception in org.apache.directory.server.config
An exception used when we cannot read the configuration, or when an error occurred while reading it from the DIT.
ConfigurationException(String) - Constructor for exception org.apache.directory.server.config.ConfigurationException
Creates a new instance of ConfigurationException.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.server.config.ConfigurationException
Creates a new instance of ConfigurationException.
ConfigWriter - Class in org.apache.directory.server.config
This class implements a writer for ApacheDS Configuration.
ConfigWriter(SchemaManager, ConfigBean) - Constructor for class org.apache.directory.server.config.ConfigWriter
Creates a new instance of ConfigWriter.
connect() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
connect(boolean) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Connect the consumer, connection immediately or wait before reconnection
connect() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Connect to the remote server.
connect(boolean) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Connect the consumer, connection immediately or wait before reconnection
connectControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
Connection level controls associated with the session
connectionClosed() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
contains(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(SchemaManager, String) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Tells if an attribute is present in the list of attribute to return
contains(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Tells if an attribute is present in the list of attribute to return
contains(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Tells if a key exist in the array.
contains(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
contains(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
Check whether the given client address resides within this subnet and possibly range.
contains(ETypeInfoEntry) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Returns true if this ETypeInfoEntry contains a specified ETypeInfoEntry.
contains(ETypeInfo2Entry) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Returns true if this ETypeInfo2Entry contains a specified ETypeInfo2Entry.
contains(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Returns true if this HostAddresses contains a specified HostAddress.
contains(PaData) - Method in class org.apache.directory.shared.kerberos.components.MethodData
Returns true if this PaData contains a specified PaData.
containsAttribute(AttributeType) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
containsAttribute(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
containsKey(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
containsValue(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
contextCsnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
ContextEntry - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Partition context entry
contextEntry - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The partition ContextEntry
ControlEnum - Enum in org.apache.directory.server.core.jndi
The list of existing controls in ADS
controlEvent(int) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
convert() - Method in enum org.apache.directory.server.dns.messages.MessageType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.MessageType
Converts an ordinal value into a MessageType.
convert() - Method in enum org.apache.directory.server.dns.messages.OpCode
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.OpCode
Converts an ordinal value into an OpCode.
convert() - Method in enum org.apache.directory.server.dns.messages.ProtocolType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Converts an ordinal value into a ProtocolType.
convert() - Method in enum org.apache.directory.server.dns.messages.RecordClass
 
convert(short) - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Converts an ordinal value into a RecordClass.
convert() - Method in enum org.apache.directory.server.dns.messages.RecordType
 
convert(short) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Converts an ordinal value into a RecordType.
convert() - Method in enum org.apache.directory.server.dns.messages.ResponseCode
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Converts an ordinal value into a ResponseCode.
convert() - Method in enum org.apache.directory.server.dns.messages.ServiceType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Converts an ordinal value into a ServiceType.
convert() - Method in interface org.apache.directory.server.dns.util.EnumConverter
Convert the enum to another type.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Convert and initialize an index for a specific store implementation.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Convert and initialize an index for a specific store implementation.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
convertToServerModification(List<ModificationItem>, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a list of ModificationItemImpl to a list of LDAP API Modifications
COOKIE_DELIM - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
A delimiter for the replicaId
CookieServers - Class in org.apache.directory.server.dhcp.options.vendor
The cookie server option specifies a list of RFC 865 cookie servers available to the client.
CookieServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.CookieServers
 
copy(IndexEntry<K, I>) - Method in class org.apache.directory.server.xdbm.IndexEntry
CORE_SESSION_KEY - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 
CoreContextFactory - Class in org.apache.directory.server.core.jndi
A simplistic implementation of AbstractContextFactory.
CoreContextFactory() - Constructor for class org.apache.directory.server.core.jndi.CoreContextFactory
 
CoreKeyStoreSpi - Class in org.apache.directory.server.core.security
A read only key store facility designed specifically for TLS/CA operations.
CoreKeyStoreSpi(DirectoryService) - Constructor for class org.apache.directory.server.core.security.CoreKeyStoreSpi
Creates a new instance of LocalKeyStore.
CoreSchemaConstants - Class in org.apache.directory.server.constants
Core schema constants used throughout the server.
CoreSession - Interface in org.apache.directory.server.core.api
An interface representing a session with the core DirectoryService.
coreSession - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
a handle on the top core session
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the total count of entries within this store.
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
count - Variable in class org.apache.directory.server.xdbm.AbstractTable
the current count of Tuples in this Table
count(PartitionTxn) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the count of the number of Tuples in this Table.
count(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Store
Gets the total count of entries within this store.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Table
Gets the count of the number of Tuples in this Table.
count(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
CramMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.cramMD5
 
CramMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
Creates a new instance of CramMd5CallbackHandler.
CramMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.cramMD5
The CRAM-MD Sasl mechanism handler.
CramMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
 
create(String...) - Method in interface org.apache.directory.server.core.api.DnFactory
Creates a Dn from user provided RDNs.
create(String) - Method in interface org.apache.directory.server.core.api.DnFactory
Creates a Dn form a user provided Dn.
create(String) - Method in class org.apache.directory.server.core.shared.DefaultDnFactory
Creates a Dn form a user provided Dn.
create(String...) - Method in class org.apache.directory.server.core.shared.DefaultDnFactory
Creates a Dn from user provided RDNs.
createAdminConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Creates a new LdapNetworkConnection and authenticates as admin user.
createAuthenticator(AuthenticatorBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates a Authenticator from the configuration
CreateAuthenticator - Annotation Type in org.apache.directory.server.core.annotations
An authenticator creation a name and a suffix, plus some other characteristics.
createAuthenticators(List<AuthenticatorBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the array of authenticators
createChangeLog(ChangeLogBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Read the configuration for the ChangeLog system
CreateChngPwdServer - Annotation Type in org.apache.directory.server.annotations
 
CreateConsumer - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a replication consumer configuration.
createConsumer() - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
creates an LdapServer and starts before returning the instance, infering the configuration from the Stack trace
createCookie(int, String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
 
createDirectoryService(DirectoryServiceBean, InstanceLayout, SchemaManager) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a DirectoryService based on the configuration present in the partition
CreateDS - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the DirectoryService builder
createDS(CreateDS) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create the DirectoryService
CreateDsRule - Class in org.apache.directory.server.core.integ
A TestRule for processing @CreateDS annotations.
CreateDsRule() - Constructor for class org.apache.directory.server.core.integ.CreateDsRule
 
CreateDsRule(CreateDsRule) - Constructor for class org.apache.directory.server.core.integ.CreateDsRule
 
createHttpServer(HttpServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a HttpServer based on the configuration present in the partition
createHttpWebApps(List<HttpWebAppBean>, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates the HttpWebApps based on the configuration present in the partition
CreateIndex - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Index creation.
createInterceptors(List<InterceptorBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the Interceptor instances from the configuration
createJdbmIndex(JdbmPartition, JdbmIndexBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a JdbmIndex from an instance of JdbmIndexBean
createJdbmPartition(DirectoryService, JdbmPartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a JdbmPartition
createJournal(JournalBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiate the Journal object from the stored configuration
CreateKdcServer - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a LdapServer configuration.
createKdcServer(DirectoryServiceBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
 
CreateLdapConnectionPool - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a LdapConnection configuration.
CreateLdapConnectionPoolRule - Class in org.apache.directory.server.core.integ
A TestRule for creating connection pools.
CreateLdapConnectionPoolRule() - Constructor for class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
CreateLdapConnectionPoolRule(CreateLdapConnectionPoolRule) - Constructor for class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
CreateLdapServer - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a LdapServer configuration.
createLdapServer(LdapServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a LdapServer based on the configuration present in the partition
createLdapServer(Description, DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Create a new instance of LdapServer
CreateLdapServerRule - Class in org.apache.directory.server.core.integ
A TestRule for processing @CreateLdapServer annotations.
CreateLdapServerRule() - Constructor for class org.apache.directory.server.core.integ.CreateLdapServerRule
 
CreateLdapServerRule(CreateLdapServerRule) - Constructor for class org.apache.directory.server.core.integ.CreateLdapServerRule
 
createMavibotIndex(MavibotPartition, MavibotIndexBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a MavibotIndex from an instance of MavibotIndexBean
createMavibotPartition(DirectoryService, MavibotPartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
 
createModItems(Entry, ModificationOperation) - Static method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
createNewAD() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Create a new currentAD
createNewLR() - Method in class org.apache.directory.shared.kerberos.components.LastReq
Create a new currentLR
createNewTD() - Method in class org.apache.directory.shared.kerberos.components.TypedData
Create a new currentTD
createNtpServer(NtpServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a NtpServer based on the configuration present in the partition
createPartition(DirectoryService, PartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create the a Partition instantiated from the configuration
CreatePartition - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Partition creation.
createPartition(String, String, String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Gets the read only Partition backed by this ChangeLogStore.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.AvlPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.JdbmPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.LdifPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.MavibotPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in interface org.apache.directory.server.core.factory.PartitionFactory
Creates a new Partition.
createPartitions(DirectoryService, List<PartitionBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create the set of Partitions instantiated from the configuration
createPwdPolicyConfig(PasswordPolicyBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
creates the PassworddPolicyConfiguration object after reading the config entry containing pwdPolicy OC
createReplConsumers(List<ReplConsumerBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
instantiate the ReplicationConsumers based on the configuration present in ReplConsumerBeans
createSaslMechHandler(SaslMechHandlerBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Loads and instantiates a MechanismHandler from the configuration entry
createSubcontext(String, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
createSubcontext(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
createSubcontext(String, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
createTempKeyStore(String, char[]) - Static method in class org.apache.directory.server.core.security.CertificateUtil
 
CreateTransport - Annotation Type in org.apache.directory.server.annotations
A annotation used to specify an sequence of LDIF's to be applied to the instance for integration testing.
createTransport(TransportBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates a Transport from the configuration
createTransports(TransportBean[]) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the array of transports read from the DIT
Credentials - Class in org.apache.directory.kerberos.credentials.cache
Looks like KrbCredInfo can be used here, however it's not enough for this
Credentials(PrincipalName, PrincipalName, EncryptionKey, KerberosTime, KerberosTime, KerberosTime, KerberosTime, boolean, TicketFlags, HostAddresses, AuthorizationData, Ticket, Ticket) - Constructor for class org.apache.directory.kerberos.credentials.cache.Credentials
 
Credentials(TgTicket) - Constructor for class org.apache.directory.kerberos.credentials.cache.Credentials
 
Credentials(AbstractTicket, PrincipalName) - Constructor for class org.apache.directory.kerberos.credentials.cache.Credentials
 
CredentialsCache - Class in org.apache.directory.kerberos.credentials.cache
Kerberos credentials cache in FCC format
CredentialsCache() - Constructor for class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
CredentialsCacheConstants - Interface in org.apache.directory.kerberos.credentials.cache
 
CryptPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using CRYPT hashing algorithm.
CryptPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.CryptPasswordHashingInterceptor
Creates an instance of a CryptPasswordHashingInterceptor
CSN_PREFIX - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
the prefix for Csn value
ctxCsnChanged - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
a flag to detect the change in context CSN
currentInterceptor - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The current interceptor position
cursor() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Table Tuples for the same key.
CursorBuilder - Class in org.apache.directory.server.xdbm.search.impl
Builds Cursors over candidates that satisfy a filter expression.
CursorBuilder(Store, EvaluatorBuilder) - Constructor for class org.apache.directory.server.xdbm.search.impl.CursorBuilder
Creates an expression tree enumerator.
CursorList - Class in org.apache.directory.server.core.api.filtering
An implementation of a Cursor based on a List of Cursors.
CursorList(int, List<EntryFilteringCursor>, int, SearchOperationContext) - Constructor for class org.apache.directory.server.core.api.filtering.CursorList
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
CursorList(List<EntryFilteringCursor>, SearchOperationContext) - Constructor for class org.apache.directory.server.core.api.filtering.CursorList
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.

D

DAY - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a day.
db - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The backend
DBF - Static variable in interface org.apache.directory.server.xdbm.MasterTable
the base name for the db file for this table
DCF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "DCF" reference identifier type.
DeadContext - Class in org.apache.directory.server.core.jndi
A do nothing placeholder context whose methods throw ServiceUnavailableExceptions.
DeadContext() - Constructor for class org.apache.directory.server.core.jndi.DeadContext
 
decode(ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
Convert a byte buffer into a DhcpMessage.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.AddressRecordDecoder
 
decode(IoBuffer) - Method in class org.apache.directory.server.dns.io.decoder.DnsMessageDecoder
Decode the IoBuffer into a DnsMessage.
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.IPv6RecordDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.MailExchangeRecordDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.NameServerRecordDecoder
 
decode(IoBuffer, short) - Method in interface org.apache.directory.server.dns.io.decoder.RecordDecoder
Decodes the given length of resource record data into attributes.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsUdpDecoder
 
decode(ByteBuffer, boolean) - Static method in class org.apache.directory.server.kerberos.changepwd.io.ChangePasswordDecoder
 
decode(ByteBuffer) - Static method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
decode(ByteBuffer) - Static method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
decode(ByteBuffer) - Static method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
decode(ByteBuffer) - Method in class org.apache.directory.server.ntp.io.NtpMessageDecoder
Decodes the ByteBuffer into an NtpMessage.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.ntp.protocol.NtpDecoder
 
decode(KerberosMessageContainer) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
 
decodeApRep(byte[]) - Method in class org.apache.directory.kerberos.client.KpasswdDecode
 
decodeApRep(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a AP-REP structure
decodeApReq(byte[]) - Method in class org.apache.directory.kerberos.client.KpasswdDecode
 
decodeApReq(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a AP-REQ structure
decodeAsRep(byte[]) - Method in class org.apache.directory.kerberos.client.KpasswdDecode
 
decodeAuthenticator(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a Authenticator structure
decodeAuthorizationData(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a AuthorizationData structure
decodeEncApRepPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncApRepPart structure
decodeEncAsRepPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncAsRepPart structure
decodeEncKdcRepPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncKdcRepPart structure
decodeEncKrbPrivPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncKrbPrivPart structure
decodeEncryptedData(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncrytedData structure
decodeEncryptionKey(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncryptionKey structure
decodeEncTgsRepPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncTgsRepPart structure
decodeEncTicketPart(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncTicketPart structure
decodeKrbPriv(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a KRB-PRIV structure
decodeOptions(ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
 
decodePaEncTsEnc(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an PaEncTsEnc structure
decodePrincipalName(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an PrincipalName structure
decodeTicket(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode a Ticket structure
decrypt(EncryptionKey, EncryptedData, KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.CipherTextHandler
Decrypt a block of data.
decrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
decrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
decrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
DEFAULT_ALLOWABLE_CLOCKSKEW - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default allowable clockskew
DEFAULT_BACKLOG_NB - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default backlog queue size
DEFAULT_CACHE_SIZE - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The default cache size is set to 10 000 objects
DEFAULT_CATEGORY_COUNT - Static variable in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
The default change password password policy for category count.
DEFAULT_CIPHERS - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
A map of default encryption types mapped to cipher names.
DEFAULT_DS_CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the default DirectoryService DN
DEFAULT_DUPLICATE_LIMIT - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
default duplicate limit before duplicate keys switch to using a btree for values
DEFAULT_EMPTY_ADDRESSES_ALLOWED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for allowing empty addresses
DEFAULT_ENCRYPTION_TYPES - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default encryption types
DEFAULT_ID - Static variable in interface org.apache.directory.server.core.api.partition.Partition
Default id used for context entry if context entry doesn't exists
DEFAULT_INDEX_CACHE_SIZE - Static variable in interface org.apache.directory.server.xdbm.Index
The default cache size (ie, the number of elements we stored in the cache)
DEFAULT_MAX_IDLE_PERIOD - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
The max delay for an idle replication log with no activity, by default the logs have no idle time period
DEFAULT_NB_THREADS - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default number of threads
DEFAULT_PA_ENC_TIMESTAMP_REQUIRED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for requiring encrypted timestamps
DEFAULT_PASSWORD_LENGTH - Static variable in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
The default change password password policy for password length.
DEFAULT_PRINCIPAL - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default kdc service principal
DEFAULT_PURGE_THRESHOLD_COUNT - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
DEFAULT_REALM - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default kdc realm
DEFAULT_SEARCH_CONTEXTS_CONFIG - Static variable in class org.apache.directory.server.core.api.sp.LdapClassLoader
 
DEFAULT_SEARCH_CONTROLS - Static variable in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
DEFAULT_TGS_FORWARDABLE_ALLOWED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for allowing forwardable tickets
DEFAULT_TGS_MAXIMUM_RENEWABLE_LIFETIME - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for the maximum renewable lifetime
DEFAULT_TGS_MAXIMUM_TICKET_LIFETIME - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for the maximum ticket lifetime
DEFAULT_TGS_MINIMUM_TICKET_LIFETIME - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for the minimum ticket lifetime, 4 minutes
DEFAULT_TGS_POSTDATED_ALLOWED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for allowing postdated tickets
DEFAULT_TGS_PROXIABLE_ALLOWED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for allowing proxiable tickets
DEFAULT_TGS_RENEWABLE_ALLOWED - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for allowing renewable tickets
DEFAULT_TOKEN_SIZE - Static variable in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
The default change password password policy for token size.
DEFAULT_VERIFY_BODY_CHECKSUM - Static variable in class org.apache.directory.server.kerberos.KerberosConfig
The default for verifying the body checksum
DefaultAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An Interceptor that controls access to DefaultPartitionNexus.
DefaultAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
Creates a new instance of DefaultAuthorizationInterceptor.
DefaultChangeLog - Class in org.apache.directory.server.core.changelog
The default ChangeLog service implementation.
DefaultChangeLog() - Constructor for class org.apache.directory.server.core.changelog.DefaultChangeLog
 
DefaultCoreSession - Class in org.apache.directory.server.core.shared
The default CoreSession implementation.
DefaultCoreSession(LdapPrincipal, DirectoryService) - Constructor for class org.apache.directory.server.core.shared.DefaultCoreSession
Creates a new instance of a DefaultCoreSession
defaultCSNFactory - Static variable in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
A default CSN factory
DefaultDirectoryService - Class in org.apache.directory.server.core
Default implementation of DirectoryService.
DefaultDirectoryService() - Constructor for class org.apache.directory.server.core.DefaultDirectoryService
Creates a new instance of the directory service.
DefaultDirectoryServiceFactory - Class in org.apache.directory.server.core.factory
A Default factory for DirectoryService.
DefaultDirectoryServiceFactory() - Constructor for class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
 
DefaultDirectoryServiceFactory(DirectoryService, PartitionFactory) - Constructor for class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
 
DefaultDnFactory - Class in org.apache.directory.server.core.shared
The default Dn factory implementation.
DefaultDnFactory(SchemaManager, int) - Constructor for class org.apache.directory.server.core.shared.DefaultDnFactory
Instantiates a new default Dn factory.
DefaultFingerServers - Class in org.apache.directory.server.dhcp.options.misc
The Finger server option specifies a list of Finger available to the client.
DefaultFingerServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultFingerServers
 
DefaultIpTimeToLive - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the default time-to-live that the client should use on outgoing datagrams.
DefaultIpTimeToLive() - Constructor for class org.apache.directory.server.dhcp.options.perhost.DefaultIpTimeToLive
 
DefaultIrcServers - Class in org.apache.directory.server.dhcp.options.misc
The IRC server option specifies a list of IRC available to the client.
DefaultIrcServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultIrcServers
 
DefaultJournal - Class in org.apache.directory.server.core.journal
The default journal implementation.
DefaultJournal() - Constructor for class org.apache.directory.server.core.journal.DefaultJournal
 
DefaultJournalStore - Class in org.apache.directory.server.core.journal
The default Journal Store implementation.
DefaultJournalStore() - Constructor for class org.apache.directory.server.core.journal.DefaultJournalStore
 
DefaultLdapServerFactory - Class in org.apache.directory.server.factory
The default LdapServer factory
DefaultLdapServerFactory() - Constructor for class org.apache.directory.server.factory.DefaultLdapServerFactory
 
DefaultMarshaller - Class in org.apache.directory.server.core.avltree
A Marshaller which uses default Java Serialization.
DefaultMarshaller() - Constructor for class org.apache.directory.server.core.avltree.DefaultMarshaller
 
DefaultOperationManager - Class in org.apache.directory.server.core
The default implementation of an OperationManager.
DefaultOperationManager(DirectoryService) - Constructor for class org.apache.directory.server.core.DefaultOperationManager
 
DefaultOptimizer - Class in org.apache.directory.server.xdbm.search.impl
Optimizer that annotates the filter using scan counts.
DefaultOptimizer(Store) - Constructor for class org.apache.directory.server.xdbm.search.impl.DefaultOptimizer
Creates an optimizer on a database.
DefaultPartitionNexus - Class in org.apache.directory.server.core.shared.partition
A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
DefaultPartitionNexus(Entry) - Constructor for class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Creates the root nexus singleton of the entire system.
DefaultPasswordValidator - Class in org.apache.directory.server.core.api.authn.ppolicy
The default password validator.
DefaultPasswordValidator() - Constructor for class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
Creates a new instance of DefaultPasswordValidator.
DefaultSearchEngine - Class in org.apache.directory.server.xdbm.search.impl
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
DefaultSearchEngine(Store, CursorBuilder, EvaluatorBuilder, Optimizer) - Constructor for class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Creates a DefaultSearchEngine for searching a Database without setting up the database.
DefaultTupleComparator<K,V> - Class in org.apache.directory.server.core.partition.impl.btree
The default implementation of a pair of comparators which compares both keys and values of a Tuple.
DefaultTupleComparator(SerializableComparator<K>, SerializableComparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
DefaultWwwServers - Class in org.apache.directory.server.dhcp.options.misc
The WWW server option specifies a list of WWW available to the client.
DefaultWwwServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultWwwServers
 
DelayInducingInterceptor - Class in org.apache.directory.server.core.integ
An Interceptor that fakes a specified amount of delay to each search iteration so we can make sure search time limits are adhered to.
DelayInducingInterceptor() - Constructor for class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
DelegatingAuthenticator - Class in org.apache.directory.server.core.authn
Authenticator delegating to another LDAP server.
DelegatingAuthenticator() - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance.
DelegatingAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance.
DelegatingAuthenticator(AuthenticationLevel, Dn) - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance, for a specific authentication level.
DelegatingAuthenticatorBean - Class in org.apache.directory.server.config.beans
A class used to store the Delegating Authenticator configuration.
DelegatingAuthenticatorBean() - Constructor for class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
delete(PartitionTxn, String) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Delete the entry associated with a given Id
delete(DeleteOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
We have to check that we can remove the associated AdministrativePoint :
if we remove an AAP, no descendant IAP should remain orphan If we remove a SAP, no descendant IAP should remain orphan Filters Partition.delete( DeleteOperationContext ) call.
delete(Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
delete(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Process the delete for inner operations.
delete(Dn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Process the delete for inner operations.
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
delete(DeleteRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Delete the schema object and update the registries
delete(DitContentRule, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Delete the schema object and update the registries
delete(DitStructureRule, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Delete the schema object and update the registries
delete(MatchingRuleUse, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Delete the schema object and update the registries
delete(NameForm, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Delete the schema object and update the registries
delete(DeleteOperationContext, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Called to react to the deletion of a metaSchema object.
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Delete the schema object and update the registries
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Delete the entry associated with a given Id
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Delete the entry associated with a given Id
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
delete(Interceptor, int, ModifyOperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Interceptor, int, ModifyOperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Interceptor, int, ModifyOperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
delete() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
delete the current message used for internal log cleanup ONLY
delete(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Delete an entry from the store
DELETE_OLD_RDN_PROP - Static variable in class org.apache.directory.server.core.jndi.ServerContext
property key used for deleting the old Rdn on a rename
deleteConsumerEntry(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Delete an existing consumer entry from ou=consumers,ou=system
deleteFromSchema(SchemaObject, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Delete a SchemaObject from the schema registry, assuming that it has an associated schema and that this schema is loaded
DeleteOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Delete context used for Interceptors.
DeleteOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteOperationContext(CoreSession, DeleteRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for DeleteRequests.
DeleteRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.DeleteRequestHandler
 
DeleteResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for DeleteResponses.
DeleteResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.DeleteResponseHandler
 
deleteSchemaObject(Interceptor, int, ModifyOperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
DeleteStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
DeleteStoredProcedureParameterInjector(OperationContext, Dn) - Constructor for class org.apache.directory.server.core.trigger.DeleteStoredProcedureParameterInjector
 
deriveKey(byte[], byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
Derived Key = DK(Base Key, Well-Known Constant) DK(Key, Constant) = random-to-key(DR(Key, Constant)) DR(Key, Constant) = k-truncate(E(Key, Constant, initial-cipher-state))
deriveRandom(byte[], byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
Des3CbcSha1KdEncryption - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
 
Des3CbcSha1KdEncryption() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
DesCbcCrcEncryption - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
 
DesCbcCrcEncryption() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
DescendantCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entries satisfying one level scope constraints with alias dereferencing considerations when enabled during search.
DescendantCursor(PartitionTxn, Store, String, String, Cursor<IndexEntry<ParentIdAndRdn, String>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Creates a Cursor over entries satisfying one level scope criteria.
DescendantCursor(PartitionTxn, Store, String, String, Cursor<IndexEntry<ParentIdAndRdn, String>>, boolean) - Constructor for class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Creates a Cursor over entries satisfying one level scope criteria.
DescriptionParsers - Class in org.apache.directory.server.core.api.schema
TODO: move to apacheds-core? Parses descriptions using a number of different parsers for schema descriptions.
DescriptionParsers(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.DescriptionParsers
Creates a description parser.
deserialize(SchemaManager, ObjectInput) - Static method in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
Deserializes a ChangeLogEvent instance.
deserialize(SchemaManager, ObjectInput) - Static method in class org.apache.directory.server.core.api.LdapPrincipalSerializer
Deserializes a LdapPrincipal instance.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates an Array from given bytes of data.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates an AVLTree from given bytes of data.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
deserialize(byte[]) - Method in interface org.apache.directory.server.core.avltree.Marshaller
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
Deserialize a Dn.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
Deserialize a Entry.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
Deserialize a ParentIdAndRdn.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
Deserialize a Dn.
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
 
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
Deserialize a Entry.
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
Deserialize a ParentIdAndRdn.
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.shared.NullStringSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
Deserialize a ReplicaEventMessage.
DesStringToKey - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
An implementation of the DES string-to-key function as originally described in RFC 1510, "The Kerberos Network Authentication Service (V5)," and clarified in RFC 3961, "Encryption and Checksum Specifications for Kerberos 5."
DesStringToKey() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
 
destroy() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Destroy the changeLog
destroy() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Destroy the logs.
destroy() - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Deinitializes this interceptor.
destroy() - Method in interface org.apache.directory.server.core.api.journal.Journal
Destroy the journal service
destroy() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Destroy the logs.
destroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Calls doDestroy() where you have to put your destroy code in, and clears default properties.
destroy(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Instructs this Partition to synchronize with it's persistent store, and destroy all held resources, in preparation for a shutdown event.
destroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Calls AbstractAuthenticator.doDestroy() method, and clears default properties (factoryConfiguration and configuration).
destroy() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Deinitializes and deregisters all Authenticators from this service.
destroy() - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being removed from service.
destroy() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Destroy the changeLog
destroy() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Save logs, tags and revision on disk, and clean everything in memory
destroy() - Method in class org.apache.directory.server.core.event.EventInterceptor
This method does nothing by default.
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournal
Destroy the journal service
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Destroy the logs.
destroy() - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
The destroy method does nothing
destroy() - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
DESTROY - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
destroy() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Destroys this key by overwriting the symmetric key material with zeros.
destroySubcontext(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
destroySubcontext(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
destroySubcontext(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
destroySubcontext(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
determineSelectionBase(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Determine address on which to base selection.
DhcpConfigElement - Class in org.apache.directory.server.dhcp.store
 
DhcpConfigElement() - Constructor for class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
DhcpDecoder - Class in org.apache.directory.server.dhcp.protocol
 
DhcpDecoder() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
DhcpEncoder - Class in org.apache.directory.server.dhcp.protocol
 
DhcpEncoder() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
DhcpException - Exception in org.apache.directory.server.dhcp
 
DhcpException() - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This empty constructor is used if no explanation of the DHCP exception is required.
DhcpException(String) - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This constructor is used if a description of the event that caused the exception is required.
DhcpException(String, Exception) - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This constructor is used if a description of the event that caused the exception is required.
DhcpMessage - Class in org.apache.directory.server.dhcp.messages
A DHCP (RFC 2131) message.
DhcpMessage() - Constructor for class org.apache.directory.server.dhcp.messages.DhcpMessage
Create a default dhcp message.
DhcpMessage(MessageType, byte, HardwareAddress, short, int, int, short, InetAddress, InetAddress, InetAddress, InetAddress, String, String, OptionsField) - Constructor for class org.apache.directory.server.dhcp.messages.DhcpMessage
Create a DHCP message based on the supplied values.
DhcpMessageDecoder - Class in org.apache.directory.server.dhcp.io
 
DhcpMessageDecoder() - Constructor for class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
 
DhcpMessageEncoder - Class in org.apache.directory.server.dhcp.io
 
DhcpMessageEncoder() - Constructor for class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
 
DhcpMessageType - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to convey the type of the DHCP message.
DhcpMessageType() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
DhcpMessageType(MessageType) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
DhcpOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
DhcpOption() - Constructor for class org.apache.directory.server.dhcp.options.DhcpOption
 
DhcpProtocolCodecFactory - Class in org.apache.directory.server.dhcp.protocol
 
DhcpProtocolCodecFactory() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
DhcpProtocolHandler - Class in org.apache.directory.server.dhcp.protocol
Implementation of a DHCP protocol handler which delegates the work of generating replys to a DhcpService implementation.
DhcpProtocolHandler(DhcpService) - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
DhcpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the DhcpServer configuration.
DhcpServerBean() - Constructor for class org.apache.directory.server.config.beans.DhcpServerBean
Create a new DhcpServerBean instance
DhcpService - Interface in org.apache.directory.server.dhcp.service
DHCP Protocol (RFC 2131, RFC 2132).
DhcpStore - Interface in org.apache.directory.server.dhcp.store
 
DIFFERED - Static variable in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
A flag we used when we want to connect after a waiting delay
DigestMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.digestMD5
 
DigestMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
Creates a new instance of DigestMd5CallbackHandler.
DigestMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.digestMD5
The DIGEST-MD5 mechanism handler.
DigestMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
 
DirectoryBackedService - Class in org.apache.directory.server.protocol.shared
Base class shared by all protocol providers for configuration.
DirectoryBackedService() - Constructor for class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
DirectoryListener - Interface in org.apache.directory.server.core.api.event
A listener which is notified of changes to the directory service.
DirectoryListenerAdapter - Class in org.apache.directory.server.core.api.event
A DirectoryListener adapter class for convenient subclassing It doesn't handle any operation
DirectoryListenerAdapter() - Constructor for class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
DirectoryPrincipalStore - Class in org.apache.directory.server.kerberos.kdc
A PrincipalStore backing entries in a DirectoryService.
DirectoryPrincipalStore(DirectoryService, Dn) - Constructor for class org.apache.directory.server.kerberos.kdc.DirectoryPrincipalStore
Creates a new instance of DirectoryPrincipalStore.
DirectoryService - Interface in org.apache.directory.server.core.api
All the features a DirectroyService instance must implement.
directoryService - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
A reference to the DirectoryService instance
directoryService - Variable in class org.apache.directory.server.core.api.subtree.SubentryUtils
A reference to the DirectoryService instance
directoryService - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
A reference on the DirectoryService instance
DirectoryServiceBean - Class in org.apache.directory.server.config.beans
A class used to store the DirectoryService configuration.
DirectoryServiceBean() - Constructor for class org.apache.directory.server.config.beans.DirectoryServiceBean
Create a new DnsServerBean instance
DirectoryServiceFactory - Interface in org.apache.directory.server.core.factory
A factory used to generate differently configured DirectoryService objects.
DirectoryServiceOperation - Interface in org.apache.directory.server.protocol.shared.store
Interface to support the command pattern for LDAP operations.
DISABLE_SECURITY_LAYER_ONCE - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslFilter
A session attribute key that makes next one write request bypass this filter (not adding a security layer).
DISABLE_TRANSISTED_CHECKED - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - disable transisted checked.
disableSchema(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
dispose(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
dispose(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
dispose() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
DitContentRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitContentRules.
DitContentRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Creates a new instance of DitContentRuleSynchronizer.
DitStructureRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitStructureRules.
DitStructureRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Creates a new instance of DitStructureSynchronizer.
dn - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AA's Dn
dn - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The Dn associated with the context
DnameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.
DnameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.DnameRecordEncoder
 
DnFactory - Interface in org.apache.directory.server.core.api
A factory for DNs, with a cache.
dnFactory - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
The DN factory
dnFactory - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The DnFactory to use to create DN
DnsAttribute - Class in org.apache.directory.server.dns.store
Constants representing the DNS attribute ids as defined by the Apache DNS schema.
DnsContext - Class in org.apache.directory.server.dns.service
 
DnsContext() - Constructor for class org.apache.directory.server.dns.service.DnsContext
 
DnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a Dn.
DnSerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
Creates a new instance of DnSerializer.
DnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a Dn.
DnSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
Creates a new instance of DnSerializer.
DnSerializerComparator - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A comparator used to compare Dn stored in the Dn index.
DnSerializerComparator(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializerComparator
Creates a new instance of DnSerializer.
DnsException - Exception in org.apache.directory.server.dns
The root of the DNS exception hierarchy.
DnsException(ResponseCode) - Constructor for exception org.apache.directory.server.dns.DnsException
Creates a DnsException with a response code.
DnsMessage - Class in org.apache.directory.server.dns.messages
All communications inside of the domain protocol are carried in a single format called a message.
DnsMessage(int, MessageType, OpCode, boolean, boolean, boolean, boolean, boolean, boolean, ResponseCode, List<QuestionRecord>, List<ResourceRecord>, List<ResourceRecord>, List<ResourceRecord>) - Constructor for class org.apache.directory.server.dns.messages.DnsMessage
Creates a new instance of DnsMessage.
DnsMessageDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for DNS messages.
DnsMessageDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.DnsMessageDecoder
 
DnsMessageEncoder - Class in org.apache.directory.server.dns.io.encoder
An encoder for DNS messages.
DnsMessageEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.DnsMessageEncoder
 
DnsMessageModifier - Class in org.apache.directory.server.dns.messages
All communications inside of the domain protocol are carried in a single format called a message.
DnsMessageModifier() - Constructor for class org.apache.directory.server.dns.messages.DnsMessageModifier
 
DnsOperation - Interface in org.apache.directory.server.dns.store.jndi
Interface to support the command pattern with JNDI contexts.
DnsProtocolHandler - Class in org.apache.directory.server.dns.protocol
 
DnsProtocolHandler(DnsServer, RecordStore) - Constructor for class org.apache.directory.server.dns.protocol.DnsProtocolHandler
Creates a new instance of DnsProtocolHandler.
DnsProtocolTcpCodecFactory - Class in org.apache.directory.server.dns.protocol
 
DnsProtocolUdpCodecFactory - Class in org.apache.directory.server.dns.protocol
 
DnsServer - Class in org.apache.directory.server.dns
Contains the configuration parameters for the DNS protocol provider.
DnsServer() - Constructor for class org.apache.directory.server.dns.DnsServer
Creates a new instance of DnsConfiguration.
DnsServerBean - Class in org.apache.directory.server.config.beans
A class used to store the DnsServer configuration.
DnsServerBean() - Constructor for class org.apache.directory.server.config.beans.DnsServerBean
Create a new DnsServerBean instance
DnsTcpDecoder - Class in org.apache.directory.server.dns.protocol
A CumulativeProtocolDecoder which supports DNS operation over TCP, by reassembling split packets prior to decoding.
DnsTcpDecoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsTcpDecoder
 
DnsTcpEncoder - Class in org.apache.directory.server.dns.protocol
A ProtocolEncoder for use in the MINA framework that uses the DnsMessageEncoder to encode DnsMessages.
DnsTcpEncoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsTcpEncoder
 
DnsUdpDecoder - Class in org.apache.directory.server.dns.protocol
A ProtocolDecoder for use in the MINA framework that uses the DnsMessageDecoder to decode DnsMessages.
DnsUdpDecoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsUdpDecoder
 
DnsUdpEncoder - Class in org.apache.directory.server.dns.protocol
A ProtocolEncoder for use in the MINA framework that uses the DnsMessageEncoder to encode DnsMessages.
DnsUdpEncoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsUdpEncoder
 
doAddOperation(Dn, Entry) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after add operations.
doBindOperation(Dn, byte[], String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after bind operations.
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordDecoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosDecoder
 
doDelete(File) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Deletes the working directory.
doDeleteOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after delete operations.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to put your initialization code.
doDestroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your deinitialization code here.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doesFutureExistFor(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
doGetRootDseOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Fetch the rootDSE entry
doInit() - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your initialization code here.
doInit() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
 
doInit() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doListOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after list operations.
doLookupOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after lookup operations.
doLookupOperation(Dn, String[]) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after lookup operations.
DOMAIN_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsDomainName
DomainName - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the domain name that client should use when resolving hostnames via the Domain Name System.
DomainName() - Constructor for class org.apache.directory.server.dhcp.options.vendor.DomainName
 
DomainNameServers - Class in org.apache.directory.server.dhcp.options.vendor
The domain name server option specifies a list of Domain Name System (STD 13, RFC 1035 [8]) name servers available to the client.
DomainNameServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.DomainNameServers
 
DomainNameService - Class in org.apache.directory.server.dns.service
Domain Name Service (DNS) Protocol (RFC 1034, 1035)
doModifyOperation(Dn, List<Modification>) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after modify operations.
doMove(Dn, Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after moveAndRename operations.
doMoveAndRenameOperation(Dn, Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after moveAndRename operations.
doRename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after rename operations.
doRepair() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doSearchOperation(Dn, AliasDerefMode, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after list operations.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Remove the pair <K,ID> from the index for the given value and id.
dropAliasIndices(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Removes the index entries for an alias before the entry is deleted from the master table.
dropMovedAliasIndices(PartitionTxn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
For all aliases including and under the moved base, this method removes one and subtree alias index tuples for old ancestors above the moved base that will no longer be ancestors after the move.
DSAnnotationProcessor - Class in org.apache.directory.server.core.factory
A Helper class used to create a DS from the annotations
DSBasedServerBean - Class in org.apache.directory.server.config.beans
A class used to store the KdcServer configuration.
DSBasedServerBean() - Constructor for class org.apache.directory.server.config.beans.DSBasedServerBean
Create a new JournalBean instance
dumpIndex(PartitionTxn, OutputStream, String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Dump the requested index to a given stream
dumpIndex(PartitionTxn, OutputStream, String) - Method in interface org.apache.directory.server.core.api.partition.Partition
Dump the requested index to a given stream
dumpIndex(PartitionTxn, OutputStream, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Dump the requested index to a given stream
dumpRdnIdx(PartitionTxn, String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Dump the RDN index content
DupsContainer<V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A wrapper around duplicate key values.
DupsContainerCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A cursor for browsing tables with duplicates which returns the container for values rather than just the value.
DupsContainerCursor(JdbmTable<K, V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
Creates a Cursor over the tuples of a JDBM table.

E

EMPTY_CONTROLS - Static variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
EMPTY_CONTROLS - Static variable in class org.apache.directory.server.core.jndi.ServerContext
Empty array of controls for use in dealing with them
EMPTY_CONTROLS - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 
EMPTY_PRINCIPAL_NAME - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
An empty list of principal names
EmptyEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator that always return false, for the case we have no entry to return
EmptyEvaluator() - Constructor for class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Create a new instance of the PassThroughEvaluator
EmptyIndexCursor<K> - Class in org.apache.directory.server.xdbm
An empty Cursor implementation.
EmptyIndexCursor(PartitionTxn) - Constructor for class org.apache.directory.server.xdbm.EmptyIndexCursor
 
EmptyOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
An EmptySuffix context used for Interceptors.
EmptyOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
Creates a new instance of EmptyOperationContext.
enableSchema(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
enableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
enableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
ENC_AP_REP_PART_CTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_AP_REP_PART_CUSEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_AP_REP_PART_SEQ_NUMBER_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_AP_REP_PART_SUB_KEY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_AP_REP_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncAPRepPart's tags
ENC_AS_REP_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncAsRepPart's tags
ENC_KDC_REP_PART_AUTH_TIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_CADDR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_END_TIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_FLAGS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_KEY_EXPIRATION_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_KEY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncKdcRepPart tags
ENC_KDC_REP_PART_LAST_REQ_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_NONCE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_RENEW_TILL_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_SREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KDC_REP_PART_START_TIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_PART_NONCE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_PART_RECIPIENT_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_PART_SENDER_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncKrbCredPart tags
ENC_KRB_CRED_PART_TIMESTAMP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_PART_USEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_CRED_TICKET_INFO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_RECIPIENT_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_SENDER_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_SEQ_NUMBER_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncKrbPrivPart
ENC_KRB_PRIV_PART_TIMESTAMP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_USEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_KRB_PRIV_PART_USER_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TGS_REP_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncTgsRepPart's tags
ENC_TICKET_PART_AUTHORIZATION_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_AUTHTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_CADDR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_CNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_CREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_ENDTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_FLAGS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_KEY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_RENEWTILL_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_STARTTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TICKET_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncTicketPart tags
ENC_TICKET_PART_TRANSITED_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENC_TKT_IN_SKEY - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - encrypted key in skey.
EncApRepPart - Class in org.apache.directory.shared.kerberos.messages
Encrypted part of the application response.
EncApRepPart() - Constructor for class org.apache.directory.shared.kerberos.messages.EncApRepPart
Creates a new instance of EncApRepPart.
EncApRepPartContainer - Class in org.apache.directory.shared.kerberos.codec.encApRepPart
The EncApRepPart container stores the EncApRepPart decoded by the Asn1Decoder.
EncApRepPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartContainer
Creates a new EncApRepPartContainer object.
EncApRepPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encApRepPart
This class implements the EncApRepPart structure.
EncApRepPartInit - Class in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
The action used to initialize the EncApRepPart object
EncApRepPartInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.EncApRepPartInit
Instantiates a new EncApRepPartInit action.
EncApRepPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encApRepPart
This class store the EncApRepPart grammar's constants.
EncAsRepPart - Class in org.apache.directory.shared.kerberos.messages
EncASRepPart message.
EncAsRepPart() - Constructor for class org.apache.directory.shared.kerberos.messages.EncAsRepPart
Creates a new instance of EncAsRepPart.
EncAsRepPartContainer - Class in org.apache.directory.shared.kerberos.codec.encAsRepPart
The EncAsRepPart container stores the EncAsRepPart decoded by the Asn1Decoder.
EncAsRepPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartContainer
Creates a new EncAsRepPartContainer object.
EncAsRepPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encAsRepPart
This class implements the EncAsRepPart structure.
EncAsRepPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encAsRepPart
This class store the EncAsRepPart grammar's constants.
encKdcRepPart - Variable in class org.apache.directory.kerberos.client.AbstractTicket
 
EncKdcRepPart - Class in org.apache.directory.shared.kerberos.components
Base class for encrypted parts of KDC responses.
EncKdcRepPart() - Constructor for class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Creates a new instance of EncKdcRepPart.
encKdcRepPart - Variable in class org.apache.directory.shared.kerberos.components.KdcRep
The decoded KDC-REP part
EncKdcRepPartContainer - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart
The EncKdcRepPart container stores the EncKdcRepPart decoded by the Asn1Decoder.
EncKdcRepPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartContainer
Creates a new EncKdcRepPartContainer object.
EncKdcRepPartGrammar - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart
This class implements the EncKdcRepPart structure.
EncKdcRepPartInit - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to initialize the EncKdcRepPart object
EncKdcRepPartInit() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.EncKdcRepPartInit
Instantiates a new EncKdcRepPartInit action.
EncKdcRepPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.EncKdcRepPart
This class stores the EncKdcRepPart grammar's constants.
EncKrbCredPart - Class in org.apache.directory.shared.kerberos.components
EncKrbCredPart ::= [APPLICATION 29] SEQUENCE { ticket-info [0] SEQUENCE OF KrbCredInfo, nonce [1] UInt32 OPTIONAL, timestamp [2] KerberosTime OPTIONAL, usec [3] Microseconds OPTIONAL, s-address [4] HostAddress OPTIONAL, r-address [5] HostAddress OPTIONAL }
EncKrbCredPart() - Constructor for class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
EncKrbCredPartContainer - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart
The EncKrbCredPart container stores the EncKrbCredPart decoded by the Asn1Decoder.
EncKrbCredPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartContainer
Creates a new EncKrbCredPartContainer object.
EncKrbCredPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart
This class implements the EncKrbCredPart structure.
EncKrbCredPartInit - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
The action used to initialize the EncKrbCredPart object
EncKrbCredPartInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.EncKrbCredPartInit
Instantiates a new EncKrbCredPartInit action.
EncKrbCredPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encKrbCredPart
This class stores the EncKrbCredPart grammar's constants.
EncKrbPrivPart - Class in org.apache.directory.shared.kerberos.components
The EncKrbPrivPart structure is used to store a EncKrbPrivPart associated to a type.
EncKrbPrivPart() - Constructor for class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
EncKrbPrivPartContainer - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart
The EncKrbPrivPart container stores the EncKrbPrivPart decoded by the Asn1Decoder.
EncKrbPrivPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartContainer
Creates a new EncKrbPrivPartContainer object.
EncKrbPrivPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart
This class implements the EncKrbPrivPart structure.
EncKrbPrivPartInit - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
The action used to initialize the EncKrbPrivPart object
EncKrbPrivPartInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.EncKrbPrivPartInit
Instantiates a new EncKrbPrivPartInit action.
EncKrbPrivPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encKrbPrivPart
This class stores the EncKrbPrivPart grammar's constants.
encode(ByteBuffer, DhcpMessage) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
Converts a DhcpMessage object into a byte buffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
encode(IoBuffer, DnsMessage) - Method in class org.apache.directory.server.dns.io.encoder.DnsMessageEncoder
Encodes the DnsMessage into the IoBuffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsTcpEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsUdpEncoder
 
encode(AbstractPasswordMessage, boolean) - Static method in class org.apache.directory.server.kerberos.changepwd.io.ChangePasswordEncoder
 
encode(ByteBuffer) - Method in class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
 
encode(ByteBuffer) - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
 
encode(ByteBuffer) - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
 
encode(ByteBuffer) - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosEncoder
 
encode(ByteBuffer, NtpMessage) - Method in class org.apache.directory.server.ntp.io.NtpMessageEncoder
Encodes the NtpMessage into the ByteBuffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.ntp.protocol.NtpEncoder
 
encode(Asn1Object, boolean) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosEncoder
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
Encode the AD-AND-OR message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
Encode the AD-KDCIssued message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Encode the EncryptedData message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.Checksum
Encode the Checksum message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Encode the EncKdcRepPart message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Encode the EncryptedData message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Encode the EncryptionKey message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Encode the ETypeInfo message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Encode the ETypeInfo2 message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Encode the ETYPE-INFO2-ENTRY message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Encode the ETYPE-INFO-ENTRY message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Encode the HostAddress message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Encode the HostAddress message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Encode the KDC-REP component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.KdcReq
Encode the KDC-REQ component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Encode the KDC-REQ-BODY component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.LastReq
Encode the LastReq message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.MethodData
Encode the METHOD-DATA message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.PaData
Encode the PreAuthenticationData message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Encode the PA-ENC-TS-ENC message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Encode the PrincipalName message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
Encode the TransitedEncoding message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.TypedData
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.ApRep
Encode the AP-REP component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Encode the AP-REQ component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Encode the AS-REP component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.AsReq
Encode the AS-REQ component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
Encode the Authenticator message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
Encode the EncApRepPart message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.EncAsRepPart
Encode the EncAsRepPart component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.EncTgsRepPart
Encode the EncTgsRepPart component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
Encode the KRB-ERROR message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.KrbPriv
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Encode the TGS-REP component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.TgsReq
Encode the TGS-REQ component
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Encode the Ticket message to a PDU.
encodeOptions(OptionsField, ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
 
encrypt(EncryptionKey, byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.CipherTextHandler
 
encrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
encrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
encrypt(byte[], byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
ENCRYPTED_DATA_CIPHER_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ENCRYPTED_DATA_ETYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
Encrypteddata's tags
ENCRYPTED_DATA_KVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
EncryptedData - Class in org.apache.directory.shared.kerberos.components
A structure storing an encrypted data element.
EncryptedData() - Constructor for class org.apache.directory.shared.kerberos.components.EncryptedData
Creates a new instance of EncryptedData.
EncryptedData(EncryptionType, int, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptedData
Creates a new instance of EncryptedData.
EncryptedData(EncryptionType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptedData
Creates a new instance of EncryptedData.
EncryptedDataContainer - Class in org.apache.directory.shared.kerberos.codec.encryptedData
The EncryptedData container stores the EncryptedData decoded by the Asn1Decoder.
EncryptedDataContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataContainer
Creates a new EncryptedDataContainer object.
EncryptedDataGrammar - Class in org.apache.directory.shared.kerberos.codec.encryptedData
This class implements the EncryptedData structure.
EncryptedDataInit - Class in org.apache.directory.shared.kerberos.codec.encryptedData.actions
The action used to initialize the EncryptedData object
EncryptedDataInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptedData.actions.EncryptedDataInit
Instantiates a new EncryptedDataInit action.
EncryptedDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encryptedData
This class store the EncryptedData grammar's constants.
ENCRYPTION_KEY_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncryptionKey tags
ENCRYPTION_KEY_VALUE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
EncryptionEngine - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
 
EncryptionEngine() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
EncryptionKey - Class in org.apache.directory.shared.kerberos.components
A Kerberos symmetric encryption key, which includes metadata support for the associated key type and key version number.
EncryptionKey() - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKey(EncryptionType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKey(EncryptionType, byte[], int) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKeyContainer - Class in org.apache.directory.shared.kerberos.codec.encryptionKey
The EncryptionKey container stores the EncryptionKey decoded by the Asn1Decoder.
EncryptionKeyContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
Creates a new EncryptionKeyContainer object.
EncryptionKeyGrammar - Class in org.apache.directory.shared.kerberos.codec.encryptionKey
This class implements the EncryptionKey structure.
EncryptionKeyInit - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
The action used to initialize the EncryptionKey object
EncryptionKeyInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.EncryptionKeyInit
Instantiates a new EncryptionKeyInit action.
EncryptionKeyStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encryptionKey
This class store the EncryptionKey grammar's constants.
EncryptionType - Enum in org.apache.directory.shared.kerberos.codec.types
A type-safe enumeration of Kerberos encryption types.
EncTgsRepPart - Class in org.apache.directory.shared.kerberos.messages
EncTGSRepPart message.
EncTgsRepPart() - Constructor for class org.apache.directory.shared.kerberos.messages.EncTgsRepPart
Creates a new instance of EncTgsRepPart.
EncTgsRepPartContainer - Class in org.apache.directory.shared.kerberos.codec.encTgsRepPart
The EncTgsRepPart container stores the EncTgsRepPart decoded by the Asn1Decoder.
EncTgsRepPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartContainer
Creates a new EncTgsRepPartContainer object.
EncTgsRepPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encTgsRepPart
This class implements the EncTgsRepPart structure.
EncTgsRepPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encTgsRepPart
This class store the EncTgsRepPart grammar's constants.
EncTicketPart - Class in org.apache.directory.shared.kerberos.components
EncTicketPart ::= [APPLICATION 3] SEQUENCE { flags [0] TicketFlags, key [1] EncryptionKey, crealm [2] Realm, cname [3] PrincipalName, transited [4] TransitedEncoding, authtime [5] KerberosTime, starttime [6] KerberosTime OPTIONAL, endtime [7] KerberosTime, renew-till [8] KerberosTime OPTIONAL, caddr [9] HostAddresses OPTIONAL, authorization-data [10] AuthorizationData OPTIONAL }
EncTicketPart() - Constructor for class org.apache.directory.shared.kerberos.components.EncTicketPart
 
EncTicketPartContainer - Class in org.apache.directory.shared.kerberos.codec.encTicketPart
The EncTicketPart container stores the EncTicketPart decoded by the Asn1Decoder.
EncTicketPartContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartContainer
Creates a new EncTicketPartContainer object.
EncTicketPartGrammar - Class in org.apache.directory.shared.kerberos.codec.encTicketPart
This class implements the EncTicketPart structure.
EncTicketPartInit - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to initialize the EncTicketPart object
EncTicketPartInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.EncTicketPartInit
Instantiates a new EncTicketPartInit action.
EncTicketPartStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encTicketPart
This class store the EncTicketPart grammar's constants.
endSessionTransaction(boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Set the flag indicating we have received the sendTransaction extended operation
endSessionTransaction(boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Set the flag indicating we have received the sendTransaction extended operation
EndTransactionHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the EndTransaction extended request operation
EndTransactionHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
 
engineAliases() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineContainsAlias(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineDeleteEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateAlias(Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateChain(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCreationDate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetKey(String, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsCertificateEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsKeyEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineLoad(InputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetCertificateEntry(String, Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSize() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineStore(OutputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
entry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The entry associated with the target entry of this OperationContext
ENTRY - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the whole entry.
ENTRY_DELETED_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_DELETED_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_PARENT_ID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_PARENT_ID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryAdded(AddOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been added.
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a ADD operation.
entryCsnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
entryCsnIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on entryCSN attribute
EntryCursorAdaptor - Class in org.apache.directory.server.core.partition.impl.btree
Adapts index cursors to return just Entry objects.
EntryCursorAdaptor(PartitionTxn, AbstractBTreePartition, PartitionSearchResult) - Constructor for class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryDeleted(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been deleted.
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Delete operation.
entryDnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
EntryFilter - Interface in org.apache.directory.server.core.api.filtering
An entry filter is used to modify search results while they are being returned from Cursors over ServerEntry objects.
EntryFilteringCursor - Interface in org.apache.directory.server.core.api.filtering
A wrapper on top of a Cursor used to filter entries we get from the backend.
EntryFilteringCursorImpl - Class in org.apache.directory.server.core.api.filtering
A Cursor which uses a list of filters to selectively return entries and/or modify the contents of entries.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager, EntryFilter) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a single filter initially: more can be added later after creation.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a no filter initially: more can be added later after creation.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager, List<EntryFilter>) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a list of filters initially: more can be added later after creation.
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryModified(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been modified.
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Modify operation.
entryMoved(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry is moved.
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Move operation.
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry is moved and renamed at the same time.
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a MoveAndRename operation.
entryRenamed(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been renamed.
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Rename operation.
EntrySerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a ServerEntry.
EntrySerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
Creates a new instance of ServerEntrySerializer.
entrySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
EntryToResponseCursor - Class in org.apache.directory.server.core.api
A cursor to get SearchResponses after setting the underlying cursor's ServerEntry object in SearchResultEnty object
EntryToResponseCursor(SearchRequest, int, Cursor<Entry>) - Constructor for class org.apache.directory.server.core.api.EntryToResponseCursor
 
entryUuidAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
EnumConverter<K> - Interface in org.apache.directory.server.dns.util
An interface that allows an Enum to be converted to another type, such as an integer or long.
EqualityCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching an equality assertion filter.
EqualityCursor(PartitionTxn, Store, EqualityEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
Creates a new instance of an EqualityCursor
EqualityEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
EqualityEvaluator(EqualityNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Creates a new EqualityEvaluator
equals(Object) - Method in class org.apache.directory.server.core.api.changelog.Tag
equals(Object) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
equals(Object) - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
equals(Object) - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
equals(ReplayCacheImpl.ReplayCacheEntry) - Method in class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl.ReplayCacheEntry
Returns whether this ReplayCacheImpl.ReplayCacheEntry is equal to another ReplayCacheImpl.ReplayCacheEntry.
equals(Object) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
equals(Object) - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
equals(Object) - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
equals(Object) - Method in class org.apache.directory.server.xdbm.IndexEntry
 
equals(Object) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.Checksum
 
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
 
equals(ETypeInfo) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Returns true if two ETypeInfo are equal.
equals(ETypeInfo2) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Returns true if two ETypeInfo2 are equal.
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Returns whether one HostAddress is equal to another.
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Returns true if two HostAddresses are equal.
equals(MethodData) - Method in class org.apache.directory.shared.kerberos.components.MethodData
Returns true if two MethodData are equal.
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
equals(Object) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
equals(Object) - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
equals(Object) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
err(I18n, Object...) - Static method in enum org.apache.directory.server.i18n.I18n
Translate an error code with argument(s)
ErrorType - Class in org.apache.directory.shared.kerberos.exceptions
A type-safe enumeration of Kerberos error types.
EthernetEncapsulation - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies whether or not the client should use Ethernet Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the interface is an Ethernet.
EthernetEncapsulation() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.EthernetEncapsulation
 
ETYPE_INFO2_ENTRY_ETYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
ETYPE-INFO2-ENTRY tags
ETYPE_INFO2_ENTRY_S2KPARAMS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ETYPE_INFO2_ENTRY_SALT_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ETYPE_INFO_ENTRY_ETYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
ETYPE-INFO-ENTRY tags
ETYPE_INFO_ENTRY_SALT_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
ETypeInfo - Class in org.apache.directory.shared.kerberos.components
Store a list of ETYPE-INFO The ASN.1 grammar is :
ETypeInfo() - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo
Creates a new instance of ETypeInfo.
ETypeInfo(ETypeInfoEntry[]) - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo
Creates a new instance of ETypeInfo.
ETypeInfo2 - Class in org.apache.directory.shared.kerberos.components
Store a list of ETYPE-INFO2.
ETypeInfo2() - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo2
Creates a new instance of ETypeInfo2.
ETypeInfo2(ETypeInfo2Entry[]) - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo2
Creates a new instance of ETypeInfo2.
ETypeInfo2Container - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2
The ETypeInfo container stores the ETYPE-INFO2 decoded by the Asn1Decoder.
ETypeInfo2Container() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Container
Creates a new ETypeInfo2Container object.
ETypeInfo2Entry - Class in org.apache.directory.shared.kerberos.components
Provides encryption info information sent to the client.
ETypeInfo2Entry() - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Creates a new instance of ETypeInfo2Entry.
ETypeInfo2Entry(EncryptionType) - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
 
ETypeInfo2EntryContainer - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry
The ETypeInfo2Entry container stores the ETYPE-INFO2-ENTRY decoded by the Asn1Decoder.
ETypeInfo2EntryContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryContainer
Creates a new ETypeInfo2EntryContainer object.
ETypeInfo2EntryGrammar - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry
This class implements the ETYPE-INFO2-ENTRY structure.
ETypeInfo2EntryInit - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions
The action used to initialize the ETYPE-INFO2-ENTRY object
ETypeInfo2EntryInit() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.ETypeInfo2EntryInit
Instantiates a new ETypeInfo2EntryInit action.
ETypeInfo2EntryStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry
This class store the ETYPE-INFO2-ENTRY grammar's constants.
ETypeInfo2Grammar - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2
This class implements the ETYPE-INFO2 structure.
ETypeInfo2StatesEnum - Enum in org.apache.directory.shared.kerberos.codec.etypeInfo2
This class store the ETYPE-INFO2 grammar's constants.
ETypeInfoContainer - Class in org.apache.directory.shared.kerberos.codec.etypeInfo
The ETypeInfo container stores the ETYPE-INFO decoded by the Asn1Decoder.
ETypeInfoContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoContainer
Creates a new ETypeInfoContainer object.
ETypeInfoEntry - Class in org.apache.directory.shared.kerberos.components
Provides encryption info information sent to the client.
ETypeInfoEntry(EncryptionType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Creates a new instance of ETypeInfoEntry.
ETypeInfoEntry() - Constructor for class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Creates a new instance of ETypeInfoEntry.
ETypeInfoEntryContainer - Class in org.apache.directory.shared.kerberos.codec.etypeInfoEntry
The ETypeInfoEntry container stores the ETYPE-INFO-ENTRY decoded by the Asn1Decoder.
ETypeInfoEntryContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryContainer
Creates a new ETypeInfoEntryContainer object.
ETypeInfoEntryGrammar - Class in org.apache.directory.shared.kerberos.codec.etypeInfoEntry
This class implements the ETYPE-INFO-ENTRY structure.
ETypeInfoEntryInit - Class in org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions
The action used to initialize the ETYPE-INFO-ENTRY object
ETypeInfoEntryInit() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.ETypeInfoEntryInit
Instantiates a new ETypeInfoEntryInit action.
ETypeInfoEntryStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.etypeInfoEntry
This class store the ETYPE-INFO-ENTRY grammar's constants.
ETypeInfoGrammar - Class in org.apache.directory.shared.kerberos.codec.etypeInfo
This class implements the ETYPE-INFO structure.
ETypeInfoStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.etypeInfo
This class store the ETYPE-INFO grammar's constants.
ETypeSequence - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the KDC-REQ-BODY EType sequence.
ETypeSequence() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.ETypeSequence
Instantiates a new ETypeSequence action.
evaluate(ExprNode, Dn, Entry) - Method in interface org.apache.directory.server.core.api.event.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.ExpressionEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.ScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.SubstringEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Attribute) - Method in class org.apache.directory.server.core.api.subtree.RefinementEvaluator
 
evaluate(SimpleNode, Attribute) - Method in class org.apache.directory.server.core.api.subtree.RefinementLeafEvaluator
Evaluates whether or not a simple leaf node of a refinement filter selects an entry based on the entry's objectClass attribute values.
evaluate(SubtreeSpecification, Dn, Dn, Entry) - Method in class org.apache.directory.server.core.api.subtree.SubtreeEvaluator
Determines if an entry is selected by a subtree specification.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
Evaluator - Interface in org.apache.directory.server.core.api.event
Tests if an entry is eligible for return by evaluating a filter expression on the candidate.
Evaluator<N extends org.apache.directory.api.ldap.model.filter.ExprNode> - Interface in org.apache.directory.server.xdbm.search
Evaluates candidate entries to see if they match a filter expression.
evaluator(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Builds an Evaluator for a filter expression.
evaluator(PartitionTxn, ExprNode) - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Builds an Evaluator for a filter expression.
EvaluatorBuilder - Class in org.apache.directory.server.xdbm.search.impl
Top level filter expression evaluator builder implemenation.
EvaluatorBuilder(Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
EVENT_ID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
EVENT_ID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
EventInterceptor - Class in org.apache.directory.server.core.event
An Interceptor based service for notifying DirectoryListeners of changes to the DIT.
EventInterceptor() - Constructor for class org.apache.directory.server.core.event.EventInterceptor
Creates a new instance of a EventInterceptor.
EventListenerAdapter - Class in org.apache.directory.server.core.jndi
A DirectoryListener implementation which adapts call back to methods notifying of changes to the DIT into NamingEvents for use with the ApacheDS DirectoryService JNDI provider.
EventListenerAdapter(ServerLdapContext, NamingListener) - Constructor for class org.apache.directory.server.core.jndi.EventListenerAdapter
 
EventListenerAdapter(ServerLdapContext, NamingListener, SearchControls) - Constructor for class org.apache.directory.server.core.jndi.EventListenerAdapter
 
EventService - Interface in org.apache.directory.server.core.api.event
Interface used by the DirectoryService to manage subscriptions for DIT change notifications.
EventType - Enum in org.apache.directory.server.core.api.event
The different kinds of events a DirectoryListener may register for notification on using the EventService.
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
ExceptionInterceptor - Class in org.apache.directory.server.core.exception
An Interceptor that detects any operations that breaks integrity of Partition and terminates the current invocation chain by throwing a Exception.
ExceptionInterceptor() - Constructor for class org.apache.directory.server.core.exception.ExceptionInterceptor
Creates an interceptor that is also the exception handling service.
execute(DnsContext, DnsMessage) - Static method in class org.apache.directory.server.dns.service.DomainNameService
Creates a new instance of DomainNameService.
execute(IoHandlerCommand.NextCommand, IoSession, Object) - Method in class org.apache.directory.server.dns.service.MonitorContext
 
execute(DirContext, Name) - Method in interface org.apache.directory.server.dns.store.jndi.DnsOperation
The command pattern execute method.
execute(DirContext, Name) - Method in class org.apache.directory.server.dns.store.jndi.operations.GetFlatRecord
Note that the base is a relative path from the exiting context.
execute(DirContext, Name) - Method in class org.apache.directory.server.dns.store.jndi.operations.GetRecords
Note that the base is a relative path from the exiting context.
execute(IoSession, ChangePasswordContext) - Static method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordService
 
execute(AuthenticationContext) - Static method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationService
Handle the authentication, given a specific context
execute(TicketGrantingContext) - Static method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingService
 
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.catalog.GetCatalog
Note that the base is relative to the existing context.
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Note that the base is a relative path from the existing context.
execute(Runnable) - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
 
execute(CoreSession, Dn) - Method in interface org.apache.directory.server.protocol.shared.store.DirectoryServiceOperation
The command pattern execute method.
execute() - Method in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Opens the LDIF file and loads the entries into the context.
exists(String) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an entry exists.
exists(Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an entry exists.
exists(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
exists(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
exists(String) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an entry exists.
exists(Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an entry exists.
ExitCodes - Class in org.apache.directory.server.wrapper
Exit codes for the bootstrappers.
ExpandingVisitor - Class in org.apache.directory.server.core.normalization
 
ExpandingVisitor(SchemaManager) - Constructor for class org.apache.directory.server.core.normalization.ExpandingVisitor
Creates a new instance of ExpandingVisitor.
ExpressionEvaluator - Class in org.apache.directory.server.core.api.event
Top level filter expression evaluator implementation.
ExpressionEvaluator(LeafEvaluator) - Constructor for class org.apache.directory.server.core.api.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which is already provided.
ExpressionEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
extended(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(ExtendedRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(Oid, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(Oid) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extendedOperation(ExtendedRequest) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
extendedOperation(ExtendedRequest) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
ExtendedOperationHandler<R extends org.apache.directory.api.ldap.model.message.ExtendedRequest,P extends org.apache.directory.api.ldap.model.message.ExtendedResponse> - Interface in org.apache.directory.server.ldap
An extension (hook) point that enables an implementor to provide his or her own LDAP 'Extended' operation.
ExtendedOpHandlerBean - Class in org.apache.directory.server.config.beans
A class used to store the LdapServerExtendedOpHandler configuration.
ExtendedOpHandlerBean() - Constructor for class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
Create a new LdapServerExtendedOpHandlerBean instance
ExtendedRequestHandler<R extends org.apache.directory.api.ldap.model.message.ExtendedRequest> - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ExtendedRequests.
ExtendedRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ExtendedRequestHandler
 
ExtendedResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ExtendedResponses.
ExtendedResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ExtendedResponseHandler
 
EXTENSION_OID - Static variable in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
 
ExtensionsPath - Class in org.apache.directory.server.dhcp.options.vendor
A string to specify a file, retrievable via TFTP, which contains information which can be interpreted in the same way as the 64-octet vendor-extension field within the BOOTP response, with the following exceptions: - the length of the file is unconstrained; - all references to Tag 18 (i.e., instances of the BOOTP Extensions Path field) within the file are ignored.
ExtensionsPath() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ExtensionsPath
 
ExternalSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.external.certificate
A SaslServer implementation for certificate based SASL EXTERNAL mechanism.
extract(File, boolean) - Static method in class org.apache.directory.server.config.LdifConfigExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
extractName(String) - Static method in class org.apache.directory.kerberos.client.KdcClientUtil
 
extractOrCopy(boolean) - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
extractOrCopy() - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
extractRealm(String) - Static method in class org.apache.directory.kerberos.client.KdcClientUtil
 
extractSingleFileConfig(File, String, boolean) - Static method in class org.apache.directory.server.config.LdifConfigExtractor
extracts or overwrites the configuration LDIF file and returns the absolute path of this file
extractStoredProcName(String) - Static method in class org.apache.directory.server.core.api.sp.StoredProcUtils
 
extractStoredProcUnitName(String) - Static method in class org.apache.directory.server.core.api.sp.StoredProcUtils
 

F

factory - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The Schema objetc factory
fanFold(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
"The top bit of each octet (always zero if the password is plain ASCII, as was assumed when the original specification was written) is discarded, and the remaining seven bits of each octet form a bitstring.
FCC_FVNO_1 - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
FCC_FVNO_2 - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
FCC_FVNO_3 - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
FCC_FVNO_4 - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
FCC_TAG_DELTATIME - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
fetch(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get back an entry knowing its UUID
fetch(PartitionTxn, String, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get back an entry knowing its UUID
fetch(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Get back an entry knowing its UUID
fetch(PartitionTxn, String, Dn) - Method in interface org.apache.directory.server.xdbm.Store
Get back an entry knowing its UUID
filter(AciContext, OperationScope, Entry) - Method in interface org.apache.directory.server.core.authz.support.ACITupleFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MaxValueCountFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MicroOperationFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
filter(File, Dn, Entry, CoreSession) - Method in interface org.apache.directory.server.protocol.shared.store.LdifLoadFilter
Filters entries loaded from LDIF files by a LdifFileLoader.
filterContents(SchemaManager, FilteringOperationContext, Entry) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Filters an entry accordingly to the requested Attribute list.
FilteringOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A context used to store the filter used to manage the Attributes the user ha srequested.
FilteringOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of FilteringOperationContext.
FilteringOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of FilteringOperationContext.
FilteringOperationContext(CoreSession, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of LookupOperationContext.
FilteringOperationContext(CoreSession, Dn, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of LookupOperationContext.
FilterNormalizingVisitor - Class in org.apache.directory.server.core.api.normalization
A filter visitor which normalizes leaf node values as it visits them.
FilterNormalizingVisitor(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Creates a new instance of NormalizingVisitor.
filters - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the filters to use while loading entries into the server
filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.SaslFilter
 
find(RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents within the system since revision 0.
find(long, long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred between a revision range inclusive.
find(Dn, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents on an entry.
find(Dn, SearchScope, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents on an entry base and/or it's children/descendants.
find(LdapPrincipal, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents triggered by a principal in the system.
find(ChangeType, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents of a particular change type.
find(AttributeType, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents altering a particular attributeType.
find(ObjectClass, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents altering a particular objectClass.
find(ExprNode, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents matched by the filter expression tree parameter.
find() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets a Cursor over all the ChangeLogEvents within the system since revision 0.
find(long, long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Finds the ChangeLogEvents that occurred between a revision range inclusive.
find(RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken since revision 0 until the current revision.
find(long, long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
find(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find an element in the array.
find(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Find a LinkedAvlNode with the given key value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
find(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Find a LinkedAvlMapNode with the given key value in the tree.
find(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Find a LinkedAvlMapNode with the given key and value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Find a LinkedAvlMapNode with the given key value in the tree.
find(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Find a LinkedAvlMapNode with the given key and value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Find a LinkedAvlNode with the given key value in the tree.
find() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets a Cursor over all the ChangeLogEvents within the system since revision 0.
find(long, long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Finds the ChangeLogEvents that occurred between a revision range inclusive.
findAfter(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred after a revision inclusive.
findAfter(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Finds the ChangeLogEvents that occurred after a revision exclusive.
findAfter(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken after a specific revision.
findAfter(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Finds the ChangeLogEvents that occurred after a revision exclusive.
findBefore(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred before a revision inclusive.
findBefore(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive.
findBefore(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken before a specific revision.
findBefore(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive.
findClass(String) - Method in class org.apache.directory.server.core.api.sp.java.LdapJavaStoredProcClassLoader
findClass(String) - Method in class org.apache.directory.server.core.api.sp.LdapClassLoader
findDesignatedHost(HardwareAddress) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find a host to with the explicitely designated hardware address.
findDesignatedHost(HardwareAddress) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
findExistingLease(HardwareAddress, Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find an existing lease in the store.
findExistingLease(HardwareAddress, Lease) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
findGreater(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key higher than the given key.
findGreater(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findGreater(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key higher than the given key.
findGreaterOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findGreaterOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is higher than the given key.
FINDING - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
findLess(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key which is lower than the given key.
findLess(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findLess(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key chich is lower than the given key.
findLessOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findLessOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is lower than the given key.
findPrincipalEntry(CoreSession, Dn, String) - Static method in class org.apache.directory.server.protocol.shared.kerberos.StoreUtils
Finds the Entry associated with the Kerberos principal name.
findStoredProcUnit(CoreSession, String) - Method in class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Finds and returns a stored procedure unit entry whose identifier name is extracted from fullSPName.
findSubnet(InetAddress) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find the subnet definition matching the given address.
findSubnet(InetAddress) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
Find the subnet for the given client address.
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
first() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
first() - Method in class org.apache.directory.server.core.api.filtering.CursorList
first() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
first() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
first() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
first() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
first() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
first() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
first() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
first() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
first() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
FLAG_BROADCAST - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Flag value: request broadcast answer.
forward - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the forward btree where the btree key is the value of the indexed attribute and the value of the btree is the entry id of the entry containing an attribute with that value
forward(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move forward in the index
forward - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the forward btree where the btree key is the value of the indexed attribute and the value of the btree is the entry id of the entry containing an attribute with that value
forward(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move forward in the index
forward - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
forward(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move forward in the index
forward(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Try to move forward in the index
forward(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Try to move forward in the index
FORWARD_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the key used for the forward btree name
FORWARD_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the key used for the forward btree name
FORWARDABLE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - forwardable.
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index, starting at a specific key
forwardCursor(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index
forwardCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index, starting at a specific key
FORWARDED - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - forwarded.
ForwardIndexComparator<K> - Class in org.apache.directory.server.core.partition.impl.btree
TupleComparator for index records.
ForwardIndexComparator(SerializableComparator<K>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Creates an IndexComparator.
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Search for a value using the Forward table
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Do a lookup using the forward table
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Search for a value using the Forward table
forwardLookup(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Search for a value using the Forward table
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index, starting at a specific key
forwardValueCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index, starting at a specific key
FrameworkRunner - Class in org.apache.directory.server.core.integ
The class responsible for running all the tests.
FrameworkRunner(Class<?>) - Constructor for class org.apache.directory.server.core.integ.FrameworkRunner
Creates a new instance of FrameworkRunner.
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
FULLY_QUALIFIED_JAVA_CLASS_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
FULLY_QUALIFIED_JAVA_CLASS_NAME_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 

G

generateCertificate(X500Name, X500Name, KeyPair, int, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Generate a Certificate signed by a CA certificate
generateChallenge(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmProvider
Handles a Type 1 NTLM response from the client to generate an NTLM Type 2 challenge message.
generateKey(String) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Returns a DES symmetric key for the given input String.
generateSelfSignedCertificate(X500Name, KeyPair, int, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Create a self signed certificate
get(String) - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
get(AttributeType) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
get(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
get() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
get() - Method in class org.apache.directory.server.core.api.filtering.CursorList
get() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
get(int) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the element at a given position
get() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
get() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
get() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
get(Class) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Return the (first) DHCP option matching a given option class or null of the option isn't set.
get(int) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Return the (first) DHCP option matching a given tag or null of the option isn't set.
get(String) - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
get(String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
get(K) - Method in class org.apache.directory.server.dns.util.ReverseEnumMap
Return the enum given an ordinal value.
get() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
get(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
get() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
get() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
get() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
get(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the value of a record by key if the key exists.
get(int) - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Returns the value of the option at the given index.
getAbandonRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAcceptedIssuers() - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getAcceptor() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
getAccessControlAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getAccessControlAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getAccessControlSap() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getAccessControlSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getAciTuples() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getACITuples(String) - Method in class org.apache.directory.server.core.authz.TupleCache
 
getAcquired() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getActionTimeMappedTriggerSpecsForOperation(List<TriggerSpecification>, LdapOperation) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
Return a selection of trigger specifications for a certain type of trigger action time.
getAdAndOr() - Method in class org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrContainer
 
getAdChecksum() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
getAdData() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
getAdDataRef() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
getAdditionalRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getAdditionalTickets() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the additional Tickets.
getAddRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAddResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAddress() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getAddress() - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
getAddress() - Method in class org.apache.directory.server.dhcp.store.Host
 
getAddress() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getAddress() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getAddress() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getAddress() - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Get the bytes for this address.
getAddresses() - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
Returns the contained HostAddresss as an array.
getAddresses() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the HostAddresses.
getAddrType() - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Returns the HostAddrType of this HostAddress.
getAdIfRelevant() - Method in class org.apache.directory.shared.kerberos.codec.adIfRelevant.AdIfRelevantContainer
 
getAdKdcIssued() - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKdcIssuedContainer
 
getAdMandatoryForKdc() - Method in class org.apache.directory.shared.kerberos.codec.adMandatoryForKdc.AdMandatoryForKdcContainer
 
getAdminConnection(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using the default admin Dn uid=admin,ou=system and password "secret"
getAdminConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server.
getAdministrativeRole() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getAdministrativeRoleIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAdminNetworkConnection(LdapServer) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound to the Admin user (uid=admin,ou=system).
getAdminSession() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getAdminSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getAdminSession() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getAdType() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
getAfterPosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array, or the position of the closest greater element in the array.
getAlgoNameFromEncType(EncryptionType) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
 
getAlgorithm() - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
 
getAliasCache() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAliasCache() - Method in interface org.apache.directory.server.xdbm.Store
 
getAliasDerefMode() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getAliasDerefMode() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getAliasDerefMode() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getAllIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
getAllowableClockSkew() - Method in class org.apache.directory.server.kerberos.KerberosConfig
Returns the allowable clock skew.
getAlteredEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Returns the entry after it has been renamed and potentially changed for Rdn alterations.
getAnonymousNetworkConnection(LdapServer) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(String, int) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(String, int) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousPrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the anonymous LDAP principal used to authenticate.
getAnonymousPrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the anonymous LDAP principal used to authenticate.
getAnswerRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getApacheDsConfigurationLdifFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the apacheds configuration ldif file ('<instance>/conf/config.ldif').
getApOptions() - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
getApOptions() - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Returns the ApOptions.
getApplicationReply() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
Returns the ApRep instance.
getApRep() - Method in class org.apache.directory.shared.kerberos.codec.apRep.ApRepContainer
 
getApReq() - Method in class org.apache.directory.shared.kerberos.codec.apReq.ApReqContainer
 
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector
 
getAsRep() - Method in class org.apache.directory.shared.kerberos.codec.asRep.AsRepContainer
 
getAsReq() - Method in class org.apache.directory.shared.kerberos.codec.asReq.AsReqContainer
 
getAssignedClientAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getAssociatedClass() - Method in interface org.apache.directory.server.core.jndi.ServerDirObjectFactory
Gets the Class instance associated with this ObjectFactory.
getAssociatedClass() - Method in interface org.apache.directory.server.core.jndi.ServerDirStateFactory
Gets the Class instance associated with this StateFactory.
getAtProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
getAtProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getAttribute(List<Modification>, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Utility method to extract an attribute from a list of modifications.
getAttribute() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Gets the attribute this Index is built upon.
getAttribute() - Method in interface org.apache.directory.server.xdbm.Index
Gets the attribute this Index is built upon.
getAttributeId() - Method in class org.apache.directory.server.xdbm.AbstractIndex
 
getAttributeId() - Method in interface org.apache.directory.server.xdbm.Index
Gets the attribute identifier set at configuration time for this index which may not be the OID but an alias name for the attributeType associated with this Index
getAttributes() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
getAttributes(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(String, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(Name, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(String, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getAttributeType() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getAttributeType() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAttributeType() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getAttributeType() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
getAttributeTypes() - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
 
getAttrValue() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAuthenticatedPrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the LDAP principal used to authenticate.
getAuthenticatedPrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the LDAP principal used to authenticate.
getAuthentication(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getAuthenticationLevel() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the authentication level associated with this session.
getAuthenticationLevel() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Gets the authentication level associated with this LDAP principle.
getAuthenticationLevel() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAuthenticationLevel(Hashtable) - Static method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the authentication level associated with this session.
getAuthenticator() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getAuthenticator() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getAuthenticator() - Method in class org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorContainer
 
getAuthenticator() - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Returns the EncryptedData.
getAuthenticatorClass() - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
 
getAuthenticatorId() - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
getAuthenticators() - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
getAuthenticators() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getAuthenticatorType() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Returns the type of this authenticator (e.g.
getAuthenticatorType() - Method in interface org.apache.directory.server.core.authn.Authenticator
Returns the type of this authenticator (e.g.
getAuthHeader() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
Returns the ApReq.
getAuthHeader() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getAuthHeader() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getAuthorityRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getAuthorizationData() - Method in class org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
 
getAuthorizationData() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
getAuthorizationData() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getAuthorizationData() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
Returns the AuthorizationData.
getAuthorizationID() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
getAuthTime() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getAuthTime() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the auth KerberosTime.
getAuthTime() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getAuthTime() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getAuthzData() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getAva() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
 
getBackLog() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getBackLog() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getBalance() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getBalance() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getBase() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getBaseDn() - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
getBaseDn() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
getBaseDn() - Method in interface org.apache.directory.server.core.authn.Authenticator
 
getBaseDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getBaseDn(String) - Method in interface org.apache.directory.server.protocol.shared.catalog.Catalog
Returns the base Dn for searches, given a zone or realm name.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Gets the id of the search base associated with the ScopeNode expression.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Gets the id of the search base associated with the ScopeNode expression.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
getBeforePosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array, or the position of the closest greater element in the array.
getBestEncryptionType(Set<EncryptionType>, Set<EncryptionType>) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Get the matching encryption type from the configured types, searching into the requested types.
getBinaryAttributeDetector() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getBindDn() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getBindRequest() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getBindRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getBindResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getBindStatus() - Method in class org.apache.directory.server.ldap.LdapSession
 
getBit(byte[], int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Gets a bit at a given position.
getBit(byte[], int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getBitGroup(byte[], int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getBootFileName() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getBTree() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
 
getByName(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Get the EncryptionType given a String.
getBytes() - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Byte-reversing methods are an anomaly of the BouncyCastle DERBitString endianness.
getBytes() - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
getBytesFromFile(File) - Static method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Returns the contents of the File in a byte array.
getByteValue() - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
getByValue(int) - Static method in enum org.apache.directory.kerberos.client.ChangePasswordResultCode
 
getCacheContent() - Static method in class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
 
getCacheDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'cache' directory ('<instance>/cache').
getCacheSize() - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
 
getCacheSize() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Always returns 0 (zero), cause this is a in-memory store
getCacheSize() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the entry cache size for this BTreePartition.
getCacheSize() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Gets the size of the index cache in terms of the number of index entries to be cached.
getCacheSize() - Method in interface org.apache.directory.server.xdbm.Index
Gets the size of the index cache in terms of the number of index entries to be cached.
getCacheSize() - Method in interface org.apache.directory.server.xdbm.Store
Gets the cache size for this store.
getCandidateSet() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
GetCatalog - Class in org.apache.directory.server.protocol.shared.catalog
A Session operation for building a catalog.
GetCatalog() - Constructor for class org.apache.directory.server.protocol.shared.catalog.GetCatalog
 
getCause() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
getCertificate(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Gets the certificate associated with the self signed TLS private/public key pair.
getCertificatePassword() - Method in class org.apache.directory.server.ldap.LdapServer
 
getChangeLog() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getChangeLog() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
getChangeLog() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
getChangeLogEvent() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getChangeLogEvent() - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
Gets the ChangeLogEvent associated with this operation after the operation has been executed.
getChangeLogId() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
getChangeLogSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the change log query engine which would be used to ask questions about what changed, when, how and by whom.
getChangeLogSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.SearchableChangeLogStore
Get's the search engine for this SearchableChangeLogStore.
getChangeLogSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the change log query engine which would be used to ask questions about what changed, when, how and by whom.
getChangeLogStore() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
getChangeLogStore() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getChangePasswordServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getChangePwdServer() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
getChangeType() - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
 
getCheckQuality(int) - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Get back the CheckQualityEnum instance associated with a given value
getChecksum() - Method in class org.apache.directory.shared.kerberos.codec.checksum.ChecksumContainer
 
getChecksum() - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
 
getChecksumLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getChecksumLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
getChecksumLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getChecksumType() - Method in class org.apache.directory.shared.kerberos.components.Checksum
Returns the ChecksumType.
getChecksumValue() - Method in class org.apache.directory.shared.kerberos.components.Checksum
Returns the checksum value.
getChildCount(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
getChildCount(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the count of immediate children of the given entry UUID.
getChildCount(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the count of immediate children of the given entry UUID.
getChngPwdData() - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataContainer
 
getCipher() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Returns the raw cipher text.
getCipherSuite() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getCipherTextHandler() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getCipherTextHandler() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getCksum() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getClassByTag(int) - Static method in class org.apache.directory.server.dhcp.options.DhcpOption
 
getClientAddress() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the socket address of the LDAP client or null if there is no LDAP client associated with the session.
getClientAddress() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getClientAddress() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the socket address of the LDAP client or null if there is no LDAP client associated with the session.
getClientAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getClientAddress() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getClientAddress() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getClientAddresses() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getClientAddresses() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the client HostAddresses.
getClientAddresses() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getClientAddresses() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getClientEntry() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
getClientKey() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
getClientName() - Method in class org.apache.directory.kerberos.client.TgTicket
 
getClientName() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getClientPrincipal() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getClientRealm() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getClonedEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getCName() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getCName() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getCName() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Returns the client PrincipalName.
getCName() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
getCName() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getCName() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getCode() - Method in class org.apache.directory.kerberos.client.ChangePasswordResult
 
getCode() - Method in enum org.apache.directory.server.dhcp.messages.MessageType
 
getCode() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the code associated with this reference identifier type.
getCodecService() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getCollectiveAttribute() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getCollectiveAttributeAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getCollectiveAttributeAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getCollectiveAttributeSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCollectiveExclusions() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCommitterPrincipal() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getCommonName() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the common name.
getComparator() - Method in class org.apache.directory.server.core.avltree.ArrayTree
 
getComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
getComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
getComparator() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getCompareRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getCompareResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getConditionCount() - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
getConfDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'conf' directory ('<instance>/conf').
getConfig() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getConfig() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
getConfig() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getConfig() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getConfig() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
getConfig() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
 
getConfig() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
getConfigEntryDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getConfounderLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getConfounderLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
getConfounderLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getConnectControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getConnectControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getConnection() - Method in class org.apache.directory.server.bridge.http.BindResponseHolder
 
getConnectionAs(DirectoryService, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
getConnectionAs(DirectoryService, Dn, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
getConsumerEntryDn() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getContents() - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
Returns the contents.
getContext(String, DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getContext() - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getContext(IoSession, BindRequest, Hashtable<String, Object>) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Convenience method for acquiring an LdapContext for the client to use for the duration of a session.
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get the contextCSN
getContextEntry() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getContextEntry() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
 
getContextKey() - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
getContextKey() - Method in class org.apache.directory.server.dns.service.MonitorContext
 
getContextKey() - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
getContextPath() - Method in class org.apache.directory.server.integration.http.WebApp
 
getControls() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the controls enabled for this session.
getControls() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the controls enabled for this session.
getConvertedLdifEntries() - Method in class org.apache.directory.server.config.ConfigWriter
Gets the converted LDIF entries from the configuration bean.
getCookie() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compute a new key for this cookie, based on the current searchRequest hashCode and the current position.
getCookie() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getCookieValue() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCoreSession(String, DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getCoreSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the logical core DirectoryService session associated with this LdapSession.
getCount() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getCRealm() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getCRealm() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Returns the client realm.
getCRealm() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getCRealm() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getCreateTimestamp() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCreatorsName() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCredCacheFile() - Method in class org.apache.directory.kerberos.client.Kinit
 
getCredential(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getCredentials() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getCredentials() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getCredsList() - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
getCriteria() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
 
getCSN() - Method in interface org.apache.directory.server.core.api.DirectoryService
Get a new CSN
getCSN() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get a new CSN
getCsn(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
returns the CSN present in cookie
getCtime() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getCTime() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
Returns the client KerberosTime.
getCTime() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getCurrentAD() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
getCurrentAdData() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
getCurrentAdType() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
getCurrentClientAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getCurrentDataType() - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
getCurrentDataValue() - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
getCurrentInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getCurrentInterceptor() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getCurrentLR() - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
getCurrentLrType() - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
getCurrentLrValue() - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
getCurrentMechanism() - Method in class org.apache.directory.server.ldap.LdapSession
Get the mechanism selected by a user during a SASL Bind negotiation.
getCurrentPosition() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the current revision for the server.
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets the current revision of the server (a.k.a.
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Gets the current revision of the server (a.k.a.
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the current revision for the server.
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets the current revision of the server (a.k.a.
getCurrentRevision() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getCurrentTD() - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
getCursor() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getCursor() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCursor(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getCusec() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getCusec() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
getCusec() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getData() - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getData() - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Get the data (wire format) into a byte array.
getData() - Method in class org.apache.directory.server.dhcp.options.IntOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.StringOption
 
getDatagramAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDatagramAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDataType() - Method in class org.apache.directory.shared.kerberos.components.TypedData.TD
 
getDataValue() - Method in class org.apache.directory.shared.kerberos.components.TypedData.TD
 
getDate() - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.codec.KerberosProtocolCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
 
getDecryptedData(EncryptionKey, EncryptedData, KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getDecryptedData(EncryptionKey, EncryptedData, KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
getDecryptedData(EncryptionKey, EncryptedData, KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getDefaultConfig() - Static method in class org.apache.directory.kerberos.client.KdcConfig
 
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
}
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
}
getDefaultId() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
getDefaultPolicy() - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
getDelegateBaseDn() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateHost() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
getDelegateHost() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegatePort() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
getDelegatePort() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateSslTrustManagerFQCN() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateTlsTrustManagerFQCN() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDeleteOldRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getDeleteRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getDeleteResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getDepth() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getDepth() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getDescription() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
 
getDescription() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getDhcpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDirectory() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the base directory.
getDirectoryService() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getDirectoryService() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the DirectoryService this session is bound to.
getDirectoryService() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
getDirectoryService() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Returns DirectoryService for this authenticator.
getDirectoryService() - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Gets the directory service.
getDirectoryService() - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Gets the directory service.
getDirectoryService(Description) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create a DirectoryService from a Unit test annotation
getDirectoryService() - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create a DirectoryService from an annotation.
getDirectoryService() - Method in class org.apache.directory.server.core.integ.CreateDsRule
 
getDirectoryService() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getDirectoryService() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the DirectoryService this session is bound to.
getDirectoryService() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
getDirectoryService() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
getDirectoryService() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
getDirectoryServiceBean() - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceBean(String) - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceBeans() - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceId() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDirService() - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
 
getDistinguishedName() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the distinguished name.
getDn() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
getDn() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getDn() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getDn() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getDn() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getDn() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getDn() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getDn() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Gets a cloned copy of the normalized distinguished name of this principal as a Dn.
getDn() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets the distinguished name of the entry associated with this Context.
getDnFactory() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Dn factory.
getDnFactory() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Dn factory.
getDnsMessage() - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
Returns the DnsMessage.
getDnsServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDomainName() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The domain name of this query.
getDomainName() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getDomainName() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getDsReplicaId() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDsSyncPeriodMillis() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDsTestEntries() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDupsContainer(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
getEData() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getEffectivePrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the LDAP principal used for the effective identity associated with this session which may not be the same as the authenticated principal.
getEffectivePrincipal() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the effective principal for this operation which may not be the same as the authenticated principal when the session for this context has an explicit authorization id, or this operation was applied with the proxy authorization control.
getEffectivePrincipal() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the effective principal for this operation which may not be the same as the authenticated principal when the session for this context has an explicit authorization id, or this operation was applied with the proxy authorization control.
getEffectivePrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the LDAP principal used for the effective identity associated with this session which may not be the same as the authenticated principal.
getElements() - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
getElements() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
getEnabledCiphers() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getEnabledCipherSuites() - Method in class org.apache.directory.server.ldap.LdapServer
Deprecated.
Set this list in the TcpTransport class
getEnabledProtocols() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getEnabledProtocols() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getEnableSSL() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
getEncApRepPart() - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartContainer
 
getEncAsRepPart() - Method in class org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartContainer
 
getEncAuthorizationData() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the encrypted AuthorizationData as EncryptedData.
getEncKdcRepPart() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
getEncKdcRepPart() - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartContainer
 
getEncKdcRepPart() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
getEncKdcRepPart() - Method in class org.apache.directory.shared.kerberos.messages.EncAsRepPart
 
getEncKdcRepPart() - Method in class org.apache.directory.shared.kerberos.messages.EncTgsRepPart
 
getEncKrbCredPart() - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartContainer
 
getEncKrbPrivPart() - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartContainer
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.codec.KerberosProtocolCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
 
getEncPart() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Returns the encrypted part as EncryptedData.
getEncPart() - Method in class org.apache.directory.shared.kerberos.messages.ApRep
Returns the EncryptedData.
getEncPart() - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
getEncPart() - Method in class org.apache.directory.shared.kerberos.messages.KrbPriv
 
getEncPart() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Returns the EncryptedData.
getEncryptedData(EncryptionKey, byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getEncryptedData(EncryptionKey, byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
getEncryptedData(EncryptionKey, byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getEncryptedData() - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataContainer
 
getEncryptionKey() - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
 
getEncryptionType() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
Returns the encryption type to use for this session.
getEncryptionType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes128CtsSha1Encryption
 
getEncryptionType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes256CtsSha1Encryption
 
getEncryptionType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
getEncryptionType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesCbcCrcEncryption
 
getEncryptionType() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getEncryptionTypes() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
getEncryptionTypes() - Method in class org.apache.directory.server.kerberos.KerberosConfig
Returns the encryption types.
getEncryptionTypes() - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Get all the encryption types
getEncryptionTypesString(Set<EncryptionType>) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Build a list of encryptionTypes
getEncTgsRepPart() - Method in class org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartContainer
 
getEncTicketPart() - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartContainer
 
getEncTicketPart() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
 
getEndTime() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getEndTime() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the end KerberosTime.
getEndTime() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getEndTime() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getEndTime() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the end KerberosTime.
getEndTime() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the end KerberosTime.
getEntries() - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
getEntry() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getEntry() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the server entry associated with the target Dn of this OperationContext.
getEntry() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEntry() - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
Returns the ResourceRecord built by this ResourceRecordModifier.
getEntry(KerberosPrincipal, PrincipalStore, ErrorType) - Static method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingService
Get a PrincipalStoreEntry given a principal.
getEntry() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Returns the PrincipalStoreEntry.
getEntry() - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
 
getEntry() - Method in class org.apache.directory.server.xdbm.IndexEntry
getEntry(KerberosPrincipal, PrincipalStore, ErrorType) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Get a PrincipalStoreEntry given a principal.
getEntryACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryCSN() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryCsnIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getEntryCsnIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getEntryDN() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryDn() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEntryDn(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the Entry's Dn identified by the given id.
getEntryDn(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the Entry's Dn identified by the given id.
getEntryFilters() - Method in class org.apache.directory.server.core.api.filtering.CursorList
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
getEntryId(PartitionTxn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the entry's id.
getEntryId(PartitionTxn, Dn) - Method in interface org.apache.directory.server.xdbm.Store
Gets the entry's id.
getEntryUUID() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryView() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEnvironment() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getEnvironment() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getEnvironment(IoSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Convenience method for getting an environment suitable for acquiring an LdapContext for the client.
getError() - Method in exception org.apache.directory.shared.kerberos.exceptions.KerberosException
returns the KrbError message associated with this exception
getErrorCode() - Method in exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
getErrorCode() - Method in enum org.apache.directory.server.i18n.I18n
 
getErrorCode() - Method in exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Gets the protocol error code associated with this KerberosException.
getErrorCode() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getErrorMessage(KerberosPrincipal, KerberosException) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
Construct an error message given some conditions
getEText() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getEType() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getEType() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Returns the EncryptionType.
getEType() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Returns the EncryptionType.
getEType() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Returns the EncryptionType.
getEType() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the requested EncryptionTypes.
getETypeInfo() - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoContainer
 
getETypeInfo2() - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Container
 
getETypeInfo2Entries() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
Returns the contained ETypeInfo2Entrys as an array.
getETypeInfo2Entry() - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryContainer
 
getETypeInfoEntries() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
Returns the contained ETypeInfoEntrys as an array.
getETypeInfoEntry() - Method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryContainer
 
getETypes() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getEtypesFromError(KrbError) - Static method in class org.apache.directory.kerberos.client.KdcClientUtil
 
getEvaluator() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getEvaluator() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getEvaluator() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getEventMask() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getEventService() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getEventService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getEventTypes(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Gets an array of EventTypes from the PSearchControl changeTypes parameter value.
getExistingLease(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
getExistingLease(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Retrieve an existing lease from the dhcp store.
getExpiration() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the expiration time.
getExpires() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getExpiryTime() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
getExpiryTime() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getExplanatoryData() - Method in exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Gets the explanatory data associated with this KerberosException.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Gets the expression used by this expression Evaluator.
getExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
Returns an ExtendedOperationHandler with the specified oid which is registered to this protocol provider.
getExtendedOperationHandlers() - Method in class org.apache.directory.server.ldap.LdapServer
getExtendedOpHandlerClass() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
getExtendedOpId() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
getExtendedOps() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getExtendedRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getExtendedResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getExtensionOids() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
The OIDs of the extensions supported by this handler.
getFarthestReferralAncestor(LdapSession, Dn) - Static method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Searches up the ancestry of a Dn searching for the farthest referral ancestor.
getFileName() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getFilter() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getFilter() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getFilter() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getFirst() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the first element in the tree.
getFirst() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getFirst() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getFlags() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getFlags() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getFlags() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the TicketFlags.
getFlags() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getFlags() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the TicketFlags.
getFlags() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the TicketFlags.
GetFlatRecord - Class in org.apache.directory.server.dns.store.jndi.operations
A JNDI context operation for looking up a Resource Record with flat attributes.
GetFlatRecord(QuestionRecord) - Constructor for class org.apache.directory.server.dns.store.jndi.operations.GetFlatRecord
Creates the action to be used against the embedded JNDI provider.
getForwardLdif() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getFrom() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the from KerberosTime.
getGracefulDisconnect(int, int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
Get the grammar name
getGrammarName(Grammar<AdAndOrContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
Get the grammar name
getGrammarName(Grammar<AdKdcIssuedContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
Get the grammar name
getGrammarName(Grammar<ApRepContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
Get the grammar name
getGrammarName(Grammar<ApReqContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
Get the grammar name
getGrammarName(Grammar<AsRepContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
Get the grammar name
getGrammarName(Grammar<AsReqContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
Get the grammar name
getGrammarName(Grammar<AuthenticatorContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
Get the grammar name
getGrammarName(Grammar<AuthorizationDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
Get the grammar name
getGrammarName(Grammar<ChangePasswdDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
Get the grammar name
getGrammarName(Grammar<ChecksumContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncApRepPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncAsRepPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncKdcRepPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncKrbCredPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncKrbPrivPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
Get the grammar name
getGrammarName(Grammar<EncryptedDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the grammar name
getGrammarName(Grammar<EncryptionKeyContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncTgsRepPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
Get the grammar name
getGrammarName(Grammar<EncTicketPartContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
Get the grammar name
getGrammarName(Grammar<ETypeInfoContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
Get the grammar name
getGrammarName(Grammar<ETypeInfo2Container>) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
Get the grammar name
getGrammarName(Grammar<ETypeInfo2EntryContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
Get the grammar name
getGrammarName(Grammar<ETypeInfoEntryContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
Get the grammar name
getGrammarName(Grammar<HostAddressContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
Get the grammar name
getGrammarName(Grammar<HostAddressesContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
Get the grammar name
getGrammarName(Grammar<KdcRepContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
Get the grammar name
getGrammarName(Grammar<KdcReqContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
Get the grammar name
getGrammarName(Grammar<KdcReqBodyContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
Get the grammar name
getGrammarName(Grammar<KerberosMessageContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbCredContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbCredInfoContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbErrorContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbPrivContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbSafeContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
Get the grammar name
getGrammarName(Grammar<KrbSafeBodyContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
Get the grammar name
getGrammarName(Grammar<LastReqContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
Get the grammar name
getGrammarName(Grammar<MethodDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
Get the grammar name
getGrammarName(Grammar<PaDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
Get the grammar name
getGrammarName(Grammar<PaEncTsEncContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the grammar name
getGrammarName(Grammar<PrincipalNameContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
Get the grammar name
getGrammarName(Grammar<TgsRepContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
Get the grammar name
getGrammarName(Grammar<TgsReqContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
Get the grammar name
getGrammarName(Grammar<TicketContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
Get the grammar name
getGrammarName(Grammar<TransitedEncodingContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
Get the grammar name
getGrammarName(Grammar<TypedDataContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
Get the grammar name
getGroups(String) - Method in class org.apache.directory.server.core.authz.GroupCache
Gets the set of groups a user is a member of.
getHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.store.Host
 
getHashAlgorithm() - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
getHashAttributes() - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
getHasSubordinates() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getHistoryValue() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getHopCount() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getHostAddress() - Method in class org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressContainer
 
getHostAddresses() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getHostAddresses() - Method in class org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesContainer
 
getHostName() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
getHostName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getHttpAppCtxPath() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getHttpConfFile() - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
getHttpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getHttpsTransport() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getHttpTransport() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getHttpWarFile() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getHttpWebApps() - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
getId() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getId() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the unique identifier for this partition.
getId() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the unique identifier for this partition.
getId() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
 
getId() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
getId() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getId() - Method in class org.apache.directory.server.xdbm.IndexEntry
getIndex() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getIndex() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the user or system index associated with the given attributeType
getIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the user or system index associated with the given attributeType
getIndexAttributeId() - Method in class org.apache.directory.server.config.beans.IndexBean
 
getIndexCacheSize() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Gets the size of the index cache in terms of the number of index entries to be cached.
getIndexedAttributes() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
getIndexes() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getIndexFileName() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
getIndexHasReverse() - Method in class org.apache.directory.server.config.beans.IndexBean
 
getIndexName() - Method in exception org.apache.directory.server.xdbm.IndexNotFoundException
Gets the name of the attribute the index was missing for.
getIndexNumDupLimit() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Gets the threshold at which point duplicate keys use btree indirection to store their values.
getIndexWorkingDir() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
getInitialContext(Hashtable) - Method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getInitialTime() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getInjectors() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getInstance(Class<? extends Annotation>) - Static method in class org.apache.directory.server.core.annotations.AnnotationUtils
Get an instance of a class extracted from the annotation found in the method or the class.
getInstance() - Static method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
Returns the singleton instance of DhcpProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
Returns the singleton instance of DnsProtocolTcpCodecFactory.
getInstance() - Static method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
Returns the singleton instance of DnsProtocolUdpCodecFactory.
getInstance() - Static method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolCodecFactory
Returns the singleton instance of ChangePasswordProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.server.kerberos.protocol.codec.KerberosProtocolCodecFactory
Returns the singleton KerberosProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.server.kerberos.sam.SamSubsystem
Gets the singleton instance of the SamSubsystem.
getInstance() - Static method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Returns a new instance of a keytab with the version defaulted to 5.2.
getInstance() - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
returns the singleton instance of ReplicationTrustManager, note that this return instance can only be used after calling the ReplicationTrustManager.addCertificates(Map) method
getInstance() - Static method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
Returns the singleton instance of NtpProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.apRep.ApRepGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.apReq.ApReqGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.asRep.AsRepGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.asReq.AsReqGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.checksum.ChecksumGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Grammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.KerberosMessageGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbCred.KrbCredGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbError.KrbErrorGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.lastReq.LastReqGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.methodData.MethodDataGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.padata.PaDataGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.ticket.TicketGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.typedData.TypedDataGrammar
Get the instance of this grammar
getInstanceDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the instance directory.
getInstanceId() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getInstanceId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getInstanceLayout() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns the instance layout which contains the path for various directories
getInstanceLayout() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns the instance layout which contains the path for various directories
getInterceptor(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Get an Interceptor instance from its name
getInterceptor() - Method in exception org.apache.directory.server.core.api.interceptor.InterceptorException
Gets the interceptor this exception is associated with.
getInterceptor(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get an Interceptor instance from its name
getInterceptorClassName() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptorId() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptorOrder() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptors() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Returns interceptors in the server.
getInterceptors() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns interceptors in the server.
getInterceptors(OperationEnum) - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns interceptors in the server.
getInterceptors() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns interceptors in the server.
getInterceptors(OperationEnum) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns interceptors in the server for a given operation.
getIntermediate() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getIntermediateResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getIntValue() - Method in class org.apache.directory.server.dhcp.options.IntOption
 
getIntValue() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Gets an integer value for switches.
getIntValue() - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Returns the int value associated with the flags
getIntValue() - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
Returns the int value associated with the flags
getIoSession() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getIoSession() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the IoSession from the CoreSession.
getIoSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the MINA IoSession associated with this LdapSession.
getIRealm() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
getISName() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
getJndiValue() - Method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Gets the equivalent JNDI Context.REFERRAL key's value for this enumeration constant.
getJournal() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getJournal() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Journal service for this DirectoryService used for tracking changes to the server.
getJournal() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Journal service for this DirectoryService used for tracking changes to the server.
getJournalFileName() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalId() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalRotation() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalStore() - Method in interface org.apache.directory.server.core.api.journal.Journal
 
getJournalStore() - Method in class org.apache.directory.server.core.journal.DefaultJournal
getJournalWorkingDir() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getKDCFlags() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the KDC flags.
getKdcOptions() - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
getKdcOptions() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the KdcOptions.
getKdcPort() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
getKdcRep() - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepContainer
 
getKdcReq() - Method in class org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer
 
getKdcReqBody() - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyContainer
 
getKdcReqBody() - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
getKdcServer() - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
getKdcServer(DirectoryService, int) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
 
getKdcServer(Description, DirectoryService, int) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
 
getKdcServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getKerberosKeys(String, String) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
Get a map of KerberosKey's for a given principal name and passphrase.
getKerberosKeys(String, String, Set<EncryptionType>) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
Get a list of KerberosKey's for a given principal name and passphrase and list of cipher types to derive keys for.
getKerberosPrincipal(PrincipalName, String) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Constructs a KerberosPrincipal from a PrincipalName and an optional realm
getKey() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getKey() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getKey() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getKey(String) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Returns a DES symmetric key for the given passphrase.
getKey(String, String, String) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Returns a DES symmetric key for the given input String components, which will be concatenated in the order described in RFC's 1510 and 3961, namely password+realm+username.
getKey() - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
 
getKey() - Method in class org.apache.directory.server.xdbm.IndexEntry
getKey() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the EncryptionKey.
getKey() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getKey() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getKeyComparator() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
getKeyComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getKeyComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the key comparator used by this Table: may be null if this Table was not initialized with one.
getKeyComparator() - Method in interface org.apache.directory.server.xdbm.Table
Gets the key comparator used by this Table: may be null if this Table was not initialized with one.
getKeyExpiration() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the key expiration KerberosTime.
getKeyLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes128CtsSha1Encryption
 
getKeyLength() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Aes256CtsSha1Encryption
 
getKeyManagerFactory() - Method in class org.apache.directory.server.ldap.LdapServer
 
getKeyMap() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the key map.
getKeyPair(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Extracts the public private key pair from the tlsKeyInfo entry.
getKeys() - Method in class org.apache.directory.server.core.avltree.ArrayTree
 
getKeys() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getKeys() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getKeyStoreFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the apacheds KeyStore file ('<instance>/conf/apacheds.ks').
getKeystoreFile() - Method in class org.apache.directory.server.ldap.LdapServer
 
getKeytabVersion() - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
getKeyType() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key type.
getKeyValue() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key value.
getKeyVersion() - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
 
getKeyVersion() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key version.
getKeyVersionNumber() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the key version number (kvno).
getKrbAllowableClockSkew() - Method in class org.apache.directory.server.config.beans.KdcServerBean
Returns the allowable clock skew.
getKrbCred() - Method in class org.apache.directory.shared.kerberos.codec.krbCred.KrbCredContainer
 
getKrbCredInfo() - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoContainer
 
getKrbEncryptionTypes() - Method in class org.apache.directory.server.config.beans.KdcServerBean
Returns the encryption types.
getKrbError() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
Returns the KrbError.
getKrbError() - Method in class org.apache.directory.shared.kerberos.codec.krbError.KrbErrorContainer
 
getKrbMaximumRenewableLifetime() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
getKrbMaximumTicketLifetime() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
getKrbPrimaryRealm() - Method in class org.apache.directory.server.config.beans.KdcServerBean
Returns the primary realm.
getKrbPriv() - Method in class org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivContainer
 
getKrbSafe() - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeContainer
 
getKrbSafeBody() - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyContainer
 
getKvno() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Returns the key version.
getLast() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the last element in the tree.
getLast() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getLast() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getLastReq() - Method in class org.apache.directory.shared.kerberos.codec.lastReq.LastReqContainer
 
getLastReq() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the LastReq.
getLastReqs() - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
getLastSentCsn() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getLatest() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
getLatest() - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Gets the latest tag if one was at all taken.
getLatest() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getLatest() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets the latest tag if one was at all taken.
getLcm(int, int) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.NFold
For 2 numbers, return the least-common multiple.
getLdapApiService() - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
getLdapCodecService() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getLdapCodecService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getLdapConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server.
getLdapConnectionFactory() - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
getLdapConnectionPool() - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
getLdapConnectionTemplate() - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolRule
 
getLdapJndiProperties(Hashtable) - Static method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getLdapServer() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getLdapServer() - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
getLdapServer() - Method in class org.apache.directory.server.core.integ.CreateLdapServerRule
 
getLdapServer() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
getLdapServer() - Method in interface org.apache.directory.server.factory.LdapServerFactory
 
getLdapServer(DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Returns an LdapServer instance and starts it before returning the instance, infering the configuration from the Stack trace
getLdapServer() - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
getLdapServer() - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
 
getLdapServer() - Method in class org.apache.directory.server.ldap.LdapSession
 
getLdapServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getLdapServerCertificatePassword() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerKeystoreFile() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerMaxSizeLimit() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerMaxTimeLimit() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslHost() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslPrincipal() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslRealms() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapSession() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the LdapSession associated with the MINA session.
getLdapSessionManager() - Method in class org.apache.directory.server.ldap.LdapServer
 
getLdifDirectory() - Method in class org.apache.directory.server.configuration.ApacheDS
Get the directory where the LDIF files are stored
getLeafEvaluator() - Method in class org.apache.directory.server.core.api.event.ExpressionEvaluator
Gets the leaf evaluator used by this top level expression evaluator.
getLeapIndicator() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getLeaseOffer(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
getLeaseOffer(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Find a lease to offer in response to a DHCPDISCOVER request.
getLeft() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getLeft() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getLength() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getLength() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getListener() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
 
getListeners() - Method in class org.apache.directory.server.core.jndi.ServerContext
Allows subclasses to register and unregister listeners.
getLogConfigurationFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the log configuration file ('<instance>/conf/log4j.properties').
getLogDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'log' directory ('<instance>/log').
getLogJanitor() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
getLrType() - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
getLrValue() - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
getMarshaller() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
getMask() - Method in enum org.apache.directory.server.core.api.event.EventType
 
getMask(EventType...) - Static method in enum org.apache.directory.server.core.api.event.EventType
Compute the mask associated with the given eventTypes
getMasterTable() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Expose the Master table
getMasterTable() - Method in interface org.apache.directory.server.xdbm.Store
Expose the Master table
getMaxIdlePeriod() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getMaximumRenewableLifetime() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
getMaximumTicketLifetime() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
getMaxLife() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the max life.
getMaxObjectSize() - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
Returns the allowed maximum size of the object to be decoded.
getMaxObjectSize() - Method in class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordDecoder
Returns the allowed maximum size of the object to be decoded.
getMaxPDUSize() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getMaxPDUSize() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getMaxPDUSize() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getMaxPduSize() - Method in class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosDecoder
 
getMaxPDUSize() - Method in class org.apache.directory.server.ldap.LdapServer
 
getMaxRenew() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the maximum renew time.
getMaxSizeLimit() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the maximum size limit in number of entries to return for search.
getMaxTimeLimit() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the maximum time limit in milliseconds to conduct a search.
getMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
 
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
getMember() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getMessage() - Method in class org.apache.directory.kerberos.client.ChangePasswordResult
 
getMessage() - Method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Returns the message for this Change Password error.
getMessage() - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
getMessage() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Returns the message for this Kerberos error.
getMessage() - Method in enum org.apache.directory.shared.kerberos.KerberosMessageType
Get the message associated with this element
getMessageType() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getMessageType() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getMessageType() - Method in class org.apache.directory.shared.kerberos.messages.KerberosMessage
Returns the KerberosMessageType.
getMethodData() - Method in class org.apache.directory.shared.kerberos.codec.methodData.MethodDataContainer
 
getMethodName() - Method in enum org.apache.directory.server.core.api.OperationEnum
 
getMicroOperations() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getMinimumTicketLifetime() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
getMode() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getModeFromJndi(String) - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Gets the enumeration constant for the JNDI Context.REFERRAL key's value.
getModificationItem(List<Modification>, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Utility method to extract a modification item from an array of modifications.
getModifiedAvas() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
getModifiedEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getModifiersName() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getModifyDnRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyDnResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyTimestamp() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getModItems() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
default interceptor name is its class, preventing accidental duplication of interceptors by naming instances differently
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getName() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
 
getName() - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Name that must be unique in an interceptor chain
getName() - Method in enum org.apache.directory.server.core.api.InterceptorEnum
 
getName() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Returns the normalized distinguished name of the principal as a String.
getName() - Method in class org.apache.directory.server.core.authz.support.OperationScope
 
getName() - Method in class org.apache.directory.server.dhcp.store.Host
 
getName() - Method in class org.apache.directory.server.ldap.LdapServer
 
getName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getName() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the name of this Table.
getName() - Method in interface org.apache.directory.server.xdbm.Table
Gets the name of this Table.
getName() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the name associated with this encryption type.
getName() - Method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
Returns the name associated with this checksum type.
getNameInNamespace() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameInNamespace() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getNameParser(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameParser(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameParser(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
Non-federated implementation presuming the name argument is not a composite name spanning multiple namespaces but a compound name in the same LDAP namespace.
getNameParser(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
Non-federated implementation presuming the name argument is not a composite name spanning multiple namespaces but a compound name in the same LDAP namespace.
getNames() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Returns the name components.
getNames(KerberosPrincipal) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Parse a KerberosPrincipal instance and return the names.
getNames(String) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Parse a PrincipalName and return the names.
getNameString() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
getNameType() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Returns the type of the PrincipalName.
getNativeRepresentation() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Create the string representation of the hardware address native to the corresponding address type.
getNbChildren() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getNbChildren() - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
getNbChildren() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
getNbDescendants() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
getNbSubordinates() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getNbSubordinates() - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
getNbThreads() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getNbThreads() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getNeedClientAuth() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getNegotiatedProperty(String) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
getNetmask() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getNetworkConnectionAs(String, int, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound using a user's DN and a password.
getNetworkConnectionAs(LdapServer, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound using a user's DN and a password.
getNewCookie() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compute a new cookie, if the previous one already exists.
getNewDn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getNewDn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getNewPasswd() - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
getNewRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getNewSuperior() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getNewSuperiorDn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
getNewTicket() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getNext() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getNext() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getNextId(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Get's the next value from this SequenceBDb.
getNextId(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
getNextId(Entry) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlMasterTable
Gets the next value from the sequence of this MasterTable.
getNextId(Entry) - Method in interface org.apache.directory.server.xdbm.MasterTable
Gets the next value from the sequence of this MasterTable.
getNextInterceptor(OperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Computes the next interceptor to call for a given operation.
getNextInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the next interceptor in the list of interceptors.
getNextInterceptor() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the next interceptor in the list of interceptors.
getNextServerAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getNextServerAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getNonce() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the nonce.
getNonce() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getNonce() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the nonce.
getNonce() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the nonce.
getNonce() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the nonce.
getNormalizer() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getNsdkWiredConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getNsdkWiredConnection(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server, authenticating a user.
getNtlmMechProvider() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getNtpMessage() - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
Returns the built NtpMessage.
getNtpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getNumDupLimit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the threshold at which point duplicate keys use btree indirection to store their values.
getObject() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getObjectClass() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getObjectClassId() - Method in interface org.apache.directory.server.core.jndi.ServerDirObjectFactory
Gets either the OID for the objectClass or the human readable name for the objectClass this DirStateFactory is associated with.
getObjectClassId() - Method in interface org.apache.directory.server.core.jndi.ServerDirStateFactory
Gets either the OID for the objectClass or the human readable name for the objectClass this DirStateFactory is associated with.
getObjectClassIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getObjectClassIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getOcProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
getOcProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getOid() - Method in enum org.apache.directory.server.config.ConfigSchemaConstants
 
getOid() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getOid(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
getOid() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
getOids(Set<Entry>) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
getOldSuperior() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getOneAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getOneAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getOp() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getOpCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getOperationContext() - Method in class org.apache.directory.server.core.api.filtering.CursorList
getOperationContext() - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
 
getOperationContext() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
getOperationContext() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getOperationContext() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
getOperationContext() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOperationManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the operation manager.
getOperationManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getOperationPrincipal() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOperations() - Static method in enum org.apache.directory.server.core.api.OperationEnum
 
getOptimizer() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
getOptimizer() - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOptimizer() - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOption(int) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Returns the option at a specified index.
getOptions() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getOptions() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getOptions() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getOptions(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Return a list of all options applicable to the given config element.
getOptions() - Method in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
getOptions(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
getOrderedSet() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets the ordered set.
getOrdinal() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
Returns the number associated with this key usage number.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the number associated with this leap indicator type.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the number associated with this mode type.
getOrdinal() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the number associated with this reference identifier type.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the number associated with this stratum type.
getOrdinal() - Method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Gets the ordinal value associated with this SAM type.
getOriginalEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getOriginalEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getOriginateTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getOutstandingOperations() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets all outstanding operations currently being performed that have yet to be completed.
getOutstandingOperations() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets all outstanding operations currently being performed that have yet to be completed.
getOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
 
getPaData() - Method in class org.apache.directory.shared.kerberos.codec.padata.PaDataContainer
 
getPaData() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
getPaData() - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
getPaDatas() - Method in class org.apache.directory.shared.kerberos.components.MethodData
Returns the contained PaDatas as an array.
getPaDataType() - Method in class org.apache.directory.shared.kerberos.components.PaData
Returns the PaDataType.
getPaDataValue() - Method in class org.apache.directory.shared.kerberos.components.PaData
Returns the raw bytes of the PaData.
getPaEncTimestamp() - Method in class org.apache.directory.shared.kerberos.codec.paEncTimestamp.PaEncTimestampContainer
 
getPaEncTsEnc() - Method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncContainer
 
getPagedSearchContext(int) - Method in class org.apache.directory.server.ldap.LdapSession
Get paged search context associated with an ID
getParent() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getParent() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
getParent() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
getParent() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getParentId(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the UUID of an entry's parent using the child entry's UUID.
getParentId() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Gets the parent ID.
getParentId(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the UUID of an entry's parent using the child entry's UUID.
getParentReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Get the Dn of the parent referral for a specific Dn
getParentReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get the Dn of the parent referral for a specific Dn
getPartition() - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Gets the partition associated with this store
getPartition() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
getPartition() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getPartition(Dn) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the partition corresponding to a distinguished name.
getPartition(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the partition corresponding to a distinguished name.
getPartitionCacheSize() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Gets the entry cache size for this JdbmPartition.
getPartitionFactory() - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Gets the partition factory.
getPartitionFactory() - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Gets the partition factory.
getPartitionId() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getPartitionNexus() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getPartitionNexus() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getPartitionPath() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in interface org.apache.directory.server.xdbm.Store
Gets the partition path (working directory) for the store.
getPartitions() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getPartitions() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Partitions used by this DirectoryService.
getPartitions() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Partitions used by this DirectoryService.
getPartitionsDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'partitions' directory ('<instance>/partitions')
getPartitionSuffix() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getPasswdPort() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
getPassword() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getPassword() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getPasswordData() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getPasswordEnd() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the expiration time for the password.
getPasswordPolicies() - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
getPaTimestamp() - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Returns the patimestamp value.
getPattern() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
getPausec() - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
 
getPersistentListener() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getpName() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getPolicyConfig(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
Get the password policy configuration defined at a given Dn
getPollInterval() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getPooledAdminConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets the pooled LdapConnectionPool, authenticated as admin user.
getPort() - Method in class org.apache.directory.server.ldap.LdapServer
 
getPort() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Gets the port for this service.
getPort() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Gets the port for this service.
getPortSSL() - Method in class org.apache.directory.server.ldap.LdapServer
 
getPosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array.
getpRealm() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getPrecision() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getPrescriptiveACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getPresenceIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getPresenceIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getPrevious() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getPrevious() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getPreviousSearchRequest() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getPrimaryPrincipalName() - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
getPrimaryRealm() - Method in class org.apache.directory.server.kerberos.KerberosConfig
Returns the primary realm.
getPrincipal(OperationContext) - Static method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Returns LdapPrincipal of current context.
getPrincipal() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getPrincipal(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getPrincipal(KerberosPrincipal) - Method in class org.apache.directory.server.kerberos.kdc.DirectoryPrincipalStore
Get a PrincipalStoreEntry given a Kerberos principal.
getPrincipal(KerberosPrincipal) - Method in interface org.apache.directory.server.kerberos.shared.store.PrincipalStore
Get a PrincipalStoreEntry given a Kerberos principal.
getPrincipal() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the principal.
GetPrincipal - Class in org.apache.directory.server.protocol.shared.kerberos
Encapsulates the action of looking up a principal in an embedded ApacheDS DIT.
GetPrincipal(KerberosPrincipal) - Constructor for class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Creates the action to be used against the embedded ApacheDS DIT.
getPrincipalName() - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
 
getPrincipalName() - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
getPrincipalName() - Method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
 
getPrincipalType() - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
 
getPrivateMessage() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordReply
Returns the KrbPriv instance.
getPrivateMessage() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordRequest
Returns the KrbPriv.
getProducer() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
A convenient method that concatenates the host and port of the producer
getProperties(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Return a list of all options applicable to the given config element.
getProperties() - Method in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
getProperties(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getProtocolCodecFactory() - Method in class org.apache.directory.server.ldap.LdapServer
 
getProtocolVersionNumber() - Method in class org.apache.directory.shared.kerberos.messages.KerberosMessage
Returns the protocol version number.
getProviderDn() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getProviderUrl(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getPurgeThresholdCount() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getPvno() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
getPvno() - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
getPwdAttribute() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdAttribute() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdCheckQuality() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdCheckQuality() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdExpireWarning() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdExpireWarning() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdFailureCountInterval() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdFailureCountInterval() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdGraceAuthNLimit() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdGraceAuthNLimit() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdGraceExpire() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdGraceExpire() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdId() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdInHistory() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdInHistory() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdLockoutDuration() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdLockoutDuration() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxAge() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxAge() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxDelay() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxDelay() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxFailure() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxFailure() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxIdle() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxIdle() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxLength() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxLength() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinAge() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinAge() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinDelay() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinDelay() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinLength() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinLength() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Gets the effective password policy of the given entry.
getPwdPolicyContainer() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getPwdValidator() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdValidator() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getQuestionRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getQueueName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getRandomBytes(int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
getRandomKey(EncryptionType) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
Get a new random key for a given EncryptionType.
getRandomKeys() - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
Get a map of random keys.
getRandomKeys(Set<EncryptionType>) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
Get a map of random keys for a list of cipher types to derive keys for.
getRangeMax() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getRangeMin() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getRdnIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getRdnIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getRdns() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Gets the RDNs.
getReadWriteLock() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getReadWriteLock() - Method in interface org.apache.directory.server.xdbm.Store
 
getRealm() - Method in class org.apache.directory.kerberos.client.TgTicket
 
getRealm() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getRealm() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors use this method to access the realm resulting from a callback.
getRealm() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
getRealm() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Get the realm for the principal
getRealm() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getRealm() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Returns the server realm.
getRealmName() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the realm name.
getReceiveTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRecId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
getRecipientAddress() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getRecipientAddress() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getRecipientAddress() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getRecordClass() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The class for this query.
getRecordClass() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getRecordClass() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getRecordMan() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.JndiRecordStoreImpl
 
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.MultiBaseSearch
 
GetRecords - Class in org.apache.directory.server.dns.store.jndi.operations
A JNDI context operation for looking up Resource Records from an embedded JNDI provider.
GetRecords(QuestionRecord) - Constructor for class org.apache.directory.server.dns.store.jndi.operations.GetRecords
Creates the action to be used against the embedded JNDI provider.
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.SingleBaseSearch
 
getRecords(QuestionRecord) - Method in interface org.apache.directory.server.dns.store.RecordStore
Returns a set of ResourceRecords, given a DNS QuestionRecord.
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.RecordStoreStub
 
getRecordType() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The type of the query.
getRecordType() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getRecordType() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getReferenced(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Get a String containing the SchemaObjects referencing the given ShcemaObject
getReferenceIdentifier() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getReferenceTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getReferral() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getReferralHandlingMode() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getReferralManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getReferralManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReferralOnAncestor(LdapSession, Dn, SearchRequest, Entry) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator and with an ancestor that is a referral.
getReferralOnAncestorForSearch(LdapSession, SearchRequest, Entry) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator and with an ancestor that is a referral.
getRefreshInterval() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getRegistrationEntries() - Method in interface org.apache.directory.server.core.api.event.EventService
Lists the listeners registered with this EventService.
getRelayAgentAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getRemoteHost() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getRemotePort() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getRenewTill() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getRenewTill() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getRenewTill() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the renew till KerberosTime.
getRenewTill() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getRenewtill() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getRenewTill() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the renew till KerberosTime.
getRenewTill() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the renew till KerberosTime.
getReplAliasDerefMode() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplAttributes() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplayCache() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
getReplayCache() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getReplayCache() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getReplayCache() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
getReplConsumerId() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplConsumerImpl() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplConsumers() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplCookie() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'replication' directory where replication journals are stored ('<instance>/syncrepl-data').
getReplicaEventLogs() - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Get the list of consumers' configuration
getReplicaId() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getReplicaId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReplicaId(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
returns the replica id present in cookie
getReplicaId() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReplicaLogMap() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
getReplicationReqHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getReplPingerSleep() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplPingerSleepTime() - Method in class org.apache.directory.server.ldap.LdapServer
 
getReplProvHostName() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplProvPort() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplRefreshInterval() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplReqHandler() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplSearchFilter() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchScope() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchSizeLimit() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchTimeout() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserDn() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReplUserPassword() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserPassword() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReply() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getReply() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getReply() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getReplyFor(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
 
getReplyFor(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in interface org.apache.directory.server.dhcp.service.DhcpService
Retrieve the reply to a given message.
getReplyFor(NtpMessage) - Method in interface org.apache.directory.server.ntp.NtpService
Returns an NtpMessage reply for the given NtpMessage request.
getReplyFor(NtpMessage) - Method in class org.apache.directory.server.ntp.service.NtpServiceImpl
 
getRequest() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getRequest() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getRequestControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets a request control if present for this request.
getRequestControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets a request control if present for this request.
getRequestControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getRequestControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getRequestPrincipalEntry() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getRequestPrincipalEntry(TicketGrantingContext) - Static method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingService
 
getRequiredDirectories() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the required directories.
getRequiredFiles() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the required files.
getResourceRecords() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getResponse() - Method in class org.apache.directory.server.bridge.http.BindResponseHolder
 
getResponseCode() - Method in exception org.apache.directory.server.dns.DnsException
Gets the protocol response code associated with this DnsException.
getResponseCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getResponseControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets a response control if present for this request.
getResponseControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets a response control if present for this request.
getResponseControlCount() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks the number of response controls have been generated for this operation.
getResponseControlCount() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks the number of response controls have been generated for this operation.
getResponseControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets all the response controls producted during this operation.
getResponseControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets all the response controls producted during this operation.
getResponseControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getResponseControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getResultCode() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
 
getResultSet() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getResultString() - Method in class org.apache.directory.server.kerberos.changepwd.messages.ChangePasswordError
 
getReturningAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
getReturningAttributesString() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
getReverseLdifs() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getRevision() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Gets the revision of this event.
getRevision() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getRevisionDate() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getRid() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getRight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getRight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getRole() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getRole() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getRoot() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getRoot() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getRootContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getRootContext() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets a handle on the root context of the DIT.
getRootContext() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getRootDelay() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRootDispersion() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters getRootDse call.
getRootDse() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getRootDse(String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
Get the RooDse entry.
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the RootDSE entry for the DSA.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
Get the RooDse entry.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the RootDSE entry for the DSA.
GetRootDseOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A GetRootDse context used for Interceptors.
GetRootDseOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
Creates a new instance of GetRootDseOperationContext.
GetRootDseOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
Creates a new instance of GetRootDseOperationContext.
getRootDseValue(AttributeType) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the RootDSE value associated with an AttributeType
getRootDseValue(AttributeType) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the RootDSE value associated with an AttributeType
getRootId() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
getRootId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
getRootId() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
getRotation() - Method in interface org.apache.directory.server.core.api.journal.Journal
 
getRotation() - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
getRTime() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the RenewTime KerberosTime.
getRunDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'run' directory in the installation directory ('<instance>/run').
getRWLock() - Method in interface org.apache.directory.server.core.api.OperationManager
 
getRWLock() - Method in class org.apache.directory.server.core.DefaultOperationManager
getS2kparams() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Returns the s2kparams.
getSafeBody() - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
 
getSalt() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
Returns the salt.
getSalt() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
Returns the salt.
getSamplePrincipal() - Static method in class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
 
getSampleRealm() - Static method in class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
 
getSampleServers() - Static method in class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
Get the servers in the tickets contained in the sample cache
getSampleTicketsCount() - Static method in class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
Get the tickets count in the sample cache
getSamType() - Method in exception org.apache.directory.server.kerberos.sam.SamException
Gets the registered SAM algorithm type associated with this SamException.
getSamType() - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
Gets the registered SAM algorithm type implemented by this SamVerifier.
getSamType() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the single-use authentication (SAM) type.
getSaslAuthId() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getSaslAuthId() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getSaslHost() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the FQDN of this SASL host, validated during SASL negotiation.
getSaslMechanism() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getSaslMechanism() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getSaslMechanismHandlers() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSaslMechClassName() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getSaslMechHandlers() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getSaslMechName() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getSaslPrincipal() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the Kerberos principal name for this LDAP service, used by GSSAPI.
getSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Get a Sasl property's value
getSaslQop() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the Set of quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslQopString() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslRealms() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
getSchema(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchema(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchema(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchema(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaClassDefinition(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaClassDefinition(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getSchemaManager() - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
 
getSchemaManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSchemaManager() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getSchemaManager() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getSchemaManager() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the schema manager assigned to this Partition.
getSchemaManager() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the schema manager assigned to this Partition.
getSchemaManager() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getSchemaManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSchemaManager() - Method in class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
 
getSchemaManager() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getSchemaName(Dn) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Exctract the schema name from the Dn.
getSchemaPartition() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSchemaPartition() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getScope() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getScope() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getScopeEvaluator() - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
 
getSearchBaseDn() - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
Returns the search base Dn.
getSearchBaseDn() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getSearchBaseDn() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
getSearchBaseDn() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Returns the search base Dn.
getSearchCriteria() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getSearchEngine() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
getSearchFilter() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getSearchRequest() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getSearchRequest(int) - Method in class org.apache.directory.server.ldap.LdapSession
Find the searchRequestContainer associated with a MessageID
getSearchRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultDone() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
gives the SearchResultDone message received at the end of search results
getSearchResultDoneHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultEntryHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultReferenceHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchScope() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSearchSizeLimit() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSearchTimeout() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSeconds() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getSecondTicket() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getSenderAddress() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getSenderAddress() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getSenderAddress() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getSeqNumber() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getSeqNumber() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getSeqNumber() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getSeqNumber() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
getServerAddress() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getServerEntry() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getServerEntry() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getServerEntry() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
getServerHostname() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getServerId() - Method in class org.apache.directory.server.config.beans.ServerBean
 
getServerKey(KerberosPrincipal, String) - Method in class org.apache.directory.server.kerberos.shared.store.TicketFactory
Returns a server key derived from a server principal and server password.
getServerName() - Method in class org.apache.directory.kerberos.client.TgTicket
 
getServerName() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getServerPrincipal() - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
getServerPrincipal() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getServers() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getService() - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
getService() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets the DirectoryService associated with this context.
getServiceAddress() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the socket address of the LDAP server or null if there is no LDAP service associated with the session.
getServiceAddress() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the socket address of the LDAP server or null if there is no LDAP service associated with the session.
getServiceId() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets the instance identifier for this ProtocolService.
getServiceId() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the instance identifier for this ProtocolService.
getServiceName() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets a descriptive name for the kind of service this represents.
getServiceName() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets a descriptive name for the kind of service this represents.
getServicePrincipal() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getServicePrincipal() - Method in class org.apache.directory.server.kerberos.KerberosConfig
Returns the service principal for this KDC/changepwd service.
getServiceTicket(String, String, String) - Method in class org.apache.directory.kerberos.client.KdcConnection
Authenticates to the Kerberos server and gets a service ticket for the given server principal
getSession() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as the anonymous user.
getSession(LdapPrincipal) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user.
getSession(Dn, byte[]) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user with a separate authorization principal.
getSession(Dn, byte[], String, String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user with a separate authorization principal.
getSession() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the session associated with this operation.
getSession() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the session associated with this operation.
getSession() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
getSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back an anonymous session
getSession(LdapPrincipal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for a given principal
getSession(Dn, byte[]) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for the give user and credentials bound with Simple Bind
getSession(Dn, byte[], String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for a given user bound with SASL Bind
getSession() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getSessionKey() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
getSessions() - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the active sessions managed by the LdapServer.
getShortValue() - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
getSingleton() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets the singleton value.
getSize() - Method in interface org.apache.directory.server.core.avltree.AvlTree
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getSize() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
returns the number of nodes present in this tree.
getSizeLimit() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getSizeLimit() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getSleepTime() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
getSName() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getSName() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the server PrincipalName.
getSName() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the server PrincipalName.
getsName() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getSName() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the server PrincipalName.
getSName() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getSName() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the server PrincipalName.
getSName() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Returns the server PrincipalName.
getSocketAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getSocketAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getSPLangId() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
getSPLangId() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
 
getSRealm() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the server realm.
getsRealm() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
getStartTime() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
getStartTime() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
getStartTime() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getStartTime() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Returns the start KerberosTime.
getStartTime() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getStartTime() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getStartTime() - Method in class org.apache.directory.shared.kerberos.messages.AsRep
Returns the start KerberosTime.
getStartTime() - Method in class org.apache.directory.shared.kerberos.messages.TgsRep
Returns the start KerberosTime.
getState() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
Get the string representing the state
getSTime() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getStore() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getStore() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getStore() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
getStoredProcEngineInstance(Entry) - Method in class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Initializes and returns a StoredProcEngine instance which can operate on spUnitEntry considering its specific stored procedure language.
getStoredProcEngineType() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
getStoredProcEngineType() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngineConfig
 
getStoredProcLangId() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
getStoredProcLangId() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngineConfig
 
getStratum() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getString() - Method in class org.apache.directory.server.dhcp.options.StringOption
 
getStrongKey(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
If the secret key is weak, correct by exclusive OR'ing with the constant 0xF0.
getStructuralObjectClass() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getSubAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Retrieve a Subentry given a Dn.
getSubentryACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubentryAttributes(Dn, Entry) - Method in class org.apache.directory.server.core.api.subtree.SubentryUtils
Evaluates the set of subentry subtrees upon an entry and returns the operational subentry attributes that will be added to the entry if added at the dn specified.
getSubentryCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSubentryCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSubentryOperationalAttributes() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubentryTriggerSpecs(Dn) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
getSubKey() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
getSubkey() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
getSubordinates(PartitionTxn, Entry) - Method in interface org.apache.directory.server.core.api.partition.Partition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
getSubschema() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getSubschemaAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSubschemaAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSubschemaEntry(DirectoryService, FilteringOperationContext) - Static method in class org.apache.directory.server.core.shared.SchemaService
getSubschemaEntryCloned(DirectoryService) - Static method in class org.apache.directory.server.core.shared.SchemaService
 
getSubschemaEntryImmutable(DirectoryService) - Static method in class org.apache.directory.server.core.shared.SchemaService
getSubschemaSubentry() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubSessionKey() - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
getSubstringEvaluator() - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
 
getSubtreeSpecification() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSuffixDn() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the normalized suffix as an Dn for this Partition after it has been initialized.
getSuffixDn() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the normalized suffix as an Dn for this Partition after it has been initialized.
getSuffixDn(Dn) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Finds the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffixDn(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Finds the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffixId(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Retrieve the SuffixID
getSuffixId(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Store
Retrieve the SuffixID
getSupportedControls() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getSupportedControls() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSupportedMechanisms() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSusec() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
getSynchPeriodMillis() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getSyncPeriodMillis() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSyncPeriodMillis() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSyntaxOID() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getSystemContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getSystemIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the system index associated with the given name
getSystemIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the system index associated with the given name
getSystemIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getSystemIndices() - Method in interface org.apache.directory.server.xdbm.Store
 
getSystemPartition() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSystemPartition() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSystemPort() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.BootfileName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ClientIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.MaximumDhcpMessageSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.Message
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.OptionOverload
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ParameterRequestList
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RebindingTimeValue
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RenewalTimeValue
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RequestedIpAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.TftpServerName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.VendorClassIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Get the option's code tag.
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.ArpCacheTimeout
 
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.EthernetEncapsulation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.TrailerEncapsulation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultFingerServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultIrcServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultWwwServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.MobileIpHomeAgents
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NbddServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosNameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosNodeType
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosScope
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisDomain
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisPlusDomain
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisPlusServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NntpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NtpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.Pop3Servers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.SmtpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.StdaServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.StreetTalkServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.VendorSpecificInformation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.XWindowDisplayManagers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.XWindowFontServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.DefaultIpTimeToLive
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.IpForwarding
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.MaximumDatagramSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.NonLocalSourceRouting
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PathMtuAgingTimeout
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PathMtuPlateauTable
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PolicyFilter
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.AllSubnetsAreLocal
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.BroadcastAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.InterfaceMtu
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.MaskSupplier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.PerformMaskDiscovery
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.PerformRouterDiscovery
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.RouterSolicitationAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.StaticRoute
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpDefaultTimeToLive
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveGarbage
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveInterval
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.BootFileSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.CookieServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.DomainName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.DomainNameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ExtensionsPath
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.HostName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ImpressServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.LogServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.LprServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.MeritDumpFile
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.NameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ResourceLocationServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.RootPath
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.Routers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.SwapServer
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.TimeOffset
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.TimeServers
 
getTagByClass(Class<?>) - Static method in class org.apache.directory.server.dhcp.options.DhcpOption
 
getTagDate() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getTags() - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
getTagSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the tag search engine used to query the snapshots taken.
getTagSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Get's the tag search engine for this TaggableSearchableChangeLogStore.
getTagSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the tag search engine used to query the snapshots taken.
getTargetEntry(Modification, Entry, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Gets the target entry as it would look after a modification operation was performed on it.
getTargName() - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
getTargRealm() - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
getTcpLength() - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
getTcpPort() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
getTcpPort() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
gets the port number on which TCP transport is running
getTestEntries() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns test directory entries(LdifEntry) to be loaded while bootstrapping.
getTestEntries() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns test directory entries(LdifEntry) to be loaded while bootstrapping.
getTgsRep() - Method in class org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepContainer
 
getTgsReq() - Method in class org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqContainer
 
getTgt(String, String) - Method in class org.apache.directory.kerberos.client.KdcConnection
Authenticates to the Kerberos server and gets the initial Ticket Granting Ticket
getTgt(TgtRequest) - Method in class org.apache.directory.kerberos.client.KdcConnection
 
getTgt() - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
getTgt() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getTicket() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
getTicket() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getTicket() - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
getTicket() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
getTicket(KerberosPrincipal, KerberosPrincipal, EncryptionKey) - Method in class org.apache.directory.server.kerberos.shared.store.TicketFactory
Build the service ticket.
getTicket() - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
getTicket() - Method in class org.apache.directory.shared.kerberos.codec.ticket.TicketContainer
 
getTicket() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Returns the Ticket
getTicket() - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Returns the Ticket.
getTicketFlags() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
getTicketFlags() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
getTicketInfo() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getTicketPrincipalEntry() - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
getTickets() - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
getTill() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Returns the till KerberosTime.
getTime() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getTime() - Method in class org.apache.directory.shared.kerberos.KerberosTime
Returns the KerberosTime as a long.
getTime(String) - Static method in class org.apache.directory.shared.kerberos.KerberosTime
Returns the KerberosTime for a given zulu time.
getTimeLimit() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getTimeLimit() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getTimeout() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
getTimeProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the time provider.
getTimeProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the time provider.
getTimeStamp() - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
 
getTimestamp() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getTimestamp() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getTimestamp() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getTimeToLive() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getTimeToLive() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getTktVno() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Gets the Ticket Version number
getTransaction(Partition) - Method in interface org.apache.directory.server.core.api.CoreSession
Retrieve a transaction associated with a partition, if we have one.
getTransaction() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getTransaction() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getTransaction(Partition) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Retrieve a transaction associated with a partition, if we have one.
getTransactionId() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getTransactionId() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getTransited() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
getTransitedEncoding() - Method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingContainer
 
getTransmitTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getTransportAddress() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportBackLog() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportId() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportNbThreads() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransports() - Method in class org.apache.directory.server.config.beans.ServerBean
 
getTransports() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getTriggerExecution() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getTriggerExecutionAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getTriggerExecutionAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getTriggerExecutionSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getTrType() - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
getTrustManager() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getTuple() - Method in class org.apache.directory.server.xdbm.IndexEntry
getType(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
checks if the given mask value matches with any of the defined standard EventTypes
getType() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
 
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
getType() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getType() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getTypeByCode(byte) - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
 
getTypeByName(String) - Static method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the reference identifier type when specified by its name.
getTypeByOrdinal(int) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
Returns the key usage number type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the leap indicator type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the mode type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the reference identifier type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the stratum type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.HostAddrType
Returns the host address type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Gets the ordinal by its ordinal value.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType
Returns the transited encoding type when specified by its value.
getTypeByValue(int) - Static method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Gets the error type by its value.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.AuthorizationType
Returns the authorization type when specified by its ordinal.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the encryption type when specified by its value.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.LastReqType
Returns the last request type when specified by its ordinal.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PaDataType
Returns the pre authentication data type when specified by its ordinal.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the principal name type when specified by its ordinal.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
Returns the checksum type when specified by its value.
getTypeByValue(int) - Static method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Gets the value by its value value.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.KerberosMessageType
Get the instance of a KerberosMessageType from an int value
getTypedData() - Method in class org.apache.directory.shared.kerberos.codec.typedData.TypedDataContainer
 
getTypedData() - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
getUnbindRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getUndefinedFilterNode() - Method in exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
getUnion(Attribute, Attribute) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Creates a new attribute which contains the values representing the union of two attributes.
getUniqueMember() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getUnsupportedMessage() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
Gets the message to return for operations that are not supported
getUsageKc(KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
The "well-known constant" used for the DK function is the key usage number, expressed as four octets in big-endian order, followed by one octet indicated below.
getUsageKe(KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
The "well-known constant" used for the DK function is the key usage number, expressed as four octets in big-endian order, followed by one octet indicated below.
getUsageKi(KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
The "well-known constant" used for the DK function is the key usage number, expressed as four octets in big-endian order, followed by one octet indicated below.
getUsec() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
getUsec() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getUsec() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getUserAddLdif() - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getUserAddLdif(String, byte[], String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getUserData() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
getUserData() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
getUserDn() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getUserGroupNames() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getUserId() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the user ID.
getUserIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the user index associated with the given name
getUserIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the user index associated with the given name
getUserIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getUserIndices() - Method in interface org.apache.directory.server.xdbm.Store
 
getUsername() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors use this method to access the username resulting from a callback.
getUserPassword() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getUserPasswords() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getUuid() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getUuid() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getVal() - Method in enum org.apache.directory.kerberos.client.ChangePasswordResultCode
 
getValidEnd() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the end of validity.
getValidStart() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the start of validity.
getValuComparator() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
getValue() - Method in enum org.apache.directory.server.config.ConfigSchemaConstants
 
getValue() - Method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
 
getValue() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getValue() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getValue() - Method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Gets the value associated with this Change Password error.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.AuthorizationType
Returns the number associated with this authorization type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the number associated with this encryption type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.HostAddrType
Returns the number associated with this host address type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.LastReqType
Returns the number associated with this last request type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.PaDataType
Returns the number associated with this pre-authentication type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the number associated with this principal name type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType
Returns the number associated with this transited encoding type.
getValue() - Method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
Returns the number associated with this checksum type.
getValue() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Gets the value value associated with this Kerberos error.
getValue() - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlag
 
getValue() - Method in enum org.apache.directory.shared.kerberos.flags.TicketFlag
 
getValue() - Method in enum org.apache.directory.shared.kerberos.KerberosMessageType
Get the int value for this element
getValueComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getValueComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Gets the binary comparator used to compare values which are the indices into the master table.
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Will throw an UnsupportedOperationException every time.
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Gets the binary comparator used to compare values which are the values of attributes.
getValueComparator() - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Gets the binary comparator used to compare valuess.
getValueComparator() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the value comparator used by this Table: may be null if this Table was not initialized with one.
getValueComparator() - Method in interface org.apache.directory.server.xdbm.Table
Gets the value comparator used by this Table: may be null if this Table was not initialized with one.
getVersion() - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
getVersionNumber() - Method in class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
Returns the version number.
getVersionNumber() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getVersionNumber() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
Returns the version number of the Authenticator.
getWantClientAuth() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getWarFile() - Method in class org.apache.directory.server.integration.http.WebApp
 
getWebApps() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getWiredConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getWiredConnection(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server, authenticating a user.
getWiredContext(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, Control[]) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextFollowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextRefferalIgnore(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextThrowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWkDirPath() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the working directory path to something other than the default.
getWkDirPath() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the working directory path to something other than the default.
getWkDirPath() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
this method always returns null for AvlIndex cause this is a in-memory index.
getWkDirPath() - Method in interface org.apache.directory.server.xdbm.Index
Gets the working directory path to something other than the default.
getWrappedPartition() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Gets the Partition being wrapped.
getWrapperConfigurationFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the wrapper configuration file ('<instance>/conf/wrapper.conf').
getZuluTime() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Gets the generalizedTime when this event occurred.
go() - Method in class org.apache.directory.server.dns.Main
Start an instance of the DNS server.
GOES - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "GOES" reference identifier type.
GPS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "GPS" reference identifier type.
GracefulShutdownHandler - Class in org.apache.directory.server.ldap.handlers.extended
A Handler for the GracefulShutdown extended operation
GracefulShutdownHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
GreaterEqCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching a GreaterEq assertion filter.
GreaterEqCursor(PartitionTxn, Store, GreaterEqEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
Creates a new instance of an GreaterEqCursor
GreaterEqEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
GreaterEqEvaluator(GreaterEqNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Creates a new GreaterEqEvaluator
greaterThan(KerberosTime) - Method in class org.apache.directory.shared.kerberos.KerberosTime
checks if the current kerberos time is greater than the given kerberos time
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the number of records greater than or equal to a key value.
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the number of records greater than or equal to a key value.
greaterThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the number of records greater than or equal to a key value.
groupAdded(String, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Adds a groups members to the cache.
GroupCache - Class in org.apache.directory.server.core.authz
A cache for tracking static group membership.
GroupCache(DirectoryService) - Constructor for class org.apache.directory.server.core.authz.GroupCache
Creates a static group cache.
groupDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Deletes a group's members from the cache.
groupModified(Dn, List<Modification>, Entry, SchemaManager) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupModified(Dn, ModificationOperation, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.authz.GroupCache
 
GROUPS_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the base dn under which all groups reside
GssapiCallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.gssapi
 
GssapiCallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
Creates a new instance of GssapiCallbackHandler.
GssapiMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.gssapi
The GSSAPI Sasl mechanism handler.
GssapiMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
 

H

handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, AbandonRequest) - Method in class org.apache.directory.server.ldap.handlers.request.AbandonRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, AddRequest) - Method in class org.apache.directory.server.ldap.handlers.request.AddRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Deal with a received BindRequest
handle(LdapSession, CompareRequest) - Method in class org.apache.directory.server.ldap.handlers.request.CompareRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, DeleteRequest) - Method in class org.apache.directory.server.ldap.handlers.request.DeleteRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ExtendedRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyDnRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ModifyDnRequestHandler
Deal with a ModifyDN request received from a client.
handle(LdapSession, ModifyRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ModifyRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, UnbindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.UnbindRequestHandler
 
handle(LdapSession, AddResponse) - Method in class org.apache.directory.server.ldap.handlers.response.AddResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, BindResponse) - Method in class org.apache.directory.server.ldap.handlers.response.BindResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, CompareResponse) - Method in class org.apache.directory.server.ldap.handlers.response.CompareResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, DeleteResponse) - Method in class org.apache.directory.server.ldap.handlers.response.DeleteResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ExtendedResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ExtendedResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, IntermediateResponse) - Method in class org.apache.directory.server.ldap.handlers.response.IntermediateResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyDnResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ModifyDnResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ModifyResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultDone) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultDoneHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultEntry) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultEntryHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultReference) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultReferenceHandler
Handle a Ldap message associated with a session
handle(Callback[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
SaslServer will use this method to call various callbacks, depending on the SASL mechanism in use for a session.
handleDISCOVER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPDISCOVER message.
handleDISCOVER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleException(LdapSession, ResultResponseRequest, ResultResponse, Exception) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handles processing with referrals without ManageDsaIT decorator.
handleException(LdapSession, ResultResponseRequest, Exception) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator.
handleExtendedOperation(LdapSession, R) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, CertGenerationRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, GracefulShutdownRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
handleExtendedOperation(LdapSession, PasswordModifyRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, StoredProcedureRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
handleExtendedOperation(LdapSession, WhoAmIRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
Handles the specified extended operation.
handleINFORM(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPINFORM message.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
 
handleMessage(IoSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
handleMessage(IoSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
handleOFFER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPOFFER message.
handleRELEASE(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPRELEASE message.
handleRELEASE(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleREQUEST(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPREQUEST message.
handleREQUEST(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleSaslAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Handle the SASL authentication.
handleSimpleAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Handle the Simple authentication.
handleSyncRequest(LdapSession, SearchRequest) - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
A method to be used by any RFC 4533 compatible provider implementation
handleSyncRequest(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
Process the incoming search request sent by a remote server when trying to replicate.
handleUnknownMessage(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle unknown DHCP message.
HardwareAddress - Class in org.apache.directory.server.dhcp.messages
A representation of a DHCP hardware address.
HardwareAddress(short, short, byte[]) - Constructor for class org.apache.directory.server.dhcp.messages.HardwareAddress
 
has(long) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Checks to see if a snapshot exists for a specific revision.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a key with a specific value.
HAS_KVNO - Static variable in class org.apache.directory.shared.kerberos.components.EncryptedData
A constant used when the key is not present
hasCustomConfigs() - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
This method calls Partition.lookup(LookupOperationContext) and return true if it returns an entry by default.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
HasEntryOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Entry context used for Interceptors.
HasEntryOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
Creates a new instance of HasEntryOperationContext.
HasEntryOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
Creates a new instance of HasEntryOperationContext.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hashCode() - Method in class org.apache.directory.server.core.api.changelog.Tag
hashCode() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
hashCode() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
hashCode() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
hashCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
hashCode() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
hashCode() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
Compute the instance hash code
hashCode() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
hashCode() - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
hashCode() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
hashCode() - Method in class org.apache.directory.server.xdbm.IndexEntry
 
hashCode() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
hashCode() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
hashCode() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
hashCode() - Method in class org.apache.directory.shared.kerberos.components.Checksum
hashCode() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
hashCode() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
hashCode() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
hashCode() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
hashCode() - Method in class org.apache.directory.shared.kerberos.components.HostAddress
hashCode() - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
hashCode() - Method in class org.apache.directory.shared.kerberos.components.MethodData
hashCode() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
hashCode() - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
hashCode() - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
 
hashCode() - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
hashCode() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
HashInterceptorBean - Class in org.apache.directory.server.config.beans
A bean used to store the hash interceptor configuration
HashInterceptorBean() - Constructor for class org.apache.directory.server.config.beans.HashInterceptorBean
Creates a new AuthenticationInterceptorBean instance
hasIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the User's or System's index list
hasIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the User's or System's index list
hasKvno() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Tells if there is a key version.
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasManageDsaItControl() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Checks whether or not the ManageDsaITControl is present.
hasMore() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
hasMore() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
hasMore() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
hasMoreElements() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
hasMoreElements() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
hasMoreElements() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
hasObjectClass(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
hasObjectClass(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
hasParentReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Tells if this Dn has a parent which is a referral.
hasParentReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Tells if this Dn has a parent which is a referral.
hasPermission(AciContext) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Returns true if the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
hasPermission(OperationContext) - Method in class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
hasPermission(OperationContext) - Method in interface org.apache.directory.server.core.trigger.TriggerExecutionAuthorizer
 
hasRequestControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks to see if a request control is present on this request.
hasRequestControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks to see if a request control is present on this request.
hasRequestControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks if any request controls exists for this operation.
hasRequestControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks if any request controls exists for this operation.
hasResponseControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks to see if a response control is present on this operation.
hasResponseControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks to see if a response control is present on this operation.
hasResponseControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks if any response controls have been generated for this operation.
hasResponseControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks if any response controls have been generated for this operation.
hasReverse() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Tells if the index has a reverse table or not
hasReverse() - Method in interface org.apache.directory.server.xdbm.Index
Tells if the index has a reverse table or not
hasSameRequest(SearchRequest, LdapSession) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compare the previous search request and the new one, and return true if they are equal.
hasSessionTransaction() - Method in interface org.apache.directory.server.core.api.CoreSession
 
hasSessionTransaction() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
hasSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Tells if there is a Subentry associated with a Dn
hasSystemIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the System's index list
hasSystemIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the System's index list
hasUserIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the User's index list
hasUserIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the User's index list
height() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
HeimdalKpasswdDecode - Class in org.apache.directory.kerberos.client
 
HeimdalKpasswdDecode(String, String, EncryptionType) - Constructor for class org.apache.directory.kerberos.client.HeimdalKpasswdDecode
 
HighestPrecedenceFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples having a precedence less than the highest remaining precedence.
HighestPrecedenceFilter() - Constructor for class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
 
Host - Class in org.apache.directory.server.dhcp.store
The definition of a host.
Host(String, InetAddress, HardwareAddress) - Constructor for class org.apache.directory.server.dhcp.store.Host
 
HOST_ADDRESS_ADDR_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
HostAddress' tags
HOST_ADDRESS_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
HostAddress - Class in org.apache.directory.shared.kerberos.components
Provides host address information.
HostAddress() - Constructor for class org.apache.directory.shared.kerberos.components.HostAddress
Creates an empty HostAdress instance
HostAddress(HostAddrType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.HostAddress
Creates a new instance of HostAddress.
HostAddress(InetAddress) - Constructor for class org.apache.directory.shared.kerberos.components.HostAddress
Creates a new instance of HostAddress.
HostAddressContainer - Class in org.apache.directory.shared.kerberos.codec.hostAddress
The HostAddress container stores the HostAddress decoded by the Asn1Decoder.
HostAddressContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressContainer
Creates a new HostAddressContainer object.
HostAddresses - Class in org.apache.directory.shared.kerberos.components
Store a list of addresses.
HostAddresses() - Constructor for class org.apache.directory.shared.kerberos.components.HostAddresses
Creates a new instance of HostAddresses.
HostAddresses(HostAddress[]) - Constructor for class org.apache.directory.shared.kerberos.components.HostAddresses
Creates a new instance of HostAddresses.
HostAddressesContainer - Class in org.apache.directory.shared.kerberos.codec.hostAddresses
The HostAddresses container stores the HostAddresses decoded by the Asn1Decoder.
HostAddressesContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesContainer
Creates a new HostAddressesContainer object.
HostAddressesGrammar - Class in org.apache.directory.shared.kerberos.codec.hostAddresses
This class implements the HostAddresses structure.
HostAddressesStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.hostAddresses
This class store the HostAddresess grammar's constants.
HostAddressGrammar - Class in org.apache.directory.shared.kerberos.codec.hostAddress
This class implements the HostAddress structure.
HostAddressInit - Class in org.apache.directory.shared.kerberos.codec.hostAddress.actions
The action used to initialize the HostAddress object
HostAddressInit() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddress.actions.HostAddressInit
Instantiates a new HostAddressInit action.
HostAddressStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.hostAddress
This class store the HostAddress grammar's constants.
HostAddrType - Enum in org.apache.directory.shared.kerberos.codec.types
Host Address type.
HostInformationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.2.
HostInformationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.HostInformationRecordEncoder
 
HostName - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the name of the client.
HostName() - Constructor for class org.apache.directory.server.dhcp.options.vendor.HostName
 
HostName(String) - Constructor for class org.apache.directory.server.dhcp.options.vendor.HostName
 
HTTP_TRANSPORT_ID - Static variable in class org.apache.directory.server.integration.http.HttpServer
protocol identifier for http
HttpDirectoryService - Class in org.apache.directory.server.bridge.http
A wrapper containing the instance of DirectoryService instance to prevent web applications from accessing the DirectoryService.
HttpDirectoryService(DirectoryService) - Constructor for class org.apache.directory.server.bridge.http.HttpDirectoryService
 
HTTPS_TRANSPORT_ID - Static variable in class org.apache.directory.server.integration.http.HttpServer
protocol identifier for https
HttpServer - Class in org.apache.directory.server.integration.http
Class to start the jetty http server
HttpServer() - Constructor for class org.apache.directory.server.integration.http.HttpServer
 
HttpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the HttpServer configuration.
HttpServerBean() - Constructor for class org.apache.directory.server.config.beans.HttpServerBean
Create a new HttpServerBean instance
HttpWebAppBean - Class in org.apache.directory.server.config.beans
A class used to store the HttpWebApp configuration.
HttpWebAppBean() - Constructor for class org.apache.directory.server.config.beans.HttpWebAppBean
Create a new HttpWebAppBean instance

I

I18n - Enum in org.apache.directory.server.i18n
Provides i18n handling of error codes.
id - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The partition ID
idx - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The index to use if any
ignoreReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the throwReferral flag to false
ignoreReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Set the throwReferral flag to false
ignoreReferral() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the throwReferral flag to false
ImpressServers - Class in org.apache.directory.server.dhcp.options.vendor
The Impress server option specifies a list of Imagen Impress servers available to the client.
ImpressServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ImpressServers
 
increment() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Increment the count
incrementCurrentPosition(int) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Set the new current position, incrementing it with the number of returned entries.
Index<K,E> - Interface in org.apache.directory.server.xdbm
An index used to retrieve elements into the master table.
IndexAssertion<K,E,I> - Interface in org.apache.directory.server.core.partition.impl.btree
Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexAssertionEnumeration - Class in org.apache.directory.server.core.partition.impl.btree
A prefetching NamingEnumeration over an underlying NamingEnumeration which determines if a element should be returned based on a Assertion.
IndexAssertionEnumeration(NamingEnumeration<IndexEntry>, IndexAssertion) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexAssertionEnumeration(NamingEnumeration<IndexEntry>, IndexAssertion, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexBean - Class in org.apache.directory.server.config.beans
A class used to store the IndexBean configuration.
IndexBean() - Constructor for class org.apache.directory.server.config.beans.IndexBean
Create a new IndexBean instance
IndexCursorAdaptor<K> - Class in org.apache.directory.server.core.partition.impl.btree
A Cursor which adapts an underlying Tuple based Cursor to one which returns IndexEntry objects rather than tuples.
IndexCursorAdaptor(PartitionTxn, Cursor<Tuple>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
Creates an IndexCursorAdaptor which wraps and adapts a Cursor from a table to one which returns an IndexEntry.
IndexEntry<K,I> - Class in org.apache.directory.server.xdbm
An index id value pair based on a Tuple which can optionally reference the indexed Entry if one has already been loaded.
IndexEntry() - Constructor for class org.apache.directory.server.xdbm.IndexEntry
Creates a ForwardIndexEntry instance
IndexEnumeration<T> - Class in org.apache.directory.server.core.partition.impl.btree
A NamingEnumeration over an Index which returns IndexRecords.
IndexEnumeration(NamingEnumeration<Tuple>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration<Tuple>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration<Tuple>, boolean, Pattern) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexNotFoundException - Exception in org.apache.directory.server.xdbm
NamingException for missing indicies if full table scans are disallowed.
IndexNotFoundException(String) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String, Throwable) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message and a root cause exception.
IndexValueSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
 
IndexValueSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
 
Inet6AddressRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
Inet6AddressRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.Inet6AddressRecordEncoder
 
INFINITY - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
Constant for the KerberosTime "infinity."
init(DirectoryService) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Registers and initializes all AdministrativePoints to this service.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Initialize the ChangeLog system.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Initialize the store.
init(DirectoryService) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
This method does nothing by default.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Intializes this interceptor.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.journal.Journal
Initialize the Journal.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Initialize the store.
init(DirectoryService, String...) - Method in interface org.apache.directory.server.core.api.ReferralManager
Initialize the manager, reading all the referrals from the base.
init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Initializes (directoryService and and calls AbstractAuthenticator.doInit() method.
init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Registers and initializes all Authenticators to this service.
init(DirectoryService) - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being placed into service.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Initializes this interceptor based service by getting a handle on the nexus, setting up the tuple and group membership caches, the ACIItem parser and the ACDF engine.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Initialize the ChangeLog system.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Initialize the store.
init(DirectoryService) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.event.EventInterceptor
Initialize the event interceptor.
init(DirectoryService) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
This method does nothing by default.
init(String) - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Inits the directory service factory.
init(String) - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Inits the directory service factory.
init(DirectoryService) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Initialize the Journal.
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Initialize the interceptor
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Initialize the registries, normalizers.
init(DirectoryService) - Method in class org.apache.directory.server.core.number.NumberIncrementingInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmDnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotDnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotRdnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(DirectoryService) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Initialize the Schema Service
init(DirectoryService, String...) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Initialize the manager, reading all the referrals from the base.
init(DirectoryService) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Initialize the Subentry Interceptor
init(DirectoryService) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
init() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
init() - Method in interface org.apache.directory.server.factory.LdapServerFactory
 
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapServer, TcpTransport) - Static method in class org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer
Initialize the LDAPS server.
init(DirectoryService) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Initializes the consumer
init(DirectoryService) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Init the replication service
INIT - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "INIT" reference identifier type.
init() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Initialize the Acceptor if needed
init() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Initialize the Acceptor if needed
init() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
Initialize the Acceptor if needed
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
initConfigPartition() - Method in class org.apache.directory.server.config.ConfigPartitionInitializer
Initializes the configuration partition.
initGeneralReply(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Initialize a general DHCP reply message.
INITIALIZATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
initialize() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Initializes this partition.
initialize() - Method in interface org.apache.directory.server.core.api.partition.Partition
Initializes this partition.
initialized - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
true if and only if this partition is initialized.
initialized - Variable in class org.apache.directory.server.xdbm.AbstractIndex
whether or not this index has been initialized
initInstance() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Intializes the instance.
inject(OperationContext, StoredProcedureParameter) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector.MicroInjector
 
injectEntries(DirectoryService, String) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Inject an ldif String into the server.
injectEntries(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Inject an ldif String into the server.
injectLdifFiles(Class<?>, DirectoryService, String[]) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
injects the LDIF entries present in a LDIF file
injectReferralControl(OperationContext) - Method in class org.apache.directory.server.core.jndi.ServerContext
Set the referral handling flag into the operation context using the JNDI value stored into the environment.
INNER - Static variable in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
inputClosed(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
inputClosed(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
inputClosed(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
inputClosed(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
 
insert(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Inserts a key.
insert(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
insert(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Inserts a LinkedAvlNode with the given key.
insert(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
insert(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Inserts a LinkedAvlMapNode with the given key and value.
insert(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Inserts a LinkedAvlMapNode with the given key and value.
insert(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
insertSaslFilter(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractMechanismHandler
Inject a SaslFilter into the Filter chain, to deal with modified PDU sent when some mechanisms have been negotiated (DIGEST-MD5, GSSAPI, for instance)
INSTANCE - Static variable in class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
the default validator's instance
INSTANCE - Static variable in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
a reusable instance of this Marshaller
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
A static instance of a StringSerializer
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
INSTANCE - Static variable in class org.apache.directory.server.core.shared.NullStringSerializer
 
InstanceLayout - Class in org.apache.directory.server.core.api
Convenience class to encapsulate paths to various directories and files within an instance.
InstanceLayout(File) - Constructor for class org.apache.directory.server.core.api.InstanceLayout
Creates a new instance of InstanceLayout.
InstanceLayout(String) - Constructor for class org.apache.directory.server.core.api.InstanceLayout
Creates a new instance of InstanceLayout.
instantiateLdapServer(CreateLdapServer, DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Just gives an instance of LdapServer without starting it.
INSTANTIATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
IntegrationUtils - Class in org.apache.directory.server.core.integ
Integration test utility methods.
IntegrationUtils() - Constructor for class org.apache.directory.server.core.integ.IntegrationUtils
 
Interceptor - Interface in org.apache.directory.server.core.api.interceptor
Filters invocations on DefaultPartitionNexus.
InterceptorBean - Class in org.apache.directory.server.config.beans
A class used to store the Interceptors configuration.
InterceptorBean() - Constructor for class org.apache.directory.server.config.beans.InterceptorBean
Creates a new InterceptorBean
InterceptorEnum - Enum in org.apache.directory.server.core.api
The list of mandatory interceptors we use in the server.
InterceptorException - Exception in org.apache.directory.server.core.api.interceptor
A LdapException that wraps uncaught runtime exceptions thrown from Interceptors.
InterceptorException(Interceptor) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException with a custom message.
InterceptorException(Interceptor, Throwable) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String, Throwable) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
interceptors - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The interceptors to call for this operation
InterfaceMtu - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the MTU to use on this interface.
InterfaceMtu() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.InterfaceMtu
 
IntermediateResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for IntermediateResponses.
IntermediateResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.IntermediateResponseHandler
 
IntOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
IntOption() - Constructor for class org.apache.directory.server.dhcp.options.IntOption
 
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Does nothing leaving it so subclasses can override.
invalidateCache(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Callback used to respond to password changes by invalidating a password cache if implemented.
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
We don't handle any cache when using a delegated authentication
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Remove the principal form the cache.
InvalidTicketException - Exception in org.apache.directory.shared.kerberos.exceptions
A exception used when there was an error while creating a Ticket
InvalidTicketException(ErrorType) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.InvalidTicketException
 
InvalidTicketException(ErrorType, String) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.InvalidTicketException
 
INVOCATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
invokeProcedure(CoreSession, String, Object[]) - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
invokeProcedure(CoreSession, String, Object[]) - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
Invokes the stored procedure handled by the engine.
IP_ADDRESS - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsIpAddress
IpAddressLeaseTime - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in a client request (DHCPDISCOVER or DHCPREQUEST) to allow the client to request a lease time for the IP address.
IpAddressLeaseTime() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
IpAddressLeaseTime(long) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
IpForwarding - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies whether the client should configure its IP layer for packet forwarding.
IpForwarding() - Constructor for class org.apache.directory.server.dhcp.options.perhost.IpForwarding
 
IPv6RecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for AAAA records.
IPv6RecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.IPv6RecordDecoder
 
isAbandoned() - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
isAbandoned() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
isAbandoned() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
isAcceptNonAuthenticatedData() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isAccessControlEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if access control checks are enabled.
isAccessControlEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if access control checks are enabled.
isAdd(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is an ADD
isAdministrator() - Method in interface org.apache.directory.server.core.api.CoreSession
Returns true if the effective principal associated with this session is the administrator.
isAdministrator() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
TODO - perhaps we should just use a flag that is calculated on creation of this session
isAfterLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isAfterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isAfterLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isAllOperationalAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isAllowAnonymousAccess() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if anonymous access is allowed on entries besides the RootDSE.
isAllowAnonymousAccess() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if anonymous access is allowed on entries besides the RootDSE.
isAllUserAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isAnAdministrator() - Method in interface org.apache.directory.server.core.api.CoreSession
Returns true if the effective principal associated with this session is the administrator or is within the administrators group.
isAnAdministrator() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
TODO - this method impl does not check to see if the principal is in the administrators group - it only returns true of the principal is the actual admin user.
isAnonymous() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not this user is anonymous.
isAnonymous() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not this user is anonymous.
isAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAscending() - Method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
 
isAuthenticated() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAuthoritativeAnswer() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a BindRequest, either Simple or SASL
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines an autonomous area
isBeforeFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isBeforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isBeforeFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isBodyChecksumVerified() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isCatelogBased() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Gets true if this service uses a catalog for searching different regions of the DIT for its data.
isChangeLogExposed() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
isChaseReferrals() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
Tells if we chase referrals
isClosed() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isClosed() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isClosed() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
isClosed() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
isCollateralOperation() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Tells if the current operation is considered a side effect of the current context
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
Provides true if negationstate is NegotiationState#COMPLETED
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
 
isConfidential() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not confidentiality is enabled for this session.
isConfidential() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not confidentiality is enabled for this session.
isConfidentialityRequired() - Method in class org.apache.directory.server.ldap.LdapServer
Gets whether or not TLS secured connections are required to perform operations on this LdapServer.
isConfidentialityRequirementSatisfied(IoSession) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Checks to see if confidentiality requirements are met.
isConnected() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isControlSupported(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isDelegateSsl() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
isDelegateTls() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
isDelete(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a DELETE
isDenormalizeOpAttrsEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
return true if the operational attributes must be normalized when returned
isDerefAlways() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Gets whether or not dereferencing is enabled for this evaluator.
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Gets whether or not dereferencing is enabled for this evaluator.
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
isDerefFinding() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDerefInSearching() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDirty() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
isDisabled() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
a convenient method to finding if this bean was disabled in the config
isDisabled(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is disabled.
isDisabled() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns whether this account is disabled.
isDone() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isDsAccessControlEnabled() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsAllowAnonymousAccess() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsPasswordHidden() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDupsAllowed() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
tells if the duplicate keys are supported or not.
isDupsAllowed() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
tells if the duplicate keys are supported or not.
isDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.AbstractIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.AbstractTable
Checks to see if this Table has allows for duplicate keys (a.k.a.
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in interface org.apache.directory.server.xdbm.Index
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this Table has allows for duplicate keys (a.k.a.
isEmpty() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Tests if the tree is empty.
isEmpty() - Method in interface org.apache.directory.server.core.avltree.AvlTree
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
isEmpty() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
isEmpty() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
isEmpty() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
isEmptyAddressesAllowed() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isEnabled() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
 
isEnabled() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Checks whether or not the change log has been enabled to track changes.
isEnabled() - Method in interface org.apache.directory.server.core.api.journal.Journal
Checks whether or not the Journal has been enabled.
isEnabled() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Checks whether or not the change log has been enabled to track changes.
isEnabled(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is enabled.
isEnabled() - Method in class org.apache.directory.server.core.journal.DefaultJournal
Checks whether or not the Journal has been enabled.
isEnabled() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Services can be enabled or disabled.
isEnabled() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Services can be enabled or disabled.
isEnableLdaps(Transport) - Method in class org.apache.directory.server.ldap.LdapServer
Returns true if LDAPS is enabled.
isEncInSKey() - Method in class org.apache.directory.kerberos.credentials.cache.Credentials
 
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
isEntry() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isEventOlderThan(String) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
checks if the event's CSN is older than the given CSN
isExitVmOnShutdown() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isExitVmOnShutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isExposed() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
isExposed() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isExtracted() - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
Gets whether or not the schema has already been added to the schema partition.
isFilterChar(char) - Static method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Check if the given char is a filter escaped char <filterEscapedChars> ::= '\0' | '(' | ')' | '*' | '\'
isFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isFirstStart() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isFlagSet(int, int) - Static method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Check if a flag is set
isFlagSet(KerberosFlag) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Check if a flag is set for the actual value
isFlagSet(int) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Check if a flag is set
isFlagSet(KerberosFlag) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
Check if a flag is set for the actual value
isFlagSet(int) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
Check if a flag is set
isForwardable() - Method in class org.apache.directory.kerberos.client.AbstractTicket
 
isForwardable() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - forwardable
isForwardableAllowed() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isForwarded() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - forwarded
isGenerateNoReplEvt() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isHwAuthent() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - hardware authentication
isInClockSkew(long) - Method in class org.apache.directory.shared.kerberos.KerberosTime
Returns whether this KerberosTime is within the given clockskew.
isInitial() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - initial
isInitialized() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Checks to see if this partition is initialized or not.
isInitialized() - Method in interface org.apache.directory.server.core.api.partition.Partition
Checks to see if this partition is initialized or not.
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Tells if the AdministrativePoint defines a inner area
isInRange(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
Check whether the specified address is within the range for this subnet.
isIntermediate() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isInvalid() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - invalid
isJdbmPartitionOptimizerEnabled() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
 
isKerberosString(byte[]) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
 
isKrbBodyChecksumVerified() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isKrbEmptyAddressesAllowed() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isKrbForwardableAllowed() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isKrbPaEncTimestampRequired() - Method in class org.apache.directory.server.config.beans.KdcServerBean
Returns whether pre-authentication by encrypted timestamp is required.
isKrbPostdatedAllowed() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isKrbProxiableAllowed() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isKrbRenewableAllowed() - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
isLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isLdapServerConfidentialityRequired() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
isLeaf() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
isLeaf() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
isLoaded(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is loaded.
isLockedOut() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns whether this account is locked-out.
isLogChange() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
isLogChange() - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
 
isLogSearchSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService supports searching for changes.
isLogSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService supports searching for changes.
isMayPosdate() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - may be postdated
isMmrMode() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isModify(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MODIFY
isMove(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MOVE
isMoveAndRename(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MOVE and RENAME
isNeedClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
isNeverDeref() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isNewEncryptionType(EncryptionType) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
checks if the given encryption type is *new* (ref sec#3.1.3 of rfc4120)
isNoAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isOkAsDelegate() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - OK as delegate
isOptimizerEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if the Optimizer is enabled or not
isOrderedSet() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets whether or not the stored value is an ordered set.
isOutsideClockSkew(long) - Method in class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl.ReplayCacheEntry
Returns whether this ReplayCacheImpl.ReplayCacheEntry is older than a given time.
isPaEncTimestampRequired() - Method in class org.apache.directory.server.kerberos.KerberosConfig
Returns whether pre-authentication by encrypted timestamp is required.
isPartitionSyncOnWrite() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
isPasswordHidden() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if the service requires the userPassword attribute to be masked.
isPasswordHidden() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if the service requires the userPassword attribute to be masked.
isPostdated() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - postdated
isPostdatedAllowed() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isPreAuth() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - pre-authentication
isPreAuthEnabled() - Method in class org.apache.directory.kerberos.client.TgtRequest
 
isPreAuthenticated() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
isPrefix() - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
isPrefix() - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
isPrincipalAnAdministrator(Dn) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
isPrincipalAnAdministrator(String) - Method in class org.apache.directory.server.core.authz.GroupCache
An optimization.
isProxiable() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - proxiable
isProxiableAllowed() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isProxy() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - proxy
isPushInRealTime() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
 
isPushToEvtInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isPwdAllowUserChange() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdAllowUserChange() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdLockout() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdLockout() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdMustChange() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdMustChange() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdMustChange() - Method in interface org.apache.directory.server.core.api.CoreSession
 
isPwdMustChange() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
isPwdPolicyEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isPwdPolicyEnabled() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
isPwdPolicyEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
isPwdSafeModify() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdSafeModify() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isRecursionAvailable() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isRecursionDesired() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isRedirect(byte[]) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
Checks to see if a byte[] contains a redirect.
isReferral() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Tells if a Dn is a referral (its associated entry contains the Referral ObjectClass).
isReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Tells if a Dn is a referral (its associated entry contains the Referral ObjectClass).
isReferralIgnored() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
isReferralIgnored() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
isReferralIgnored() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
isReferralThrown() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
isReferralThrown() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
isReferralThrown() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
isRefreshNPersist() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
isRefreshNPersist() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isRelative() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
isRemovable(ACITuple, AttributeType, Value, Entry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
isRename(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a RENAME
isRenewable() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - renewable
isRenewableAllowed() - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
isReplay(KerberosPrincipal, KerberosPrincipal, KerberosTime, int) - Method in interface org.apache.directory.server.kerberos.shared.replay.ReplayCache
Returns whether a request is a replay, based on the server principal, client principal, time, and microseconds.
isReplay(KerberosPrincipal, KerberosPrincipal, KerberosTime, int) - Method in class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl
Check if an entry is a replay or not.
isReplEnabled() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
isReplEvent() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isReplRefreshNPersist() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isReplStrictCertValidation() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isReplUseTls() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isRequestCompleted(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isReserved() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isReserved() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - reserved
isResourceRecord(RecordType) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns whether a given RecordType is a ResourceRecord.
isSaslAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a SASL BindRequest
isSaslBind() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
isSchemaAware() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
isSchemaEnabled(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if a schema is loaded and enabled
isSchemaLoaded(Dn) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if the schema the Dn references is loaded or not
isSchemaLoaded(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if the schemaName is loaded or not
isShutdownHookEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
Checks to see if this DirectoryService has registered a JVM shutdown hook to flush caches and synchronize to disk safely.
isShutdownHookEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isSimpleAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a Simple BindRequest
isSingleton() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets whether or not the stored value is a singleton.
isSizeLimitReached() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Check the size limit
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Tells if the AdministrativePoint defines a specific area
isSSLEnabled() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
isSSLEnabled() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
isStarted() - Method in class org.apache.directory.server.configuration.ApacheDS
 
isStarted() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if this service is started.
isStarted() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isStarted() - Method in class org.apache.directory.server.ldap.LdapServer
 
isStarted() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets whether or not this service has been started.
isStarted() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets whether or not this service has been started.
isStrictCertVerification() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isSynchronous() - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
indicates if this listener needs to be invoked synchronously
isSynchronous() - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
isSynchronous() - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
isSynchronous() - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
isSynchronous() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
 
isSyncOnWrite() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
always returns false, cause this is a in-memory store
isSyncOnWrite - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
true if we sync disks on every write operation
isSyncOnWrite() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
isSyncOnWrite() - Method in interface org.apache.directory.server.xdbm.Store
 
isSyncreplLookup() - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
 
isSyncreplSearch() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
isTagSearchSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService supports searching for snapshot tags.
isTagSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService supports searching for snapshot tags.
isTagStorageSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService stores snapshot tags.
isTagStorageSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService stores snapshot tags.
isTCP() - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
isTimeLimitReached() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Check if we have reached the time limit
isTransitedPolicyChecked() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Ticket flag - transitedEncoding policy checked
isTransportEnableSSL() - Method in class org.apache.directory.server.config.beans.TransportBean
 
isTruncated() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isTypesOnly() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isUseLegacyChngPwdProtocol() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
isUseTcp() - Method in class org.apache.directory.kerberos.client.KerberosChannel
 
isUseTls() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isUseUdp() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
isValid(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Check that this selector is a valid one.
isValid(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Check that this selector is a valid one.
isValidCookie(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Check the cookie syntax.
isVirtual() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not this session is virtual.
isVirtual() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not this session is virtual.
isWantClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
isZero() - Method in class org.apache.directory.shared.kerberos.KerberosTime
Returns whether this KerberosTime is zero.
iterator() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
iterator() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
 
iterator() - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
iterator() - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
 
iterator() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
iterator() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
iterator() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
iterator() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor

J

JAVA_CLASS_BYTE_CODE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_BYTE_CODE_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JavaStoredProcEngine - Class in org.apache.directory.server.core.api.sp.java
A StoredProcEngine implementation specific to Java stored procedures.
JavaStoredProcEngine() - Constructor for class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
JavaStoredProcEngineConfig - Class in org.apache.directory.server.core.api.sp.java
A StoredProcEngineConfig implementation specific to Java stored procedures.
JavaStoredProcEngineConfig() - Constructor for class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
JAVAX_SCRIPT_STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVAX_SCRIPT_STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JdbmDnIndex - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A special index which stores DN objects.
JdbmDnIndex(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmDnIndex
 
JdbmIndex<K> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Jdbm based index implementation.
JdbmIndex(String, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Creates a JdbmIndex instance for a give AttributeId
JdbmIndexBean - Class in org.apache.directory.server.config.beans
A class used to store the JdbmIndex configuration.
JdbmIndexBean() - Constructor for class org.apache.directory.server.config.beans.JdbmIndexBean
Create a new JdbmIndexBean instance
JdbmMasterTable - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
The master table used to store the Attributes of entries.
JdbmMasterTable(RecordManager, SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Creates the master table using JDBM B+Trees for the backing store.
JdbmMasterTable(RecordManager, SchemaManager, String, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
 
JdbmPartition - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Partition that stores entries in JDBM database.
JdbmPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Creates a store based on JDBM B+Trees.
JdbmPartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the JdbmPartition configuration.
JdbmPartitionBean() - Constructor for class org.apache.directory.server.config.beans.JdbmPartitionBean
Create a new JdbmPartitionBean instance
JdbmPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate JdbmPartitions.
JdbmPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.JdbmPartitionFactory
 
JdbmPartitionWriteTxn - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
The JDBM partition write transaction
JdbmPartitionWriteTxn(RecordManager, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Create an instance of JdbmPartitionWriteTxn
JdbmRdnIndex - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A special index which stores Rdn objects.
JdbmRdnIndex() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndex
 
JdbmTable<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
JdbmTable(SchemaManager, String, int, RecordManager, Comparator<K>, Comparator<V>, Serializer, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction that enables duplicates.
JdbmTable(SchemaManager, String, RecordManager, Comparator<K>, Serializer, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction without duplicates enabled using a simple key comparator.
JNDI_KEY - Static variable in interface org.apache.directory.server.core.api.DirectoryService
 
JndiRecordStoreImpl - Class in org.apache.directory.server.dns.store.jndi
A DirectoryService-backed implementation of the RecordStore interface.
JndiRecordStoreImpl(String, String, DirectoryService) - Constructor for class org.apache.directory.server.dns.store.jndi.JndiRecordStoreImpl
Creates a new instance of JndiRecordStoreImpl.
Journal - Interface in org.apache.directory.server.core.api.journal
A facade for the Journal subsystem.
JournalBean - Class in org.apache.directory.server.config.beans
A class used to store the Journal configuration.
JournalBean() - Constructor for class org.apache.directory.server.config.beans.JournalBean
Create a new JournalBean instance
JournalEvent - Class in org.apache.directory.server.core.api.journal
TODO JournalEvent.
JournalEvent() - Constructor for class org.apache.directory.server.core.api.journal.JournalEvent
 
JournalInterceptor - Class in org.apache.directory.server.core.journal
An interceptor which intercepts write operations to the directory and logs them into a journal.
JournalInterceptor() - Constructor for class org.apache.directory.server.core.journal.JournalInterceptor
Creates a new instance of a JournalInterceptor.
JournalStore - Interface in org.apache.directory.server.core.api.journal
A store for change events on the directory which exposes methods for managing, querying and in general performing legal operations on the log.

K

KDC_ERR_BAD_PVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested protocol version number not supported.
KDC_ERR_BADOPTION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC cannot accommodate requested option.
KDC_ERR_C_OLD_MAST_KVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client's key encrypted in old master key.
KDC_ERR_C_PRINCIPAL_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client not found in Kerberos database.
KDC_ERR_CANNOT_POSTDATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket not eligible for postdating.
KDC_ERR_CANT_VERIFY_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Can't verify certificate.
KDC_ERR_CLIENT_NAME_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client names do not match.
KDC_ERR_CLIENT_NOT_TRUSTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client is not trusted.
KDC_ERR_CLIENT_NOTYET - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client not yet valid; try again later.
KDC_ERR_CLIENT_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Clients credentials have been revoked.
KDC_ERR_DH_KEY_PARAMETERS_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Diffie-Hellman (DH) key parameters not accepted.
KDC_ERR_DIGEST_IN_CERT_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Digest in certificate not accepted.
KDC_ERR_DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Digest in signed data not accepted.
KDC_ERR_ETYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for encryption type.
KDC_ERR_INCONSISTENT_KEY_PURPOSE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Inconsistent key purpose.
KDC_ERR_INVALID_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Invalid certificate.
KDC_ERR_INVALID_SIG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Signature is invalid.
KDC_ERR_KEY_EXPIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Password has expired; change password to reset.
KDC_ERR_MUST_USE_USER2USER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server valid for user2user only.
KDC_ERR_NAME_EXP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client's entry in database has expired.
KDC_ERR_NEVER_VALID - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested start time is later than end time.
KDC_ERR_NONE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
No error.
KDC_ERR_NULL_KEY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
The client or server has a null key.
KDC_ERR_PA_CHECKSUM_MUST_BE_INCLUDED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
PA checksum must be included.
KDC_ERR_PADATA_TYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for padata type.
KDC_ERR_PATH_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC Policy rejects transited path.
KDC_ERR_POLICY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC policy rejects request.
KDC_ERR_PREAUTH_FAILED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Pre-authentication information was invalid.
KDC_ERR_PREAUTH_REQUIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Additional pre-authentication required.
KDC_ERR_PRINCIPAL_NOT_UNIQUE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Multiple principal entries in database.
KDC_ERR_PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Public key encryption not supported.
KDC_ERR_REVOCATION_STATUS_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revocation status unknown.
KDC_ERR_REVOKED_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revoked certificate.
KDC_ERR_S_OLD_MAST_KVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server's key encrypted in old master key.
KDC_ERR_S_PRINCIPAL_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server not found in Kerberos database.
KDC_ERR_SERVER_NOMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested server and ticket don't match.
KDC_ERR_SERVICE_EXP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server's entry in database has expired.
KDC_ERR_SERVICE_NOTYET - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server not yet valid; try again later.
KDC_ERR_SERVICE_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Credentials for server have been revoked.
KDC_ERR_SUMTYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for checksum type.
KDC_ERR_SVC_UNAVAILABLE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
A service is not available.
KDC_ERR_TGT_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
TGT has been revoked.
KDC_ERR_TRTYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for transited type.
KDC_REP_CNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REP_CREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REP_ENC_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REP_MSG_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REP_PA_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REP_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KRB-REP's tags
KDC_REP_TICKET_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_ADDITIONAL_TICKETS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_ADDRESSES_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_CNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_ENC_AUTHZ_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_ETYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_FROM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_KDC_OPTIONS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KRB-REQ-BODY's tags
KDC_REQ_BODY_NONCE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_REALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_RTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_BODY_TILL_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_KDC_REQ_BODY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_MSG_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_PA_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KDC_REQ_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KRB-REQ's tags
KdcClientUtil - Class in org.apache.directory.kerberos.client
A class with utility methods.
KdcClientUtil() - Constructor for class org.apache.directory.kerberos.client.KdcClientUtil
 
KdcConfig - Class in org.apache.directory.kerberos.client
Configuration class for KDC and changepassword servers.
KdcConfig() - Constructor for class org.apache.directory.kerberos.client.KdcConfig
 
KdcConnection - Class in org.apache.directory.kerberos.client
A client to connect to kerberos servers using TCP or UDP transports.
KdcConnection(KdcConfig) - Constructor for class org.apache.directory.kerberos.client.KdcConnection
Creates a new instance of KdcConnection.
KdcContext - Class in org.apache.directory.server.kerberos.kdc
The context used to store the collected and computed data while processing a kerberos message.
KdcContext() - Constructor for class org.apache.directory.server.kerberos.kdc.KdcContext
 
KdcOptions - Class in org.apache.directory.shared.kerberos.codec.options
The list of possible KDC options.
KdcOptions() - Constructor for class org.apache.directory.shared.kerberos.codec.options.KdcOptions
Creates a new instance of KdcOptions.
KdcOptions(byte[]) - Constructor for class org.apache.directory.shared.kerberos.codec.options.KdcOptions
Creates a new instance of KdcOptions.
KdcRep - Class in org.apache.directory.shared.kerberos.components
The KDC-REP data structure.
KdcRep(KerberosMessageType) - Constructor for class org.apache.directory.shared.kerberos.components.KdcRep
Creates a new instance of KDC-REP.
KdcRepContainer - Class in org.apache.directory.shared.kerberos.codec.kdcRep
The KdcReq container stores the KDC-REP decoded by the Asn1Decoder.
KdcRepContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepContainer
Creates a new KdcReqContainer object.
KdcRepGrammar - Class in org.apache.directory.shared.kerberos.codec.kdcRep
This class implements the KdcReq structure.
KdcRepStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.kdcRep
This class store the KDC-REP grammar's constants.
KdcReq - Class in org.apache.directory.shared.kerberos.components
The KDC-REQ data structure.
KdcReq(KerberosMessageType) - Constructor for class org.apache.directory.shared.kerberos.components.KdcReq
Creates a new instance of KDC-REQ.
KdcReqBody - Class in org.apache.directory.shared.kerberos.components
The KDC-REQ-BODY data structure.
KdcReqBody() - Constructor for class org.apache.directory.shared.kerberos.components.KdcReqBody
Creates a new instance of RequestBody.
KdcReqBodyContainer - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody
The KdcReqBody container stores the KDC-REQ-BODY decoded by the Asn1Decoder.
KdcReqBodyContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyContainer
Creates a new KdcReqBodyContainer object.
KdcReqBodyGrammar - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody
This class implements the KdcReqBody structure.
KdcReqBodyInit - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to initialize the KDC-REQ-BODY object
KdcReqBodyInit() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.KdcReqBodyInit
Instantiates a new KdcReqBodyInit action.
KdcReqBodyStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.kdcReqBody
This class store the KDC-REQ-BODY grammar's constants.
KdcReqContainer - Class in org.apache.directory.shared.kerberos.codec.kdcReq
The KdcReq container stores the KDC-REQ decoded by the Asn1Decoder.
KdcReqContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer
Creates a new KdcReqContainer object.
KdcReqGrammar - Class in org.apache.directory.shared.kerberos.codec.kdcReq
This class implements the KdcReq structure.
KdcReqStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.kdcReq
This class store the KDC-REQ grammar's constants.
kdcServer - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The used KdcServer instance
KdcServer - Class in org.apache.directory.server.kerberos.kdc
Contains the configuration parameters for the Kerberos protocol provider.
KdcServer() - Constructor for class org.apache.directory.server.kerberos.kdc.KdcServer
Creates a new instance of KdcServer with the default configuration.
KdcServer(KerberosConfig) - Constructor for class org.apache.directory.server.kerberos.kdc.KdcServer
Creates a new instance of KdcServer with the given config.
KdcServerBean - Class in org.apache.directory.server.config.beans
A class used to store the KdcServer configuration.
KdcServerBean() - Constructor for class org.apache.directory.server.config.beans.KdcServerBean
Create a new KdcServerBean instance
KERBEROS_V5 - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
The Kerberos version 5
KerberosAttribute - Class in org.apache.directory.shared.kerberos
 
KerberosAttribute() - Constructor for class org.apache.directory.shared.kerberos.KerberosAttribute
 
KerberosChannel - Class in org.apache.directory.kerberos.client
A class for sending and receiving kerberos request and response data
KerberosChannel() - Constructor for class org.apache.directory.kerberos.client.KerberosChannel
 
KerberosConfig - Class in org.apache.directory.server.kerberos
 
KerberosConfig() - Constructor for class org.apache.directory.server.kerberos.KerberosConfig
 
KerberosConstants - Class in org.apache.directory.shared.kerberos
An cass to define Kerberos constants
KerberosConstants() - Constructor for class org.apache.directory.shared.kerberos.KerberosConstants
 
KerberosDecoder - Class in org.apache.directory.shared.kerberos.codec
 
KerberosDecoder() - Constructor for class org.apache.directory.shared.kerberos.codec.KerberosDecoder
 
KerberosEncoder - Class in org.apache.directory.shared.kerberos.codec
 
KerberosEncoder() - Constructor for class org.apache.directory.shared.kerberos.codec.KerberosEncoder
 
KerberosException - Exception in org.apache.directory.shared.kerberos.exceptions
The root of the Kerberos exception hierarchy.
KerberosException(ErrorType) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType.
KerberosException(KrbError) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a new instance of KerberosException.
KerberosException(ErrorType, Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType and an underlying Throwable that caused this fault.
KerberosException(ErrorType, String) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType and a custom error message.
KerberosException(ErrorType, String, Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType, a custom error message, and an underlying Throwable that caused this fault.
KerberosException(ErrorType, byte[]) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType and data helping to explain what caused this fault.
KerberosException(ErrorType, byte[], Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType, data helping to explain what caused this fault, and an underlying Throwable that caused this fault.
KerberosException(int, String) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an error code and a message.
KerberosException(int, String, Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an error code, a message and an underlying Throwable that caused this fault.
KerberosException(int, String, byte[]) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an error code, a message, and data helping to explain what caused this fault.
KerberosException(int, String, byte[], Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an error code, a message, and data helping to explain what caused this fault.
KerberosFlag - Interface in org.apache.directory.shared.kerberos.flags
This interface must be implemented by all the inherited Flag classes : - TicketFlag - ApOption - KdcOption
KerberosFlags - Interface in org.apache.directory.shared.kerberos.flags
 
KerberosKeyFactory - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
A factory class for producing KerberosKey's.
KerberosKeyFactory() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
 
KerberosMessage - Class in org.apache.directory.shared.kerberos.messages
 
KerberosMessage(KerberosMessageType) - Constructor for class org.apache.directory.shared.kerberos.messages.KerberosMessage
Creates a new instance of KerberosMessage.
KerberosMessage(int, KerberosMessageType) - Constructor for class org.apache.directory.shared.kerberos.messages.KerberosMessage
Creates a new instance of KerberosMessage.
KerberosMessageContainer - Class in org.apache.directory.shared.kerberos.codec
The KerberosMessage container stores all the messages decoded by the Asn1Decoder.
KerberosMessageContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
Creates a new KerberosMessageContainer object.
KerberosMessageGrammar - Class in org.apache.directory.shared.kerberos.codec
This class implements the KerberosMessage message.
KerberosMessageStatesEnum - Enum in org.apache.directory.shared.kerberos.codec
This class store the Kerberos grammar's constants.
KerberosMessageType - Enum in org.apache.directory.shared.kerberos
An enum listing all the Kerberos V5 messages : AS-REQ (10) : Authentication Serveur Request AS-REP (11) : Authentication Serveur Response TGS-REQ (12) : Ticket Granting Server Request TGS-REP (13) : Ticket Granting Server Response AP-REQ (14) : Application Request AP-REP (15) : Application Response KRB-SAFE (20) : Safe (checksummed) application message KRB-PRIV (21) : Private (encrypted) application message KRB-CRED (22) : Private (encrypted) message to forward credentials ENC_AP_REP_PART (27) : Encrypted application reply part ENC_PRIV_PART (28) : Encrypted private message part KRB-ERROR (30) : A kerberos error response
KerberosProtocolCodecFactory - Class in org.apache.directory.server.kerberos.protocol.codec
 
KerberosProtocolHandler - Class in org.apache.directory.server.kerberos.protocol
The Kerberos protocol handler for MINA which handles requests for the authentication service and the ticket granting service of the KDC.
KerberosProtocolHandler(KdcServer, PrincipalStore) - Constructor for class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
Creates a new instance of KerberosProtocolHandler.
KerberosTime - Class in org.apache.directory.shared.kerberos
An specialization of the ASN.1 GeneralTime.
KerberosTime() - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of a KerberosTime object
KerberosTime(String) - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of a KerberosTime object
KerberosTime(long) - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of a KerberosTime object
KerberosTime(Date) - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of KerberosTime.
KerberosUtils - Class in org.apache.directory.shared.kerberos
An utility class for Kerberos.
KerberosUtils() - Constructor for class org.apache.directory.shared.kerberos.KerberosUtils
 
KEY - Static variable in class org.apache.directory.server.bridge.http.HttpDirectoryService
name of key used while injecting the directory service instance into the webapp's servlet context
KEY_ALGORITHM_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
KEY_ALGORITHM_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
KEY_ALGORITHM_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
KeyBTreeCursor<E> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Cursor over the keys of a JDBM BTree.
KeyBTreeCursor(BTree, Comparator<E>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
Creates a Cursor over the keys of a JDBM BTree.
keyComparator - Variable in class org.apache.directory.server.xdbm.AbstractTable
a key comparator for the keys in this Table
KeyDerivationInterceptor - Class in org.apache.directory.server.core.kerberos
An Interceptor that creates symmetric Kerberos keys for users.
KeyDerivationInterceptor() - Constructor for class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Creates an instance of a KeyDerivationInterceptor.
KeyExchangeRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.1 KX RDATA format The KX DNS record has the following RDATA format: +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | PREFERENCE | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / EXCHANGER / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: PREFERENCE A 16 bit non-negative integer which specifies the preference given to this RR among other KX records at the same owner.
KeyExchangeRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.KeyExchangeRecordEncoder
 
KeyIntegrityChecker - Interface in org.apache.directory.server.kerberos.sam
Checks the integrity of a kerberos key to decode-decrypt an encrypted generalized timestamp representing the pre-auth data.
KeyOnlyComparator<K,V> - Class in org.apache.directory.server.core.partition.impl.btree
A TupleComparator that compares keys only.
KeyOnlyComparator(SerializableComparator<K>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
 
KeyRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.
KeyRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.KeyRecordEncoder
 
keySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
Keytab - Class in org.apache.directory.server.kerberos.shared.keytab
Keytab file.
Keytab() - Constructor for class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
KeytabEncoder - Class in org.apache.directory.server.kerberos.shared.keytab
Encode keytab fields into a ByteBuffer.
KeytabEncoder() - Constructor for class org.apache.directory.server.kerberos.shared.keytab.KeytabEncoder
 
KeytabEntry - Class in org.apache.directory.server.kerberos.shared.keytab
An entry within a keytab file.
KeytabEntry(String, int, KerberosTime, byte, EncryptionKey) - Constructor for class org.apache.directory.server.kerberos.shared.keytab.KeytabEntry
Creates a new instance of Entry.
KeyTupleArrayCursor<K,V> - Class in org.apache.directory.server.xdbm
Cursor over a set of values for the same key which are store in an in memory ArrayTree.
KeyTupleArrayCursor(ArrayTree<V>, K) - Constructor for class org.apache.directory.server.xdbm.KeyTupleArrayCursor
Creates a Cursor over the tuples of an ArrayTree.
KeyTupleAvlCursor<K,V> - Class in org.apache.directory.server.core.avltree
Cursor over a set of values for the same key which are store in an in memory AvlTree.
KeyTupleAvlCursor(AvlTree<V>, K) - Constructor for class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
Creates a Cursor over the tuples of an AvlTree.
KeyTupleBTreeCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Cursor over a set of values for the same key which are store in another BTree.
KeyTupleBTreeCursor(BTree, K, Comparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
Creates a Cursor over the tuples of a JDBM BTree.
KeyTupleValueCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Cursor over a set of values for the same key which are store in an in memory ArrayTree.
KeyTupleValueCursor(ValueCursor<V>, K) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
Creates a Cursor over the tuples of an ArrayTree.
KeyUsage - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
From RFC 4120, "The Kerberos Network Authentication Service (V5)": 7.5.1.
Kinit - Class in org.apache.directory.kerberos.client
Authenticates to the Kerberos server and gets the initial Ticket Granting Ticket, then cache the tgt in credentials cache, as MIT kinit does.
Kinit(KdcConnection) - Constructor for class org.apache.directory.kerberos.client.Kinit
 
kinit(String, String) - Method in class org.apache.directory.kerberos.client.Kinit
Authenticates to the Kerberos server and gets the initial Ticket Granting Ticket, then cache the tgt in credentials cache, as MIT kinit does.
KpasswdDecode - Class in org.apache.directory.kerberos.client
 
KpasswdDecode(String, String, EncryptionType) - Constructor for class org.apache.directory.kerberos.client.KpasswdDecode
 
KRB5_ACCOUNT_DISABLED_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the disabled boolean LDAP attribute for a Kerberos account
KRB5_ACCOUNT_DISABLED_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_ACCOUNT_EXPIRATION_TIME_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the expiration time attribute LDAP attribute for a Kerberos account
KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_ACCOUNT_LOCKEDOUT_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the lockedout boolean LDAP attribute for a Kerberos account
KRB5_ACCOUNT_LOCKEDOUT_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_KEY_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema key for a krb5KDCEntry
KRB5_KEY_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_KEY_VERSION_NUMBER_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema key version identifier for a krb5KDCEntry
KRB5_KEY_VERSION_NUMBER_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_PRINCIPAL_NAME_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema principal name for a krb5KDCEntry
KRB5_PRINCIPAL_NAME_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB_AP_ERR_BAD_INTEGRITY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Integrity check on decrypted field failed.
KRB_AP_ERR_BADADDR - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect net address.
KRB_AP_ERR_BADDIRECTION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect message direction.
KRB_AP_ERR_BADKEYVER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Specified version of key is not available.
KRB_AP_ERR_BADMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket and authenticator don't match.
KRB_AP_ERR_BADORDER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Message out of order.
KRB_AP_ERR_BADSEQ - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect sequence number in message.
KRB_AP_ERR_BADVERSION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Protocol version mismatch.
KRB_AP_ERR_INAPP_CKSUM - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Inappropriate type of checksum in message.
KRB_AP_ERR_METHOD - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Alternative authentication method required.
KRB_AP_ERR_MODIFIED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Message stream modified.
KRB_AP_ERR_MSG_TYPE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Invalid msg type.
KRB_AP_ERR_MUT_FAIL - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Mutual authentication failed.
KRB_AP_ERR_NO_TGT - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
No TGT available to validate USER-TO-USER.
KRB_AP_ERR_NOKEY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Service key not available.
KRB_AP_ERR_NOT_US - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
The ticket isn't for us.
KRB_AP_ERR_REPEAT - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Request is a replay.
KRB_AP_ERR_SKEW - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Clock skew too great.
KRB_AP_ERR_TKT_EXPIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket expired.
KRB_AP_ERR_TKT_NYV - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket not yet valid.
KRB_AP_ERR_USER_TO_USER_REQUIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket must be for USER-TO-USER.
KRB_AP_PATH_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Policy rejects transited path.
KRB_CRED_ENCPART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_AUTHTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_CADDR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_ENDTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_FLAGS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_KEY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KrbCredInfo tags
KRB_CRED_INFO_PNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_PREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_RENEWTILL_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_SREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_INFO_STARTTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_MSGTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_CRED_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KRB-CRED tags
KRB_CRED_TICKETS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERR_CERTIFICATE_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Certificates do not match.
KRB_ERR_FIELD_TOOLONG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Field is too long for this implementation.
KRB_ERR_GENERIC - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Generic error (description in e-text).
KRB_ERR_KDC_NAME_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC names do not match.
KRB_ERR_KDC_NOT_TRUSTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC is not trusted.
KRB_ERR_RESPONSE_TOO_BIG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Response too big for UDP; retry with TCP.
KRB_ERR_REVOCATION_STATUS_UNAVAILABLE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revocation status unavailable.
KRB_ERR_WRONG_REALM - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Wrong realm.
KRB_ERROR_CNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_CREALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_CTIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_CUSEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_EDATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_ERROR_CODE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_ETEXT_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_MSGTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_REALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_STIME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_SUSEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_ERROR_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KRB-ERROR tags
KRB_PRIV_ENC_PART_CHOSEN_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
KRB-PRIV encrypted part, encrypted with a key chosen by the application (Section 5.7.1)
KRB_PRIV_ENC_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_PRIV_MSGTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_PRIV_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_PRIV_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KrbPriv
KRB_SAFE_BODY_RECIPIENT_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_BODY_SENDER_ADDRESS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_BODY_SEQ_NUMBER_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_BODY_TIMESTAMP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_BODY_USEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_BODY_USER_DATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KrbSafeBody tags
KRB_SAFE_CKSUM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_MSGTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_PVNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_SAFE_BODY_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
KRB_SAFE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
KrbSafe tags
KrbCred - Class in org.apache.directory.shared.kerberos.messages
KRB-CRED ::= [APPLICATION 22] SEQUENCE { pvno [0] INTEGER (5), msg-type [1] INTEGER (22), tickets [2] SEQUENCE OF Ticket, enc-part [3] EncryptedData -- EncKrbCredPart }
KrbCred() - Constructor for class org.apache.directory.shared.kerberos.messages.KrbCred
Creates a new instance of KrbCred.
KrbCredContainer - Class in org.apache.directory.shared.kerberos.codec.krbCred
The KrbCred container stores the KrbCred decoded by the Asn1Decoder.
KrbCredContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.KrbCredContainer
Creates a new KrbErrorContainer object.
KrbCredGrammar - Class in org.apache.directory.shared.kerberos.codec.krbCred
This class implements the KrbCred structure.
KrbCredInfo - Class in org.apache.directory.shared.kerberos.components
KrbCredInfo ::= SEQUENCE { key [0] EncryptionKey, prealm [1] Realm OPTIONAL, pname [2] PrincipalName OPTIONAL, flags [3] TicketFlags OPTIONAL, authtime [4] KerberosTime OPTIONAL, starttime [5] KerberosTime OPTIONAL, endtime [6] KerberosTime OPTIONAL, renew-till [7] KerberosTime OPTIONAL, srealm [8] Realm OPTIONAL, sname [9] PrincipalName OPTIONAL, caddr [10] HostAddresses OPTIONAL }
KrbCredInfo() - Constructor for class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
KrbCredInfoContainer - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo
The KrbCredInfo container stores the KrbCredInfo decoded by the Asn1Decoder.
KrbCredInfoContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoContainer
Creates a new KrbCredInfoContainer object.
KrbCredInfoGrammar - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo
This class implements the KrbCredInfo structure.
KrbCredInfoInit - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to initialize the KrbCredInfo object
KrbCredInfoInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.KrbCredInfoInit
Instantiates a new KrbCredInfoInit action.
KrbCredInfoStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbCredInfo
This class store the KrbCredInfo grammar's constants.
KrbCredInit - Class in org.apache.directory.shared.kerberos.codec.krbCred.actions
The action used to initialize the KrbCred object
KrbCredInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.actions.KrbCredInit
Instantiates a new KrbCredInit action.
KrbCredStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbCred
This class store the KrbCred grammar's constants.
KrbError - Class in org.apache.directory.shared.kerberos.messages
Class representing KRB-ERROR message
KrbError() - Constructor for class org.apache.directory.shared.kerberos.messages.KrbError
Creates a new instance of KrbError.
KrbErrorContainer - Class in org.apache.directory.shared.kerberos.codec.krbError
The KrbError container stores the KRB-ERROR decoded by the Asn1Decoder.
KrbErrorContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.KrbErrorContainer
Creates a new KrbErrorContainer object.
KrbErrorGrammar - Class in org.apache.directory.shared.kerberos.codec.krbError
This class implements the KrbError structure.
KrbErrorInit - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to initialize the KrbError object
KrbErrorInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.KrbErrorInit
Instantiates a new KrbErrorInit action.
KrbErrorStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbError
This class store the KRB-ERROR grammar's constants.
KrbPriv - Class in org.apache.directory.shared.kerberos.messages
Class representing KRB-PRIV message
KrbPriv() - Constructor for class org.apache.directory.shared.kerberos.messages.KrbPriv
Creates a new instance of KrbPriv.
KrbPrivContainer - Class in org.apache.directory.shared.kerberos.codec.krbPriv
The KrbPriv container stores the KRB-PRIV decoded by the Asn1Decoder.
KrbPrivContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivContainer
Creates a new KrbPrivContainer object.
KrbPrivGrammar - Class in org.apache.directory.shared.kerberos.codec.krbPriv
This class implements the KRB-PRIV structure.
KrbPrivInit - Class in org.apache.directory.shared.kerberos.codec.krbPriv.actions
The action used to initialize the KrbPriv object
KrbPrivInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbPriv.actions.KrbPrivInit
Instantiates a new KrbPrivInit action.
KrbPrivStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbPriv
This class stores the KRB-PRIV grammar's constants.
KrbSafe - Class in org.apache.directory.shared.kerberos.messages
Class representing KRB-SAFE message
KrbSafe() - Constructor for class org.apache.directory.shared.kerberos.messages.KrbSafe
Creates a new instance of KrbSafe.
KrbSafeBody - Class in org.apache.directory.shared.kerberos.components
Class representing KRB-SAFE-BODY message
KrbSafeBody() - Constructor for class org.apache.directory.shared.kerberos.components.KrbSafeBody
Creates a new instance of KrbSafeBody.
KrbSafeBodyContainer - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody
The KrbSafeBody container stores the KRB-SAFE-BODY decoded by the Asn1Decoder.
KrbSafeBodyContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyContainer
Creates a new KrbSafeBodyContainer object.
KrbSafeBodyGrammar - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody
This class implements the KRB-SAFE-BODY structure.
KrbSafeBodyInit - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
The action used to initialize the KrbSafeBody object
KrbSafeBodyInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.KrbSafeBodyInit
Instantiates a new KrbSafeBodyInit action.
KrbSafeBodyStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbSafeBody
This class stores the KRB-SAFE-BODY grammar's constants.
KrbSafeContainer - Class in org.apache.directory.shared.kerberos.codec.krbSafe
The KrbSafe container stores the KRB-SAFE decoded by the Asn1Decoder.
KrbSafeContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeContainer
Creates a new KrbSafeContainer object.
KrbSafeGrammar - Class in org.apache.directory.shared.kerberos.codec.krbSafe
This class implements the KRB-SAFE structure.
KrbSafeInit - Class in org.apache.directory.shared.kerberos.codec.krbSafe.actions
The action used to initialize the KrbSafe object
KrbSafeInit() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.actions.KrbSafeInit
Instantiates a new KrbSafeInit action.
KrbSafeStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.krbSafe
This class stores the KRB-SAFE grammar's constants.

L

last() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
last() - Method in class org.apache.directory.server.core.api.filtering.CursorList
last() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
last() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
last() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
last() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
last() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
last() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
last() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
last() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
last() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
LAST_REQ_LR_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
LastRequest tags
LAST_REQ_LR_VALUE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
LastReq - Class in org.apache.directory.shared.kerberos.components
The LastReq structure.
LastReq() - Constructor for class org.apache.directory.shared.kerberos.components.LastReq
Creates a new instance of LastReq.
LastReqContainer - Class in org.apache.directory.shared.kerberos.codec.lastReq
The LastReq container stores the LastReq decoded by the Asn1Decoder.
LastReqContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.lastReq.LastReqContainer
Creates a new LastReqContainer object.
LastReqEntry - Class in org.apache.directory.shared.kerberos.components
The data structure hold into the LastReq element
LastReqEntry() - Constructor for class org.apache.directory.shared.kerberos.components.LastReqEntry
Creates a new instance of LastReqEntry
LastReqEntry(LastReqType, KerberosTime) - Constructor for class org.apache.directory.shared.kerberos.components.LastReqEntry
Creates a new instance of LastReqEntry
LastReqGrammar - Class in org.apache.directory.shared.kerberos.codec.lastReq
This class implements the LastReq structure.
LastReqInit - Class in org.apache.directory.shared.kerberos.codec.lastReq.actions
The action used to initialize the LastReq object
LastReqInit() - Constructor for class org.apache.directory.shared.kerberos.codec.lastReq.actions.LastReqInit
Instantiates a new LastReqInit action.
LastReqStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.lastReq
This class store the LastRequest grammar's constants.
LastReqType - Enum in org.apache.directory.shared.kerberos.codec.types
The LastRequest types
LDAP_PROTOCOL - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant used when creating a SaslServer
LdapApiIntegrationUtils - Class in org.apache.directory.shared.client.api
The Class LdapApiIntegrationUtils.
LdapClassLoader - Class in org.apache.directory.server.core.api.sp
A class loader that loads classes from an LDAP DIT.
LdapClassLoader(DirectoryService) - Constructor for class org.apache.directory.server.core.api.sp.LdapClassLoader
 
ldapComparator - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The associated comparator
LdapCoreSessionConnection - Class in org.apache.directory.server.core.api
An implementation of LdapConnection based on the CoreSession.
LdapCoreSessionConnection() - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapCoreSessionConnection(DirectoryService) - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapCoreSessionConnection(CoreSession) - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapJavaStoredProcClassLoader - Class in org.apache.directory.server.core.api.sp.java
A class loader that loads a class from an attribute.
LdapJavaStoredProcClassLoader(Attribute) - Constructor for class org.apache.directory.server.core.api.sp.java.LdapJavaStoredProcClassLoader
 
LdapJndiProperties - Class in org.apache.directory.server.core.jndi
A wrapper around a JNDI environment which checks for correct LDAP specific environment settings.
LdapJndiProperties() - Constructor for class org.apache.directory.server.core.jndi.LdapJndiProperties
 
LdapPrincipal - Class in org.apache.directory.server.core.api
An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
LdapPrincipal(SchemaManager, Dn, AuthenticationLevel) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a new LDAP/X500 principal without any group associations.
LdapPrincipal(SchemaManager, Dn, AuthenticationLevel, byte[]) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a new LDAP/X500 principal without any group associations.
LdapPrincipal() - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a principal for the no name anonymous user whose Dn is the empty String.
LdapPrincipal(SchemaManager) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a principal for the no name anonymous user whose Dn is the empty String.
LdapPrincipalSerializer - Class in org.apache.directory.server.core.api
A helper class which serialize and deserialize a LdapPrincipal.
LdapProtocolConstants - Class in org.apache.directory.server.ldap
Constants for LDAP protocol service.
LdapProtocolUtils - Class in org.apache.directory.server.ldap
Utility methods used by the LDAP protocol service.
LdapRequestHandler<T extends org.apache.directory.api.ldap.model.message.Request> - Class in org.apache.directory.server.ldap.handlers
A base class for all LDAP request handlers.
LdapRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
LdapResponseHandler<T extends org.apache.directory.api.ldap.model.message.Response> - Class in org.apache.directory.server.ldap.handlers
A base class for all LDAP response handlers.
LdapResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.LdapResponseHandler
 
ldapServer - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The used LdapServer instance
ldapServer - Variable in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
The reference on the Ldap server instance
ldapServer - Variable in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
The reference on the Ldap server instance
LdapServer - Class in org.apache.directory.server.ldap
An LDAP protocol provider implementation which dynamically associates handlers.
LdapServer() - Constructor for class org.apache.directory.server.ldap.LdapServer
Creates an LDAP protocol provider.
ldapServer - Variable in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
The reference on the Ldap server instance
LdapServerBean - Class in org.apache.directory.server.config.beans
A class used to store the LdapServer configuration.
LdapServerBean() - Constructor for class org.apache.directory.server.config.beans.LdapServerBean
Create a new LdapServerBean instance
LdapServerFactory - Interface in org.apache.directory.server.factory
TODO LdapServerFactory.
ldapSession - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The reference on the user ldap session
LdapSession - Class in org.apache.directory.server.ldap
An object representing an LdapSession.
LdapSession(IoSession) - Constructor for class org.apache.directory.server.ldap.LdapSession
Creates a new instance of LdapSession associated with the underlying connection (MINA IoSession) to the server.
LdapSessionManager - Class in org.apache.directory.server.ldap
Manages sessions in a thread safe manner for the LdapServer.
LdapSessionManager() - Constructor for class org.apache.directory.server.ldap.LdapSessionManager
 
LdapsInitializer - Class in org.apache.directory.server.ldap.handlers.ssl
Loads the certificate file for LDAPS support and creates the appropriate MINA filter chain.
ldapUnbind() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
Calling this method tunnels an unbind call down into the partition holding the bindDn.
ldif - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the LDIF file or directory containing LDIFs to load
LDIF_CONFIG_FILE - Static variable in class org.apache.directory.server.config.LdifConfigExtractor
 
LDIF_FILES_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The ldifDile base which stores the name of the loaded ldif files
LdifConfigExtractor - Class in org.apache.directory.server.config
A class to copy the default config to the work directory of a DirectoryService instance.
LdifFileLoader - Class in org.apache.directory.server.protocol.shared.store
Support for commands to load an LDIF file into a DirContext.
LdifFileLoader(CoreSession, String) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>, ClassLoader) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifLoadFilter - Interface in org.apache.directory.server.protocol.shared.store
A filter interface for the LDIF loader.
LdifPartition - Class in org.apache.directory.server.core.partition.ldif
A LDIF based partition.
LdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.LdifPartition
Creates a new instance of LdifPartition.
LdifPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate LdifPartitions.
LdifPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.LdifPartitionFactory
 
LdifTupleComparator - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO LdifTupleComparator.
LdifTupleComparator() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleComparator
 
LdifTupleReaderWriter<E> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO LdifTupleReaderWriter.
LdifTupleReaderWriter(String, SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
LeafEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates LeafNode assertions on candidates using a database.
LeafEvaluator(SubstringEvaluator) - Constructor for class org.apache.directory.server.core.api.event.LeafEvaluator
Creates a leaf expression node evaluator.
LeafEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An abstract evaluator to store the common fileds for the Simple node evaluators (ApproximateEvaluator, EqualityEvaluator, GreaterEqEvluator and LessEqEvluator)
LeafEvaluator(SimpleNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
Creates a new LeafEvaluator
LeapIndicatorType - Enum in org.apache.directory.server.ntp.messages
Leap Indicator (LI): This is a two-bit code warning of an impending leap second to be inserted/deleted in the last minute of the current day, with bit 0 and bit 1, respectively, coded as follows: LI Value Meaning ------------------------------------------------------- 00 0 no warning 01 1 last minute has 61 seconds 10 2 last minute has 59 seconds) 11 3 alarm condition (clock not synchronized)
Lease - Class in org.apache.directory.server.dhcp.service
Leases represent a temporary assignment of an IP address to a DHCP client.
Lease() - Constructor for class org.apache.directory.server.dhcp.service.Lease
 
LessEqCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching a LessEq assertion filter.
LessEqCursor(PartitionTxn, Store, LessEqEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
Creates a new instance of an LessEqCursor
LessEqEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by LessEqNode assertions.
LessEqEvaluator(LessEqNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Creates a new LessEqEvaluator
lessThan(KerberosTime) - Method in class org.apache.directory.shared.kerberos.KerberosTime
checks if the current kerberos time is less or equal than the given kerberos time
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the number of records less than or equal to a key value.
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the number of records less than or equal to a key value.
lessThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the number of records less than or equal to a key value.
LinkedAvlMapNode<K,V> - Class in org.apache.directory.server.core.avltree
A linked AVL tree node with support to store value along with a key.
LinkedAvlMapNode(K, V) - Constructor for class org.apache.directory.server.core.avltree.LinkedAvlMapNode
Creates a new instance of LinkedAvlNode, containing a given value.
LinkedAvlNode<T> - Class in org.apache.directory.server.core.avltree
A linked AVL tree node.
LinkedAvlNode(T) - Constructor for class org.apache.directory.server.core.avltree.LinkedAvlNode
Creates a new instance of LinkedAvlNode, containing a given value.
list(Dn, AliasDerefMode, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
An optimized search operation using one level search scope which returns all the children of an entry specified by distinguished name.
list(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
list(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
list(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
list(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
list(Dn, AliasDerefMode, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
An optimized search operation using one level search scope which returns all the children of an entry specified by distinguished name.
listBindings(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
listBindings(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
listBindings(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
listBindings(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
listSuffixes() - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Gets an iteration over the Name suffixes of the partitions managed by this DefaultPartitionNexus.
listSuffixes() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
load(File) - Static method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
load(InputStream) - Static method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
loadContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Loads the current context CSN present in the context entry of the partition
loader - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the class loader to use if we cannot file the file as a path
loadKeyStore(String, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Loads the digital certificate from a keystore file
loadLdifs() - Method in class org.apache.directory.server.configuration.ApacheDS
Load the existing LDIF files in alphabetic order
loadPwdPolicyStateAttributeTypes() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Initialize the PasswordPolicy attributeTypes
LoadSchema - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the schema loading.
loadSchema() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
loadSchemaRelaxed() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
loadSchemas(Description, DirectoryService) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Load the schemas, and enable/disable them.
LOCAL_HOST - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default hostname
LocationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
LocationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.LocationRecordEncoder
 
lockRead() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Get a read-lock on the AP cache.
lockRead() - Method in interface org.apache.directory.server.core.api.OperationManager
Acquires a ReadLock
lockRead() - Method in interface org.apache.directory.server.core.api.ReferralManager
Get a read-lock on the referralManager.
lockRead() - Method in class org.apache.directory.server.core.DefaultOperationManager
Acquires a ReadLock
lockRead() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get a read-lock on the referralManager.
lockWrite() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Get a write-lock on the AP cache.
lockWrite() - Method in interface org.apache.directory.server.core.api.OperationManager
Acquires a WriteLock
lockWrite() - Method in interface org.apache.directory.server.core.api.ReferralManager
Get a write-lock on the referralManager.
lockWrite() - Method in class org.apache.directory.server.core.DefaultOperationManager
Acquires a WriteLock
lockWrite() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get a write-lock on the referralManager.
LOCL - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "LOCL" reference identifier type.
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
LOG - Static variable in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
The LoggerFactory used by this class
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
LOG - Static variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
The LoggerFactory used by this Interceptor
log(LdapPrincipal, long, LdifEntry) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a change as an LDIF entry.
log(LdapPrincipal, long, LdifEntry) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a change as a forward LDIF and the authorized principal
LOG - Static variable in class org.apache.directory.server.core.api.LdapPrincipalSerializer
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.server.core.authn.AbstractAuthenticator
A logger for the extending classes
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a change as an LDIF entry.
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Stores an event into the journal.
LOG - Static variable in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
The logger for this class
LOG - Static variable in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
The logger for this class
log(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stores the given message in the queue
LOG_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
Static directory names
LogChange - Enum in org.apache.directory.server.core.api.changelog
A structure telling the changeLog what to do with the incoming change
logChange - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
The flag used to tell the server to store the changes into the changeLog
logErrorMessage(KrbError) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
Creates an explicit error message The error we've get
LogServers - Class in org.apache.directory.server.dhcp.options.vendor
The log server option specifies a list of MIT-LCS UDP log servers available to the client.
LogServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.LogServers
 
LongComparator - Class in org.apache.directory.server.core.partition.impl.btree
A serializable comparator for long values.
LongComparator() - Constructor for class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
LongSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Serializer for Longs
LongSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
lookup(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Looks up the revision in effect at some time specified by a generalized time descriptor.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Looks up the ChangeLogEvent for a revision.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Looks up the ChangeLogEvent for a revision.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Gets the tag for a specific snapshot if that snapshot exists.
lookup(Dn, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(Dn, Control[], String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
lookup(Dn, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(Dn, Control[], String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String, Control[], String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
lookup(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Looks up the ChangeLogEvent for a revision.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
lookup(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookup(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookup(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookup(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
lookup(Dn, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(Dn, Control[], String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
looks up for the entry with the given ID in the cache
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
looks up for the entry with the given ID in the cache
lookupLink(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookupLink(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookupLink(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookupLink(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
LookupOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A context for tracking lookup operations.
LookupOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, Dn, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors set the password based on a lookup, using the username and realm as keys.
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
 
LORC - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "LORC" reference identifier type.
LprServers - Class in org.apache.directory.server.dhcp.options.vendor
The LPR server option specifies a list of RFC 1179 line printer servers available to the client.
LprServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.LprServers
 

M

MailExchangeRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for MX records.
MailExchangeRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.MailExchangeRecordDecoder
 
MailExchangeRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.9.
MailExchangeRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.MailExchangeRecordEncoder
 
MailInformationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.7.
MailInformationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.MailInformationRecordEncoder
 
main(String[]) - Static method in class org.apache.directory.kerberos.client.HeimdalKpasswdDecode
 
main(String[]) - Static method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
Main - Class in org.apache.directory.server.dns
 
Main() - Constructor for class org.apache.directory.server.dns.Main
 
main(String[]) - Static method in class org.apache.directory.server.dns.Main
Entry point for the DNS server.
main(String[]) - Static method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
MapAdapter - Class in org.apache.directory.server.protocol.shared
Adapter to add the Map interface to Dictionary's.
MapAdapter(Dictionary<Object, Object>) - Constructor for class org.apache.directory.server.protocol.shared.MapAdapter
Creates a new instance of MapAdapter.
Marshaller<E> - Interface in org.apache.directory.server.core.avltree
An interface to marshall/unmarshal the AVLTree keys.
MarshallerSerializerBridge<E> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Marshaller which adapts a JDBM Serializer.
MarshallerSerializerBridge(Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
MaskSupplier - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should respond to subnet mask requests using ICMP.
MaskSupplier() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.MaskSupplier
 
master - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the master table storing entries by primary key
MasterTable - Interface in org.apache.directory.server.xdbm
A master table used to store indexable entries.
match(Options, int) - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Returns whether the option at a given index matches the option in this Options.
MatchingRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema normalizers.
MatchingRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Creates a new instance of MatchingRuleSynchronizer.
MatchingRuleUseSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitMatchingRuleUses.
MatchingRuleUseSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Creates a new instance of MatchingRuleUseSynchronizer.
MavibotDnIndex - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A special index which stores DN objects.
MavibotDnIndex(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotDnIndex
 
MavibotEntrySerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a ServerEntry.
MavibotEntrySerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
Creates a new instance of ServerEntrySerializer.
MavibotIndex<K> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot based index implementation.
MavibotIndex(String, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Creates a JdbmIndex instance for a give AttributeId
MavibotIndexBean - Class in org.apache.directory.server.config.beans
A class used to store the MavibotIndex configuration.
MavibotIndexBean() - Constructor for class org.apache.directory.server.config.beans.MavibotIndexBean
Create a new MavibotIndexBean instance
MavibotMasterTable - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO MavibotMasterTable.
MavibotMasterTable(RecordManager, SchemaManager, String, int) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
MavibotMasterTable(RecordManager, SchemaManager, String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
MavibotParentIdAndRdnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a ParentidAndRdn.
MavibotParentIdAndRdnSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
Creates a new instance of ParentIdAndRdnSerializer.
MavibotPartition - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot partition
MavibotPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
MavibotPartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the MavibotPartition configuration.
MavibotPartitionBean() - Constructor for class org.apache.directory.server.config.beans.MavibotPartitionBean
Create a new JdbmPartitionBean instance
MavibotPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate MavibotPartitions.
MavibotPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.MavibotPartitionFactory
 
MavibotRdnIndex - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A special index which stores Rdn objects.
MavibotRdnIndex() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotRdnIndex
 
MavibotTable<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot Table.
MavibotTable(RecordManager, SchemaManager, String, ElementSerializer<K>, ElementSerializer<V>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a new instance of MavibotTable.
MavibotTable(RecordManager, SchemaManager, String, ElementSerializer<K>, ElementSerializer<V>, boolean, int) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a new instance of MavibotTable.
MAX_SIZE - Static variable in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
The maximum size of the BitString as specified for Kerberos flags.
MAX_SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 100 entries
MAX_TIME_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 10 seconds
MAX_VALUE - Static variable in class org.apache.directory.shared.kerberos.codec.options.ApOptions
AP Request option - maximum value
MAX_VALUE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - maximum value.
MaxImmSubFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy MaxImmSubItem constraint if available.
MaxImmSubFilter(SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
MaximumDatagramSize - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the maximum size datagram that the client should be prepared to reassemble.
MaximumDatagramSize() - Constructor for class org.apache.directory.server.dhcp.options.perhost.MaximumDatagramSize
 
MaximumDhcpMessageSize - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the maximum length DHCP message that it is willing to accept.
MaximumDhcpMessageSize() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.MaximumDhcpMessageSize
 
MAXNAMELENGTH - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
MaxValueCountFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy MaxValueCountItem constraint if available.
MaxValueCountFilter() - Constructor for class org.apache.directory.server.core.authz.support.MaxValueCountFilter
 
Md5PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using MD5 hashing algorithm.
Md5PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Md5PasswordHashingInterceptor
Creates an instance of a Md5PasswordHashingInterceptor
MechanismHandler - Interface in org.apache.directory.server.ldap.handlers.sasl
An interface for retrieving a SaslServer for a session.
MemoryChangeLogStore - Class in org.apache.directory.server.core.changelog
A change log store that keeps it's information in memory.
MemoryChangeLogStore() - Constructor for class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
merge(OptionsField) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Merge the options from the given options field into my options.
MeritDumpFile - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the path-name of a file to which the client's core image should be dumped in the event the client crashes.
MeritDumpFile() - Constructor for class org.apache.directory.server.dhcp.options.vendor.MeritDumpFile
 
Message - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by a DHCP server to provide an error message to a DHCP client in a DHCPNAK message in the event of a failure.
Message() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.Message
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.apache.directory.server.ldap.handlers.sasl.SaslFilter
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
messageSent(IoSession, Object) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
messageSent(IoSession, Object) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
messageSent(IoSession, Object) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
messageSent(IoSession, Object) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
MessageType - Enum in org.apache.directory.server.dhcp.messages
 
MessageType - Enum in org.apache.directory.server.dns.messages
 
METHOD_LOOKUP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
MethodData - Class in org.apache.directory.shared.kerberos.components
Store a list of METHOD-DATA The ASN.1 grammar is :
MethodData() - Constructor for class org.apache.directory.shared.kerberos.components.MethodData
Creates a new instance of MethodData.
MethodDataContainer - Class in org.apache.directory.shared.kerberos.codec.methodData
The METHOD-DATA container stores the METHOD-DATA decoded by the Asn1Decoder.
MethodDataContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.methodData.MethodDataContainer
Creates a new MethodDataContainer object.
MethodDataGrammar - Class in org.apache.directory.shared.kerberos.codec.methodData
This class implements the METHOD-DATA structure.
MethodDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.methodData
This class store the METHOD-DATA grammar's constants.
MicroOperationFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discard tuples which doesn't contain any related MicroOperations.
MicroOperationFilter() - Constructor for class org.apache.directory.server.core.authz.support.MicroOperationFilter
 
MinaChangePasswordDecoder - Class in org.apache.directory.server.kerberos.changepwd.protocol
 
MinaChangePasswordDecoder() - Constructor for class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordDecoder
 
MinaChangePasswordEncoder - Class in org.apache.directory.server.kerberos.changepwd.protocol
 
MinaChangePasswordEncoder() - Constructor for class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordEncoder
 
MinaKerberosDecoder - Class in org.apache.directory.server.kerberos.protocol.codec
 
MinaKerberosDecoder() - Constructor for class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosDecoder
 
MinaKerberosEncoder - Class in org.apache.directory.server.kerberos.protocol.codec
 
MinaKerberosEncoder() - Constructor for class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosEncoder
 
MINUTE - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a minute.
mkdirs() - Method in class org.apache.directory.server.core.api.AbstractLayout
Creates the required directories (if they don't already exist).
MobileIpHomeAgents - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating mobile IP home agents available to the client.
MobileIpHomeAgents() - Constructor for class org.apache.directory.server.dhcp.options.misc.MobileIpHomeAgents
 
ModDnAva - Class in org.apache.directory.server.core.api.interceptor.context
A class used to hold the RDN changed during a Rename or a MoveAndRename operation.
ModDnAva(ModDnAva.ModDnType, Ava) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModDnAva
Creates a new instance of a ModDnAva
ModDnAva.ModDnType - Enum in org.apache.directory.server.core.api.interceptor.context
The type of modification
ModeType - Enum in org.apache.directory.server.ntp.messages
Mode: This is a three-bit integer indicating the mode, with values defined as follows: Mode Meaning ------------------------------------ 0 reserved 1 symmetric active 2 symmetric passive 3 client 4 server 5 broadcast 6 reserved for NTP control message 7 reserved for private use
modifiedEntry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
The modified Entry as it will be stored into the backend
modify(ModifyOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Only the add and remove modifications are fully supported.
modify(Dn, List<Modification>) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, Modification...) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(ModifyRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
 
modify(ModifyRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
 
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
modify(Dn, Modification...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(String, Modification...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(Entry, ModificationOperation) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(ModifyRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Modify the schema
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
The only modification done on a schema element is on the m-disabled attributeType Depending in the existence of this attribute in the previous entry, we will have to update the entry or not.
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.hash.PasswordHashingInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Intercept the modification of the 'userPassword' attribute.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(PartitionTxn, Dn, Modification...) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modify an entry applying the given list of modifications.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
modify(Dn, Modification...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(ModifyRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
modify(ModifyRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
modify(PartitionTxn, Dn, Modification...) - Method in interface org.apache.directory.server.xdbm.Store
Modify an entry applying the given list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, List<ModificationItem>) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyDn(ModifyDnRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
ModifyDnRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ModifyDnRequests.
ModifyDnRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ModifyDnRequestHandler
 
ModifyDnResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ModifyDnResponses.
ModifyDnResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ModifyDnResponseHandler
 
ModifyDNStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyDNStoredProcedureParameterInjector(OperationContext, boolean, Rdn, Rdn, Dn, Dn, Dn, Dn) - Constructor for class org.apache.directory.server.core.trigger.ModifyDNStoredProcedureParameterInjector
 
modifyFilter(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
ModifyOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Modify context used for Interceptors.
ModifyOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyOperationContext(CoreSession, Dn, List<Modification>) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyOperationContext(CoreSession, ModifyRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ModifyRequests.
ModifyRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ModifyRequestHandler
 
ModifyResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ModifyResponses.
ModifyResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ModifyResponseHandler
 
modifySchemaSubentry(ModifyOperationContext, boolean) - Method in class org.apache.directory.server.core.schema.SchemaSubentryManager
Update the SubschemaSubentry with all the modifications
ModifyStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyStoredProcedureParameterInjector(ModifyOperationContext) - Constructor for class org.apache.directory.server.core.trigger.ModifyStoredProcedureParameterInjector
 
moidAT - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The m-oid AttributeType
MonitorContext - Class in org.apache.directory.server.dns.service
 
MonitorContext() - Constructor for class org.apache.directory.server.dns.service.MonitorContext
 
MostSpecificProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific protected item.
MostSpecificProtectedItemFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
 
MostSpecificUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific user class.
MostSpecificUserClassFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
 
move(MoveOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
move(Dn, Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Move an entry by changing its superior.
move(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Move an entry by changing its superior.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
move(Dn, Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
move(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
move(Dn, Dn, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
 
move(MoveOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Moves are not allowed for metaSchema objects so this always throws an UNWILLING_TO_PERFORM LdapException.
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
move(MoveOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(PartitionTxn, Dn, Dn, Dn, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Move an entry from one place to the other.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
move(Dn, Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move an entry by changing its superior.
move(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move an entry by changing its superior.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
move(MoveOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
The Move operation for a Subentry will deal with different cases : 1) we move a normal entry 2) we move a subentry 3) we move an administrationPoint
move(MoveOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
move(PartitionTxn, Dn, Dn, Dn, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Move an entry from one place to the other.
MOVE_AND_RENAME_MASK - Static variable in enum org.apache.directory.server.core.api.event.EventType
 
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Move and rename an entry.
moveAndRename(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Move and rename an entry.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
 
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted if requested
moveAndRename(String, String, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted if requested
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
 
moveAndRename(MoveAndRenameOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
moveAndRename(Dn, Dn, String, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Moves are not allowed for metaSchema objects so this always throws an UNWILLING_TO_PERFORM LdapException.
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(PartitionTxn, Dn, Dn, Rdn, Map<String, List<ModDnAva>>, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Moves an entry under a new parent.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move and rename an entry.
moveAndRename(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move and rename an entry.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
Filters MoveAndRename call.
moveAndRename(PartitionTxn, Dn, Dn, Rdn, Map<String, List<ModDnAva>>, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Move and Rename operation.
MoveAndRenameOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Move And Rename context used for Interceptors.
MoveAndRenameOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Creates a new instance of MoveAndRenameOperationContext.
MoveAndRenameOperationContext(CoreSession, Dn, Dn, Rdn, boolean) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Creates a new instance of MoveAndRenameOperationContext.
MoveAndRenameOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
MoveOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Move context used for Interceptors.
MoveOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Creates a new instance of MoveOperationContext.
MoveOperationContext(CoreSession, Dn, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Creates a new instance of MoveOperationContext.
MoveOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Create a new instanc eof MoveOperationContext
MSF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "MSF" reference identifier type.
msg(String, Object...) - Static method in enum org.apache.directory.server.i18n.I18n
Translate a message with argument(s)
MultiBaseSearch - Class in org.apache.directory.server.dns.store.jndi
A JNDI-backed search strategy implementation.
MUTUAL_REQUIRED - Static variable in class org.apache.directory.shared.kerberos.codec.options.ApOptions
AP Request option - mutual authentication required
MX_PREFERENCE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsMxPreference

N

nack(long) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a nack for a change
nack(long) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a nack for a change
nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a nack for a change
nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a nack for a change
NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema name for an apacheDnsAbstractRecord
name - Variable in class org.apache.directory.server.xdbm.AbstractTable
the name of this table
NameAuthorityPointerEncoder - Class in org.apache.directory.server.dns.io.encoder
4.
NameAuthorityPointerEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NameAuthorityPointerEncoder
 
NameFormSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for NameForms.
NameFormSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Creates a new instance of NameFormSynchronizer.
NameServerRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for NS records.
NameServerRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.NameServerRecordDecoder
 
NameServerRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.11.
NameServerRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NameServerRecordEncoder
 
NameServers - Class in org.apache.directory.server.dhcp.options.vendor
The name server option specifies a list of IEN 116 name servers available to the client.
NameServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.NameServers
 
NamingEnumerationAdapter - Class in org.apache.directory.server.core.jndi
Adapts a Cursor over entries into a NamingEnumeration.
NamingEnumerationAdapter(EntryFilteringCursor) - Constructor for class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
NB_CHILDREN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_CHILDREN_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_SUBORDINATES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_SUBORDINATES_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
nbChildren - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
Number of direct children
NbddServers - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS datagram distribution server (NBDD) option specifies a list of RFC 1001/1002 NBDD servers listed in order of preference.
NbddServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NbddServers
 
nbDescendants - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
Number of global descendant
NetbiosNameServers - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS name server (NBNS) option specifies a list of RFC 1001/1002 NBNS name servers listed in order of preference.
NetbiosNameServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosNameServers
 
NetbiosNodeType - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS node type option allows NetBIOS over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002.
NetbiosNodeType() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosNodeType
 
NetbiosScope - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS scope option specifies the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002.
NetbiosScope() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosScope
 
NEVER - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
newDn - Variable in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Cached copy of the new Dn
newEntry(String, String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Create a new Entry.
newEntry(Dn) - Method in interface org.apache.directory.server.core.api.entry.ServerEntryFactory
Creates a new ServerEntry which has not yet been added to the directory.
newEntry(Dn) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
newEntry(String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Create a new Entry
newInstance(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
newInstance(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
newLookupContext(Dn, String...) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
newLookupContext(Dn, String...) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
newRdn - Variable in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
The new Rdn
next() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
next() - Method in class org.apache.directory.server.core.api.filtering.CursorList
next() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
next(AddOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the add operation.
next(BindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the bind operation.
next(CompareOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the compare operation.
next(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the delete operation.
next(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the getRootDse operation.
next(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the hasEntry operation.
next(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the lookup operation.
next(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the modify operation.
next(MoveOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the move operation.
next(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the moveAndRename operation.
next(RenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the rename operation.
next(SearchOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the search operation.
next(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Compute the next interceptor for the unbind operation.
next() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
next() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
next() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
next() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
next() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
next() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
 
next() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
next() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
next() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
next(PartitionTxn) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
next() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
nextElement() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
nextElement() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
nextElement() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
NextNameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
5.2 NXT RDATA Format The RDATA for an NXT RR consists simply of a domain name followed by a bit map.
NextNameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NextNameRecordEncoder
 
NFold - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
An implementation of the n-fold algorithm, as required by RFC 3961, "Encryption and Checksum Specifications for Kerberos 5." "To n-fold a number X, replicate the input value to a length that is the least common multiple of n and the length of X.
NFold() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.NFold
 
nFold(int, byte[]) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.NFold
N-fold the data n times.
NisDomain - Class in org.apache.directory.server.dhcp.options.misc
This option specifies the name of the client's NIS domain.
NisDomain() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisDomain
 
NisPlusDomain - Class in org.apache.directory.server.dhcp.options.misc
This option specifies the name of the client's NIS+ domain.
NisPlusDomain() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisPlusDomain
 
NisPlusServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NIS+ servers available to the client.
NisPlusServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisPlusServers
 
NisServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NIS servers available to the client.
NisServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisServers
 
NntpServers - Class in org.apache.directory.server.dhcp.options.misc
The NNTP server option specifies a list of NNTP available to the client.
NntpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NntpServers
 
NO_SIZE_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapServer
Value (0) for configuration where size limit is unlimited.
NO_TIME_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapServer
Value (0) for configuration where time limit is unlimited.
node - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The ExprNode to evaluate
NonLocalSourceRouting - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies whether the client should configure its IP layer to allow forwarding of datagrams with non-local source routes.
NonLocalSourceRouting() - Constructor for class org.apache.directory.server.dhcp.options.perhost.NonLocalSourceRouting
 
NoOpOptimizer - Class in org.apache.directory.server.xdbm.search.impl
A do nothing optimizer which labels all nodes with BigInteger.valueOf( Integer.MAX_VALUE ) , instead of actually taking scan counts.
NoOpOptimizer() - Constructor for class org.apache.directory.server.xdbm.search.impl.NoOpOptimizer
 
NormalizationInterceptor - Class in org.apache.directory.server.core.normalization
A name normalization service.
NormalizationInterceptor() - Constructor for class org.apache.directory.server.core.normalization.NormalizationInterceptor
Creates a new instance of a NormalizationInterceptor.
normalizer - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
normalizer - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The associated normalizer
NORMALIZERS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NORMALIZERS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NormalizerSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
 
NormalizerSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Creates a new instance of NormalizerSynchronizer.
NotCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical negation expression.
NotCursor(PartitionTxn, Store, Evaluator<? extends ExprNode>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.NotCursor
Creates a new instance of an NotCursor
NotEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical negation (NOT) expressions.
NotEvaluator(NotNode, Evaluator<? extends ExprNode>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Creates a new NotEvaluator
NotificationCriteria - Class in org.apache.directory.server.core.api.event
Contains the set of notification criteria required for triggering the delivery of change notifications notifications to DirectoryListeners.
NotificationCriteria(SchemaManager) - Constructor for class org.apache.directory.server.core.api.event.NotificationCriteria
Create a new instance of a NotiticationCriteria
NotificationCriteria(SchemaManager, SearchRequest) - Constructor for class org.apache.directory.server.core.api.event.NotificationCriteria
Create a new instance of a NotiticationCriteria initialized with a search request
NOW - Static variable in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
A flag we used when we want to connect without waiting
NT_UNKNOWN - Static variable in interface org.apache.directory.kerberos.credentials.cache.CredentialsCacheConstants
 
NtlmMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.ntlm
A handler for the NTLM Sasl and GSS-SPNEGO mechanism.
NtlmMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
NtlmProvider - Interface in org.apache.directory.server.ldap.handlers.sasl.ntlm
An NTLM authentication service provider.
NtlmSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.ntlm
A SaslServer implementation for NTLM based SASL mechanism.
NtlmSaslServer(NtlmProvider, BindRequest, LdapSession, CoreSession) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
NtpDecoder - Class in org.apache.directory.server.ntp.protocol
 
NtpDecoder() - Constructor for class org.apache.directory.server.ntp.protocol.NtpDecoder
 
NtpEncoder - Class in org.apache.directory.server.ntp.protocol
 
NtpEncoder() - Constructor for class org.apache.directory.server.ntp.protocol.NtpEncoder
 
NtpException - Exception in org.apache.directory.server.ntp
The root of the NTP exception hierarchy.
NtpException() - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException.
NtpException(String, Throwable) - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException with a message and cause.
NtpException(String) - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException with a message.
NtpException(Throwable) - Constructor for exception org.apache.directory.server.ntp.NtpException
 
NtpMessage - Class in org.apache.directory.server.ntp.messages
 
NtpMessage(LeapIndicatorType, int, ModeType, StratumType, byte, byte, int, int, ReferenceIdentifier, NtpTimeStamp, NtpTimeStamp, NtpTimeStamp, NtpTimeStamp) - Constructor for class org.apache.directory.server.ntp.messages.NtpMessage
Creates a new instance of NtpMessage.
NtpMessageDecoder - Class in org.apache.directory.server.ntp.io
 
NtpMessageDecoder() - Constructor for class org.apache.directory.server.ntp.io.NtpMessageDecoder
 
NtpMessageEncoder - Class in org.apache.directory.server.ntp.io
 
NtpMessageEncoder() - Constructor for class org.apache.directory.server.ntp.io.NtpMessageEncoder
 
NtpMessageModifier - Class in org.apache.directory.server.ntp.messages
 
NtpMessageModifier() - Constructor for class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
NtpProtocolCodecFactory - Class in org.apache.directory.server.ntp.protocol
 
NtpProtocolHandler - Class in org.apache.directory.server.ntp.protocol
The NTP protocol handler.
NtpProtocolHandler() - Constructor for class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
 
NtpServer - Class in org.apache.directory.server.ntp
Contains the configuration parameters for the NTP protocol provider.
NtpServer() - Constructor for class org.apache.directory.server.ntp.NtpServer
Creates a new instance of NtpConfiguration.
NtpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the NtpServer configuration.
NtpServerBean() - Constructor for class org.apache.directory.server.config.beans.NtpServerBean
Create a new NtpServerBean instance
NtpServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NTP servers available to the client.
NtpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NtpServers
 
NtpService - Interface in org.apache.directory.server.ntp
NTP Protocol (RFC 2030)
NtpServiceImpl - Class in org.apache.directory.server.ntp.service
 
NtpServiceImpl() - Constructor for class org.apache.directory.server.ntp.service.NtpServiceImpl
 
NtpTimeStamp - Class in org.apache.directory.server.ntp.messages
NTP timestamps are represented as a 64-bit unsigned fixed-point number, in seconds relative to 0h on 1 January 1900.
NtpTimeStamp() - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp that represents the time "right now."
NtpTimeStamp(Date) - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp that represents the given Date.
NtpTimeStamp(ByteBuffer) - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp from encoded data in a ByteBuffer.
NULL - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
A constant for integer optional values
NullStringSerializer - Class in org.apache.directory.server.core.shared
A JDBM Serializer that serializes null or empty strings and always deserializes them as empty string values.
NullStringSerializer() - Constructor for class org.apache.directory.server.core.shared.NullStringSerializer
 
NumberIncrementingInterceptor - Class in org.apache.directory.server.core.number
An interceptor to increment any attribute with integer matching rule
NumberIncrementingInterceptor() - Constructor for class org.apache.directory.server.core.number.NumberIncrementingInterceptor
 
numDupLimit - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
duplicate limit before duplicate keys switch to using a btree for values

O

objectClassAT - Variable in class org.apache.directory.server.core.jndi.ServerContext
A reference to the ObjectClass AT
objectClassAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Cached attributes types to avoid lookup all over the code
objectClassAT - Variable in class org.apache.directory.server.core.shared.DefaultCoreSession
A reference to the ObjectClass AT
objectClassIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on objectClass attribute
ObjectClassProvider - Class in org.apache.directory.server.core.api
Provides commonly used ObjectClasses.
ObjectClassProvider(SchemaManager) - Constructor for class org.apache.directory.server.core.api.ObjectClassProvider
 
ObjectClassSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
 
ObjectClassSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Creates a new instance of ObjectClassSynchronizer.
OLD_PVNO - Static variable in class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
 
OMEG - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "OMEG" reference identifier type.
oneAliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the one level scope alias index
OneLevelScopeEvaluator<E> - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates one level scope assertions on candidates using an entry database.
OneLevelScopeEvaluator(Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Creates a one level scope node Evaluator for search expressions.
OP_BOOTREPLY - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Operation constant: boot reply (server to client).
OP_BOOTREQUEST - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Operation constant: boot request (client to server).
OpCode - Enum in org.apache.directory.server.dns.messages
 
openConnection(String, int, int, boolean) - Method in class org.apache.directory.kerberos.client.KerberosChannel
 
OperationalAttributeInterceptor - Class in org.apache.directory.server.core.operational
An Interceptor that adds or modifies the default attributes of entries.
OperationalAttributeInterceptor() - Constructor for class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Creates the operational attribute management service interceptor.
OperationContext - Interface in org.apache.directory.server.core.api.interceptor.context
This interface represent the context passed as an argument to each interceptor.
OperationEnum - Enum in org.apache.directory.server.core.api
The list of Operation we can process on the Interceptors.
OperationManager - Interface in org.apache.directory.server.core.api
An interface used by the DirectoryService to isolate operations that can be performed on it.
OperationScope - Class in org.apache.directory.server.core.authz.support
An enumeration that represents the scope of user operation.
Optimizer - Interface in org.apache.directory.server.xdbm.search
An optimizer applies heuristics to determine best execution path to a search filter based on scan counts within database indices.
optimizerEnabled - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if the Optimizer is enabled
OptionOverload - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to indicate that the DHCP 'sname' or 'file' fields are being overloaded by using them to carry DHCP options.
OptionOverload() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.OptionOverload
 
Options - Class in org.apache.directory.shared.kerberos.codec.options
A base class to manage Kerberos BitSet elements.
Options(int) - Constructor for class org.apache.directory.shared.kerberos.codec.options.Options
Creates a new BitSet with a specific number of bits.
OptionsField - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
OptionsField() - Constructor for class org.apache.directory.server.dhcp.options.OptionsField
 
OrCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical disjunction expression.
OrCursor(PartitionTxn, List<Cursor<IndexEntry<V, String>>>, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.OrCursor
Creates a new instance of an OrCursor
orderEtypesByStrength(Set<EncryptionType>) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Order a list of EncryptionType in a decreasing strength order
OrEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical disjunction (OR) expressions.
OrEvaluator(OrNode, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Creates a new OrEvaluator
org.apache.directory.kerberos.client - package org.apache.directory.kerberos.client
 
org.apache.directory.kerberos.credentials.cache - package org.apache.directory.kerberos.credentials.cache
 
org.apache.directory.server.annotations - package org.apache.directory.server.annotations
 
org.apache.directory.server.bridge.http - package org.apache.directory.server.bridge.http
 
org.apache.directory.server.config - package org.apache.directory.server.config
 
org.apache.directory.server.config.beans - package org.apache.directory.server.config.beans
 
org.apache.directory.server.config.builder - package org.apache.directory.server.config.builder
 
org.apache.directory.server.config.listener - package org.apache.directory.server.config.listener
 
org.apache.directory.server.configuration - package org.apache.directory.server.configuration
 
org.apache.directory.server.constants - package org.apache.directory.server.constants
 
org.apache.directory.server.core - package org.apache.directory.server.core
 
org.apache.directory.server.core.admin - package org.apache.directory.server.core.admin
 
org.apache.directory.server.core.annotations - package org.apache.directory.server.core.annotations
 
org.apache.directory.server.core.api - package org.apache.directory.server.core.api
 
org.apache.directory.server.core.api.administrative - package org.apache.directory.server.core.api.administrative
 
org.apache.directory.server.core.api.authn.ppolicy - package org.apache.directory.server.core.api.authn.ppolicy
 
org.apache.directory.server.core.api.changelog - package org.apache.directory.server.core.api.changelog
 
org.apache.directory.server.core.api.entry - package org.apache.directory.server.core.api.entry
 
org.apache.directory.server.core.api.event - package org.apache.directory.server.core.api.event
 
org.apache.directory.server.core.api.filtering - package org.apache.directory.server.core.api.filtering
 
org.apache.directory.server.core.api.interceptor - package org.apache.directory.server.core.api.interceptor
 
org.apache.directory.server.core.api.interceptor.context - package org.apache.directory.server.core.api.interceptor.context
 
org.apache.directory.server.core.api.journal - package org.apache.directory.server.core.api.journal
 
org.apache.directory.server.core.api.normalization - package org.apache.directory.server.core.api.normalization
 
org.apache.directory.server.core.api.partition - package org.apache.directory.server.core.api.partition
 
org.apache.directory.server.core.api.schema - package org.apache.directory.server.core.api.schema
 
org.apache.directory.server.core.api.schema.registries.synchronizers - package org.apache.directory.server.core.api.schema.registries.synchronizers
 
org.apache.directory.server.core.api.sp - package org.apache.directory.server.core.api.sp
 
org.apache.directory.server.core.api.sp.java - package org.apache.directory.server.core.api.sp.java
 
org.apache.directory.server.core.api.subtree - package org.apache.directory.server.core.api.subtree
 
org.apache.directory.server.core.authn - package org.apache.directory.server.core.authn
 
org.apache.directory.server.core.authn.ppolicy - package org.apache.directory.server.core.authn.ppolicy
 
org.apache.directory.server.core.authz - package org.apache.directory.server.core.authz
 
org.apache.directory.server.core.authz.support - package org.apache.directory.server.core.authz.support
ACDF (Access Control Decision Function) and its support classes.
org.apache.directory.server.core.avltree - package org.apache.directory.server.core.avltree
 
org.apache.directory.server.core.avltree.avl - package org.apache.directory.server.core.avltree.avl
 
org.apache.directory.server.core.changelog - package org.apache.directory.server.core.changelog
Ideas
org.apache.directory.server.core.collective - package org.apache.directory.server.core.collective
 
org.apache.directory.server.core.event - package org.apache.directory.server.core.event
 
org.apache.directory.server.core.exception - package org.apache.directory.server.core.exception
 
org.apache.directory.server.core.factory - package org.apache.directory.server.core.factory
 
org.apache.directory.server.core.hash - package org.apache.directory.server.core.hash
 
org.apache.directory.server.core.integ - package org.apache.directory.server.core.integ
 
org.apache.directory.server.core.jndi - package org.apache.directory.server.core.jndi
 
org.apache.directory.server.core.journal - package org.apache.directory.server.core.journal
 
org.apache.directory.server.core.kerberos - package org.apache.directory.server.core.kerberos
 
org.apache.directory.server.core.logger - package org.apache.directory.server.core.logger
 
org.apache.directory.server.core.normalization - package org.apache.directory.server.core.normalization
 
org.apache.directory.server.core.number - package org.apache.directory.server.core.number
 
org.apache.directory.server.core.operational - package org.apache.directory.server.core.operational
 
org.apache.directory.server.core.partition.impl.avl - package org.apache.directory.server.core.partition.impl.avl
 
org.apache.directory.server.core.partition.impl.btree - package org.apache.directory.server.core.partition.impl.btree
 
org.apache.directory.server.core.partition.impl.btree.jdbm - package org.apache.directory.server.core.partition.impl.btree.jdbm
 
org.apache.directory.server.core.partition.impl.btree.mavibot - package org.apache.directory.server.core.partition.impl.btree.mavibot
 
org.apache.directory.server.core.partition.ldif - package org.apache.directory.server.core.partition.ldif
 
org.apache.directory.server.core.referral - package org.apache.directory.server.core.referral
 
org.apache.directory.server.core.schema - package org.apache.directory.server.core.schema
Contains interfaces for schema object registry services and simple POJO implementations of these services.
org.apache.directory.server.core.security - package org.apache.directory.server.core.security
 
org.apache.directory.server.core.shared - package org.apache.directory.server.core.shared
 
org.apache.directory.server.core.shared.partition - package org.apache.directory.server.core.shared.partition
 
org.apache.directory.server.core.subtree - package org.apache.directory.server.core.subtree
 
org.apache.directory.server.core.trigger - package org.apache.directory.server.core.trigger
 
org.apache.directory.server.dhcp - package org.apache.directory.server.dhcp
Provides the entry point to an instance of the DhcpService, as well as the root of the exception hierarchy.
org.apache.directory.server.dhcp.io - package org.apache.directory.server.dhcp.io
Provides the encoders and decoders for DHCP message and option conversions.
org.apache.directory.server.dhcp.messages - package org.apache.directory.server.dhcp.messages
Provides message objects for DHCP messages.
org.apache.directory.server.dhcp.options - package org.apache.directory.server.dhcp.options
Provides base message objects for DHCP options.
org.apache.directory.server.dhcp.options.dhcp - package org.apache.directory.server.dhcp.options.dhcp
Provides DHCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.linklayer - package org.apache.directory.server.dhcp.options.linklayer
Provides link layer options for the DHCP protocol.
org.apache.directory.server.dhcp.options.misc - package org.apache.directory.server.dhcp.options.misc
Provides miscellaneous options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perhost - package org.apache.directory.server.dhcp.options.perhost
Provides per-host options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perinterface - package org.apache.directory.server.dhcp.options.perinterface
Provides per-interface options for the DHCP protocol.
org.apache.directory.server.dhcp.options.tcp - package org.apache.directory.server.dhcp.options.tcp
Provides TCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.vendor - package org.apache.directory.server.dhcp.options.vendor
Provides vendor options for the DHCP protocol.
org.apache.directory.server.dhcp.protocol - package org.apache.directory.server.dhcp.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the DHCP Service with the MINA NIO framework.
org.apache.directory.server.dhcp.service - package org.apache.directory.server.dhcp.service
Provides the implementation of the DhcpService.
org.apache.directory.server.dhcp.store - package org.apache.directory.server.dhcp.store
 
org.apache.directory.server.dns - package org.apache.directory.server.dns
Provides the entry point to an instance of the DnsServer, as well as support for configuration and the root of the exception hierarchy.
org.apache.directory.server.dns.io.decoder - package org.apache.directory.server.dns.io.decoder
Provides the decoders for DNS messages and resource records.
org.apache.directory.server.dns.io.encoder - package org.apache.directory.server.dns.io.encoder
Provides the encoders for DNS messages and resource records.
org.apache.directory.server.dns.messages - package org.apache.directory.server.dns.messages
Provides message objects for DNS messages and resource records.
org.apache.directory.server.dns.protocol - package org.apache.directory.server.dns.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the DNS Service with the MINA NIO framework.
org.apache.directory.server.dns.service - package org.apache.directory.server.dns.service
Provides the DNS Service.
org.apache.directory.server.dns.store - package org.apache.directory.server.dns.store
Provides RecordStore interface for serving DNS resource records to DnsServer.
org.apache.directory.server.dns.store.jndi - package org.apache.directory.server.dns.store.jndi
 
org.apache.directory.server.dns.store.jndi.operations - package org.apache.directory.server.dns.store.jndi.operations
Provides Command pattern objects for working with the JNDI backing store.
org.apache.directory.server.dns.util - package org.apache.directory.server.dns.util
Provides utility code for working with enumerators.
org.apache.directory.server.factory - package org.apache.directory.server.factory
 
org.apache.directory.server.i18n - package org.apache.directory.server.i18n
 
org.apache.directory.server.integ - package org.apache.directory.server.integ
 
org.apache.directory.server.integration.http - package org.apache.directory.server.integration.http
 
org.apache.directory.server.kerberos - package org.apache.directory.server.kerberos
 
org.apache.directory.server.kerberos.changepwd - package org.apache.directory.server.kerberos.changepwd
Provides the entry point to an instance of the ChangePasswordServer, as well as support for configuration.
org.apache.directory.server.kerberos.changepwd.exceptions - package org.apache.directory.server.kerberos.changepwd.exceptions
Provides the root of the exception hierarchy, as well as the enumerator for mapping Change Password errors to error codes.
org.apache.directory.server.kerberos.changepwd.io - package org.apache.directory.server.kerberos.changepwd.io
Provides encoders and decoders for request, reply, error, and data payload conversions.
org.apache.directory.server.kerberos.changepwd.messages - package org.apache.directory.server.kerberos.changepwd.messages
Provides message objects for request, reply, and error messages.
org.apache.directory.server.kerberos.changepwd.protocol - package org.apache.directory.server.kerberos.changepwd.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the Change Password Service with the MINA NIO framework.
org.apache.directory.server.kerberos.changepwd.service - package org.apache.directory.server.kerberos.changepwd.service
Provides the Change Password Service.
org.apache.directory.server.kerberos.kdc - package org.apache.directory.server.kerberos.kdc
Provides the entry point to an instance of the KdcServer (KDC), as well as classes common to the KDC's two services: the Authentication Service (AS) and the Ticket-Granting Service (TGS).
org.apache.directory.server.kerberos.kdc.authentication - package org.apache.directory.server.kerberos.kdc.authentication
Provides the KDC's Authentication Service (AS).
org.apache.directory.server.kerberos.kdc.ticketgrant - package org.apache.directory.server.kerberos.kdc.ticketgrant
Provides the KDC's Ticket-Granting Service (TGS).
org.apache.directory.server.kerberos.protocol - package org.apache.directory.server.kerberos.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the KDC's Authentication Service (AS) and Ticket-Granting Service (TGS) with the MINA NIO framework.
org.apache.directory.server.kerberos.protocol.codec - package org.apache.directory.server.kerberos.protocol.codec
 
org.apache.directory.server.kerberos.sam - package org.apache.directory.server.kerberos.sam
Provides a subsystem that enables the KDC's Authentication Service (AS) to use pluggable Single-use Authentication Mechanisms (SAM) during pre-authentication processing.
org.apache.directory.server.kerberos.shared.crypto.checksum - package org.apache.directory.server.kerberos.shared.crypto.checksum
Provides support for checksum calculations.
org.apache.directory.server.kerberos.shared.crypto.encryption - package org.apache.directory.server.kerberos.shared.crypto.encryption
Provides support for Kerberos CipherText operations.
org.apache.directory.server.kerberos.shared.keytab - package org.apache.directory.server.kerberos.shared.keytab
 
org.apache.directory.server.kerberos.shared.replay - package org.apache.directory.server.kerberos.shared.replay
Provides the interface and in-memory implementation of a Kerberos replay cache.
org.apache.directory.server.kerberos.shared.store - package org.apache.directory.server.kerberos.shared.store
Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI.
org.apache.directory.server.ldap - package org.apache.directory.server.ldap
Contains the entry point for the LDAP protocol provider and the session registry.
org.apache.directory.server.ldap.handlers - package org.apache.directory.server.ldap.handlers
Provides LDAP message handlers that implement MessageHandler.
org.apache.directory.server.ldap.handlers.controls - package org.apache.directory.server.ldap.handlers.controls
 
org.apache.directory.server.ldap.handlers.extended - package org.apache.directory.server.ldap.handlers.extended
Provides LDAP 'Extended' operations that implement ExtendedOperationHandler.
org.apache.directory.server.ldap.handlers.request - package org.apache.directory.server.ldap.handlers.request
 
org.apache.directory.server.ldap.handlers.response - package org.apache.directory.server.ldap.handlers.response
 
org.apache.directory.server.ldap.handlers.sasl - package org.apache.directory.server.ldap.handlers.sasl
Contains the implementation of LDAP binds with Simple and SASL authentication mechanisms.
org.apache.directory.server.ldap.handlers.sasl.cramMD5 - package org.apache.directory.server.ldap.handlers.sasl.cramMD5
 
org.apache.directory.server.ldap.handlers.sasl.digestMD5 - package org.apache.directory.server.ldap.handlers.sasl.digestMD5
 
org.apache.directory.server.ldap.handlers.sasl.external.certificate - package org.apache.directory.server.ldap.handlers.sasl.external.certificate
 
org.apache.directory.server.ldap.handlers.sasl.gssapi - package org.apache.directory.server.ldap.handlers.sasl.gssapi
 
org.apache.directory.server.ldap.handlers.sasl.ntlm - package org.apache.directory.server.ldap.handlers.sasl.ntlm
 
org.apache.directory.server.ldap.handlers.sasl.plain - package org.apache.directory.server.ldap.handlers.sasl.plain
 
org.apache.directory.server.ldap.handlers.ssl - package org.apache.directory.server.ldap.handlers.ssl
Contains support for SSL with the LDAP protocol (LDAPS).
org.apache.directory.server.ldap.replication - package org.apache.directory.server.ldap.replication
 
org.apache.directory.server.ldap.replication.consumer - package org.apache.directory.server.ldap.replication.consumer
 
org.apache.directory.server.ldap.replication.provider - package org.apache.directory.server.ldap.replication.provider
 
org.apache.directory.server.ntp - package org.apache.directory.server.ntp
Provides the entry point to instances of the NtpServer, as well as support for configuration and the root of the exception hierarchy.
org.apache.directory.server.ntp.io - package org.apache.directory.server.ntp.io
Provides the encoder and decoder for NTP message conversions.
org.apache.directory.server.ntp.messages - package org.apache.directory.server.ntp.messages
Provides message objects for NTP messages.
org.apache.directory.server.ntp.protocol - package org.apache.directory.server.ntp.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the NTP Service with the MINA NIO framework.
org.apache.directory.server.ntp.service - package org.apache.directory.server.ntp.service
Provides the implementation of the NtpService.
org.apache.directory.server.protocol.shared - package org.apache.directory.server.protocol.shared
 
org.apache.directory.server.protocol.shared.catalog - package org.apache.directory.server.protocol.shared.catalog
 
org.apache.directory.server.protocol.shared.kerberos - package org.apache.directory.server.protocol.shared.kerberos
 
org.apache.directory.server.protocol.shared.store - package org.apache.directory.server.protocol.shared.store
 
org.apache.directory.server.protocol.shared.transport - package org.apache.directory.server.protocol.shared.transport
 
org.apache.directory.server.wrapper - package org.apache.directory.server.wrapper
 
org.apache.directory.server.xdbm - package org.apache.directory.server.xdbm
 
org.apache.directory.server.xdbm.impl.avl - package org.apache.directory.server.xdbm.impl.avl
 
org.apache.directory.server.xdbm.search - package org.apache.directory.server.xdbm.search
 
org.apache.directory.server.xdbm.search.cursor - package org.apache.directory.server.xdbm.search.cursor
 
org.apache.directory.server.xdbm.search.evaluator - package org.apache.directory.server.xdbm.search.evaluator
 
org.apache.directory.server.xdbm.search.impl - package org.apache.directory.server.xdbm.search.impl
 
org.apache.directory.shared.client.api - package org.apache.directory.shared.client.api
 
org.apache.directory.shared.kerberos - package org.apache.directory.shared.kerberos
 
org.apache.directory.shared.kerberos.codec - package org.apache.directory.shared.kerberos.codec
 
org.apache.directory.shared.kerberos.codec.actions - package org.apache.directory.shared.kerberos.codec.actions
 
org.apache.directory.shared.kerberos.codec.adAndOr - package org.apache.directory.shared.kerberos.codec.adAndOr
 
org.apache.directory.shared.kerberos.codec.adAndOr.actions - package org.apache.directory.shared.kerberos.codec.adAndOr.actions
 
org.apache.directory.shared.kerberos.codec.adIfRelevant - package org.apache.directory.shared.kerberos.codec.adIfRelevant
 
org.apache.directory.shared.kerberos.codec.adKdcIssued - package org.apache.directory.shared.kerberos.codec.adKdcIssued
 
org.apache.directory.shared.kerberos.codec.adKdcIssued.actions - package org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
 
org.apache.directory.shared.kerberos.codec.adMandatoryForKdc - package org.apache.directory.shared.kerberos.codec.adMandatoryForKdc
 
org.apache.directory.shared.kerberos.codec.apRep - package org.apache.directory.shared.kerberos.codec.apRep
 
org.apache.directory.shared.kerberos.codec.apRep.actions - package org.apache.directory.shared.kerberos.codec.apRep.actions
 
org.apache.directory.shared.kerberos.codec.apReq - package org.apache.directory.shared.kerberos.codec.apReq
 
org.apache.directory.shared.kerberos.codec.apReq.actions - package org.apache.directory.shared.kerberos.codec.apReq.actions
 
org.apache.directory.shared.kerberos.codec.asRep - package org.apache.directory.shared.kerberos.codec.asRep
 
org.apache.directory.shared.kerberos.codec.asRep.actions - package org.apache.directory.shared.kerberos.codec.asRep.actions
 
org.apache.directory.shared.kerberos.codec.asReq - package org.apache.directory.shared.kerberos.codec.asReq
 
org.apache.directory.shared.kerberos.codec.asReq.actions - package org.apache.directory.shared.kerberos.codec.asReq.actions
 
org.apache.directory.shared.kerberos.codec.authenticator - package org.apache.directory.shared.kerberos.codec.authenticator
 
org.apache.directory.shared.kerberos.codec.authenticator.actions - package org.apache.directory.shared.kerberos.codec.authenticator.actions
 
org.apache.directory.shared.kerberos.codec.authorizationData - package org.apache.directory.shared.kerberos.codec.authorizationData
 
org.apache.directory.shared.kerberos.codec.authorizationData.actions - package org.apache.directory.shared.kerberos.codec.authorizationData.actions
 
org.apache.directory.shared.kerberos.codec.changePwdData - package org.apache.directory.shared.kerberos.codec.changePwdData
 
org.apache.directory.shared.kerberos.codec.changePwdData.actions - package org.apache.directory.shared.kerberos.codec.changePwdData.actions
 
org.apache.directory.shared.kerberos.codec.checksum - package org.apache.directory.shared.kerberos.codec.checksum
 
org.apache.directory.shared.kerberos.codec.checksum.actions - package org.apache.directory.shared.kerberos.codec.checksum.actions
 
org.apache.directory.shared.kerberos.codec.encApRepPart - package org.apache.directory.shared.kerberos.codec.encApRepPart
 
org.apache.directory.shared.kerberos.codec.encApRepPart.actions - package org.apache.directory.shared.kerberos.codec.encApRepPart.actions
 
org.apache.directory.shared.kerberos.codec.encAsRepPart - package org.apache.directory.shared.kerberos.codec.encAsRepPart
 
org.apache.directory.shared.kerberos.codec.encAsRepPart.actions - package org.apache.directory.shared.kerberos.codec.encAsRepPart.actions
 
org.apache.directory.shared.kerberos.codec.EncKdcRepPart - package org.apache.directory.shared.kerberos.codec.EncKdcRepPart
 
org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions - package org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
 
org.apache.directory.shared.kerberos.codec.encKrbCredPart - package org.apache.directory.shared.kerberos.codec.encKrbCredPart
 
org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions - package org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
 
org.apache.directory.shared.kerberos.codec.encKrbPrivPart - package org.apache.directory.shared.kerberos.codec.encKrbPrivPart
 
org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions - package org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
 
org.apache.directory.shared.kerberos.codec.encryptedData - package org.apache.directory.shared.kerberos.codec.encryptedData
 
org.apache.directory.shared.kerberos.codec.encryptedData.actions - package org.apache.directory.shared.kerberos.codec.encryptedData.actions
 
org.apache.directory.shared.kerberos.codec.encryptionKey - package org.apache.directory.shared.kerberos.codec.encryptionKey
 
org.apache.directory.shared.kerberos.codec.encryptionKey.actions - package org.apache.directory.shared.kerberos.codec.encryptionKey.actions
 
org.apache.directory.shared.kerberos.codec.encTgsRepPart - package org.apache.directory.shared.kerberos.codec.encTgsRepPart
 
org.apache.directory.shared.kerberos.codec.encTgsRepPart.actions - package org.apache.directory.shared.kerberos.codec.encTgsRepPart.actions
 
org.apache.directory.shared.kerberos.codec.encTicketPart - package org.apache.directory.shared.kerberos.codec.encTicketPart
 
org.apache.directory.shared.kerberos.codec.encTicketPart.actions - package org.apache.directory.shared.kerberos.codec.encTicketPart.actions
 
org.apache.directory.shared.kerberos.codec.etypeInfo - package org.apache.directory.shared.kerberos.codec.etypeInfo
 
org.apache.directory.shared.kerberos.codec.etypeInfo.actions - package org.apache.directory.shared.kerberos.codec.etypeInfo.actions
 
org.apache.directory.shared.kerberos.codec.etypeInfo2 - package org.apache.directory.shared.kerberos.codec.etypeInfo2
 
org.apache.directory.shared.kerberos.codec.etypeInfo2.actions - package org.apache.directory.shared.kerberos.codec.etypeInfo2.actions
 
org.apache.directory.shared.kerberos.codec.etypeInfo2Entry - package org.apache.directory.shared.kerberos.codec.etypeInfo2Entry
 
org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions - package org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions
 
org.apache.directory.shared.kerberos.codec.etypeInfoEntry - package org.apache.directory.shared.kerberos.codec.etypeInfoEntry
 
org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions - package org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions
 
org.apache.directory.shared.kerberos.codec.hostAddress - package org.apache.directory.shared.kerberos.codec.hostAddress
 
org.apache.directory.shared.kerberos.codec.hostAddress.actions - package org.apache.directory.shared.kerberos.codec.hostAddress.actions
 
org.apache.directory.shared.kerberos.codec.hostAddresses - package org.apache.directory.shared.kerberos.codec.hostAddresses
 
org.apache.directory.shared.kerberos.codec.hostAddresses.actions - package org.apache.directory.shared.kerberos.codec.hostAddresses.actions
 
org.apache.directory.shared.kerberos.codec.kdcRep - package org.apache.directory.shared.kerberos.codec.kdcRep
 
org.apache.directory.shared.kerberos.codec.kdcRep.actions - package org.apache.directory.shared.kerberos.codec.kdcRep.actions
 
org.apache.directory.shared.kerberos.codec.kdcReq - package org.apache.directory.shared.kerberos.codec.kdcReq
 
org.apache.directory.shared.kerberos.codec.kdcReq.actions - package org.apache.directory.shared.kerberos.codec.kdcReq.actions
 
org.apache.directory.shared.kerberos.codec.kdcReqBody - package org.apache.directory.shared.kerberos.codec.kdcReqBody
 
org.apache.directory.shared.kerberos.codec.kdcReqBody.actions - package org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
 
org.apache.directory.shared.kerberos.codec.krbCred - package org.apache.directory.shared.kerberos.codec.krbCred
 
org.apache.directory.shared.kerberos.codec.krbCred.actions - package org.apache.directory.shared.kerberos.codec.krbCred.actions
 
org.apache.directory.shared.kerberos.codec.krbCredInfo - package org.apache.directory.shared.kerberos.codec.krbCredInfo
 
org.apache.directory.shared.kerberos.codec.krbCredInfo.actions - package org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
 
org.apache.directory.shared.kerberos.codec.krbError - package org.apache.directory.shared.kerberos.codec.krbError
 
org.apache.directory.shared.kerberos.codec.krbError.actions - package org.apache.directory.shared.kerberos.codec.krbError.actions
 
org.apache.directory.shared.kerberos.codec.krbPriv - package org.apache.directory.shared.kerberos.codec.krbPriv
 
org.apache.directory.shared.kerberos.codec.krbPriv.actions - package org.apache.directory.shared.kerberos.codec.krbPriv.actions
 
org.apache.directory.shared.kerberos.codec.krbSafe - package org.apache.directory.shared.kerberos.codec.krbSafe
 
org.apache.directory.shared.kerberos.codec.krbSafe.actions - package org.apache.directory.shared.kerberos.codec.krbSafe.actions
 
org.apache.directory.shared.kerberos.codec.krbSafeBody - package org.apache.directory.shared.kerberos.codec.krbSafeBody
 
org.apache.directory.shared.kerberos.codec.krbSafeBody.actions - package org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
 
org.apache.directory.shared.kerberos.codec.lastReq - package org.apache.directory.shared.kerberos.codec.lastReq
 
org.apache.directory.shared.kerberos.codec.lastReq.actions - package org.apache.directory.shared.kerberos.codec.lastReq.actions
 
org.apache.directory.shared.kerberos.codec.methodData - package org.apache.directory.shared.kerberos.codec.methodData
 
org.apache.directory.shared.kerberos.codec.methodData.actions - package org.apache.directory.shared.kerberos.codec.methodData.actions
 
org.apache.directory.shared.kerberos.codec.options - package org.apache.directory.shared.kerberos.codec.options
 
org.apache.directory.shared.kerberos.codec.padata - package org.apache.directory.shared.kerberos.codec.padata
 
org.apache.directory.shared.kerberos.codec.padata.actions - package org.apache.directory.shared.kerberos.codec.padata.actions
 
org.apache.directory.shared.kerberos.codec.paEncTimestamp - package org.apache.directory.shared.kerberos.codec.paEncTimestamp
 
org.apache.directory.shared.kerberos.codec.paEncTsEnc - package org.apache.directory.shared.kerberos.codec.paEncTsEnc
 
org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions - package org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions
 
org.apache.directory.shared.kerberos.codec.principalName - package org.apache.directory.shared.kerberos.codec.principalName
 
org.apache.directory.shared.kerberos.codec.principalName.actions - package org.apache.directory.shared.kerberos.codec.principalName.actions
 
org.apache.directory.shared.kerberos.codec.tgsRep - package org.apache.directory.shared.kerberos.codec.tgsRep
 
org.apache.directory.shared.kerberos.codec.tgsRep.actions - package org.apache.directory.shared.kerberos.codec.tgsRep.actions
 
org.apache.directory.shared.kerberos.codec.tgsReq - package org.apache.directory.shared.kerberos.codec.tgsReq
 
org.apache.directory.shared.kerberos.codec.tgsReq.actions - package org.apache.directory.shared.kerberos.codec.tgsReq.actions
 
org.apache.directory.shared.kerberos.codec.ticket - package org.apache.directory.shared.kerberos.codec.ticket
 
org.apache.directory.shared.kerberos.codec.ticket.actions - package org.apache.directory.shared.kerberos.codec.ticket.actions
 
org.apache.directory.shared.kerberos.codec.transitedEncoding - package org.apache.directory.shared.kerberos.codec.transitedEncoding
 
org.apache.directory.shared.kerberos.codec.transitedEncoding.actions - package org.apache.directory.shared.kerberos.codec.transitedEncoding.actions
 
org.apache.directory.shared.kerberos.codec.typedData - package org.apache.directory.shared.kerberos.codec.typedData
 
org.apache.directory.shared.kerberos.codec.typedData.actions - package org.apache.directory.shared.kerberos.codec.typedData.actions
 
org.apache.directory.shared.kerberos.codec.types - package org.apache.directory.shared.kerberos.codec.types
 
org.apache.directory.shared.kerberos.components - package org.apache.directory.shared.kerberos.components
 
org.apache.directory.shared.kerberos.crypto.checksum - package org.apache.directory.shared.kerberos.crypto.checksum
 
org.apache.directory.shared.kerberos.exceptions - package org.apache.directory.shared.kerberos.exceptions
 
org.apache.directory.shared.kerberos.flags - package org.apache.directory.shared.kerberos.flags
 
org.apache.directory.shared.kerberos.messages - package org.apache.directory.shared.kerberos.messages
 
originalEntry - Variable in class org.apache.directory.server.core.api.entry.ClonedServerEntry
The original entry as returned by the backend
originalEntry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The original Entry
OUTSTANDING_KEY - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 

P

PA_ENC_TS_ENC_PA_TIMESTAMP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
PA-ENC-TS-ENC tags
PA_ENC_TS_ENC_PA_USEC_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
PaData - Class in org.apache.directory.shared.kerberos.components
The Pre-Authentication data.
PaData() - Constructor for class org.apache.directory.shared.kerberos.components.PaData
Creates a new instance of PreAuthenticationData.
PaData(PaDataType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.PaData
Creates a new instance of PreAuthenticationData.
PADATA_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
PaData tags
PADATA_VALUE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
PaDataContainer - Class in org.apache.directory.shared.kerberos.codec.padata
The PaData container stores the PaData decoded by the Asn1Decoder.
PaDataContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.padata.PaDataContainer
Creates a new PaDataContainer object.
PaDataGrammar - Class in org.apache.directory.shared.kerberos.codec.padata
This class implements the PaData structure.
PaDataInit - Class in org.apache.directory.shared.kerberos.codec.padata.actions
The action used to initialize the PaData object
PaDataInit() - Constructor for class org.apache.directory.shared.kerberos.codec.padata.actions.PaDataInit
Instantiates a new PaDataInit action.
PaDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.padata
This class store the PaData grammar's constants.
PaDataType - Enum in org.apache.directory.shared.kerberos.codec.types
 
padString(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Add padding to make an exact multiple of 8 bytes.
padString(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
PaEncTimestamp - Class in org.apache.directory.shared.kerberos.components
The PaEncTimestamp structure is used to store a PA-ENC-TIMESTAMP associated to a type.
PaEncTimestamp() - Constructor for class org.apache.directory.shared.kerberos.components.PaEncTimestamp
Creates a new instance of PA-ENC-TIMESTAMP.
PaEncTimestampContainer - Class in org.apache.directory.shared.kerberos.codec.paEncTimestamp
The PA-ENC-TIMESTAMP container stores the PA-ENC-TIMESTAMP decoded by the Asn1Decoder.
PaEncTimestampContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.paEncTimestamp.PaEncTimestampContainer
Creates a new PaEncTimestampContainer object.
PaEncTsEnc - Class in org.apache.directory.shared.kerberos.components
The PaEncTsEnc structure is used to store a PA-ENC-TS-ENC associated to a type.
PaEncTsEnc() - Constructor for class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Creates a new instance of PaEncTsEnc.
PaEncTsEnc(KerberosTime, int) - Constructor for class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Creates a new instance of PaEncTsEnc.
PaEncTsEncContainer - Class in org.apache.directory.shared.kerberos.codec.paEncTsEnc
The AdAndOr container stores the PA-ENC-TS-ENC decoded by the Asn1Decoder.
PaEncTsEncContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncContainer
Creates a new PaEncTsEncContainer object.
PaEncTsEncGrammar - Class in org.apache.directory.shared.kerberos.codec.paEncTsEnc
This class implements the PaEncTsEnc structure.
PaEncTsEncInit - Class in org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions
The action used to initialize the PA-ENC-TS-ENC object
PaEncTsEncInit() - Constructor for class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.PaEncTsEncInit
Instantiates a new PaEncTsEncInit action.
PaEncTsEncStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.paEncTsEnc
This class store the PA-ENC-TS-ENC grammar's constants.
PagedSearchContext - Class in org.apache.directory.server.ldap.handlers.controls
The structure which stores the informations relative to the pagedSearch control.
PagedSearchContext(SearchRequest) - Constructor for class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Creates a new instance of this class, storing the SearchRequest into it.
ParameterRequestList - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by a DHCP client to request values for specified configuration parameters.
ParameterRequestList() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ParameterRequestList
 
parent - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The parent AdministrativePoint
parentId - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
The entry ID
ParentIdAndRdn - Class in org.apache.directory.server.xdbm
A wrapper for the tuple of parentId and Rdn, used for the Rdn index.
ParentIdAndRdn() - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Serializable constructor.
ParentIdAndRdn(String, Rdn...) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Creates a new instance of ParentIdAndRdn.
ParentIdAndRdn(String, List<Rdn>) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Creates a new instance of ParentIdAndRdn.
ParentIdAndRdnComparator<I extends Comparable<I>> - Class in org.apache.directory.server.xdbm
A comparator used to compare ParentIdAndRdn stored in the Rdn index.
ParentIdAndRdnComparator(String) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdnComparator
Creates a new instance of ParentIdAndRdnComparator.
ParentIdAndRdnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a ParentidAndRdn.
ParentIdAndRdnSerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
Creates a new instance of ParentIdAndRdnSerializer.
parseAttributeTypes(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of attributeTypeDescriptions held within an attribute into schema entities.
parseComparators(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
 
parseDitContentRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of dITContentRuleDescriptions held within an attribute into schema entities.
parseDitStructureRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of dITStructureRuleDescriptions held within an attribute into schema entities.
parseLdapSyntaxes(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of ldapSyntaxes held within an attribute into schema entities.
parseMatchingRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of matchingRuleDescriptions held within an attribute into schema entities.
parseMatchingRuleUses(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of matchingRuleUseDescriptions held within an attribute into schema entities.
parseNameForms(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of nameFormDescriptions held within an attribute into schema entities.
parseNormalizers(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
 
parseObjectClasses(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of objectClassDescriptions held within an attribute into schema entities.
parseSyntaxCheckers(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parse the SyntaxCheckers description
partition - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The partition this operation will be applied on
Partition - Interface in org.apache.directory.server.core.api.partition
Interface for entry stores containing a part of the DIB (Directory Information Base).
PartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the Partition configuration.
PartitionBean() - Constructor for class org.apache.directory.server.config.beans.PartitionBean
Create a new PartitionBean instance
PartitionFactory - Interface in org.apache.directory.server.core.factory
A factory used to generate Partitions and their Indexes.
PartitionNexus - Interface in org.apache.directory.server.core.api.partition
A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
partitionPath - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The path in which this Partition stores files
PartitionReadTxn - Class in org.apache.directory.server.core.api.partition
The Read Transaction interface
PartitionReadTxn() - Constructor for class org.apache.directory.server.core.api.partition.PartitionReadTxn
 
PARTITIONS_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 
PartitionSearchResult - Class in org.apache.directory.server.xdbm.search
A class containing the result of a search : A set of candidate UUIDs A set of aliased entry if we have any A flag telling if we are dereferencing aliases or not A hierarchy of evaluators to use to validate the candidates
PartitionSearchResult(SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.PartitionSearchResult
Create a PartitionSearchResult instance
PartitionTxn - Interface in org.apache.directory.server.core.api.partition
The Transaction interface that partitions have to implement.
partitionTxn - Variable in class org.apache.directory.server.xdbm.AbstractIndexCursor
A transaction associated with this cursor
PartitionWriteTxn - Class in org.apache.directory.server.core.api.partition
The Write Transaction interface
PartitionWriteTxn() - Constructor for class org.apache.directory.server.core.api.partition.PartitionWriteTxn
 
PassThroughEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator that always validate all the submitted values
PassThroughEvaluator(Store) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Create a new instance of the PassThroughEvaluator
PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
An interceptor to hash plain text password according to the configured hashing algorithm.
PasswordHashingInterceptor(String, LdapSecurityConstants) - Constructor for class org.apache.directory.server.core.hash.PasswordHashingInterceptor
Creates a new instance of PasswordHashingInterceptor which hashes the incoming non-hashed password using the given algorithm.
PasswordHistory - Class in org.apache.directory.server.core.authn
A class to hold the data of historical passwords of a entry.
PasswordHistory(String) - Constructor for class org.apache.directory.server.core.authn.PasswordHistory
Create a new instance of PasswordHistory
PasswordHistory(String, byte[]) - Constructor for class org.apache.directory.server.core.authn.PasswordHistory
Create a new instance of PasswordHistory
PasswordPolicyBean - Class in org.apache.directory.server.config.beans
A simple pojo holding the password policy configuration base on this draft.
PasswordPolicyBean() - Constructor for class org.apache.directory.server.config.beans.PasswordPolicyBean
 
PasswordPolicyConfiguration - Class in org.apache.directory.server.core.api.authn.ppolicy
A simple pojo holding the password policy configuration base on this draft.
PasswordPolicyConfiguration() - Constructor for class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
PasswordPolicyException - Exception in org.apache.directory.server.core.api.authn.ppolicy
A exception class defined for PasswordPolicy related errors.
PasswordPolicyException(Throwable) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(String) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(String, int) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(int) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordValidator - Interface in org.apache.directory.server.core.api.authn.ppolicy
An interface for implementing password quality verifiers.
PathMtuAgingTimeout - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the timeout (in seconds) to use when aging Path MTU values discovered by the mechanism defined in RFC 1191.
PathMtuAgingTimeout() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PathMtuAgingTimeout
 
PathMtuPlateauTable - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies a table of MTU sizes to use when performing Path MTU Discovery as defined in RFC 1191.
PathMtuPlateauTable() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PathMtuPlateauTable
 
PerformMaskDiscovery - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should perform subnet mask discovery using ICMP.
PerformMaskDiscovery() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.PerformMaskDiscovery
 
PerformRouterDiscovery - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should solicit routers using the Router Discovery mechanism defined in RFC 1256.
PerformRouterDiscovery() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.PerformRouterDiscovery
 
PersistentSearchListener - Class in org.apache.directory.server.ldap.handlers
A DirectoryListener implementation which sends back added, deleted, modified or renamed entries to a client that created this listener.
PersistentSearchListener(LdapSession, SearchRequest) - Constructor for class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
piarCache - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The ParentIdAndRdn cache
ping() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Test the connection with the provider.
ping() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Test the connection with the provider.
PingerThread - Class in org.apache.directory.server.ldap.replication.consumer
A thread used to ping the provider o check if they are alive or not.
PingerThread(int) - Constructor for class org.apache.directory.server.ldap.replication.consumer.PingerThread
Create a new instance of this thread.
Pkcs5s2PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using PBKDF2WithHmacSHA1 encryption algorithm
to generate a secret key and use its encoded value as the password hash
with {PKCS5S2} prefix.

See PBKDF2 spec for more details.

Note: This has been implemented to generate hashes compatible with what JIRA generates.
Pkcs5s2PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Pkcs5s2PasswordHashingInterceptor
Creates an instance of a Pkcs5s2PasswordHashingInterceptor
PlainMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.plain
A handler for the PLAIN Sasl mechanism.
PlainMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
 
PlainSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.plain
A SaslServer implementation for PLAIN based SASL mechanism.
PlainSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
Creates a new instance of PlainSaslServer.
PointerRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.12.
PointerRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.PointerRecordEncoder
 
PolicyFilter - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies policy filters for non-local source routing.
PolicyFilter() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PolicyFilter
 
Pop3Servers - Class in org.apache.directory.server.dhcp.options.misc
The POP3 server option specifies a list of POP3 available to the client.
Pop3Servers() - Constructor for class org.apache.directory.server.dhcp.options.misc.Pop3Servers
 
POSTDATED - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - postdated.
PpolicyConfigContainer - Class in org.apache.directory.server.core.authn.ppolicy
A container to hold all the password policies defined in the server
PpolicyConfigContainer() - Constructor for class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
PPS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "PPL" reference identifier type.
PREF_NODE_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
presenceAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
PresenceCursor - Class in org.apache.directory.server.xdbm.search.cursor
A returning candidates satisfying an attribute presence expression.
PresenceCursor(PartitionTxn, Store, PresenceEvaluator) - Constructor for class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
Creates a new instance of an PresenceCursor
PresenceEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
PresenceEvaluator(PresenceNode, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Creates a new PresenceEvaluator
presenceIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the attribute presence index
previous() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
previous() - Method in class org.apache.directory.server.core.api.filtering.CursorList
previous() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
previous() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
previous() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
previous() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
previous() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
previous() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
 
previous() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
previous() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
previous() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
previous(PartitionTxn) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
previous() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
PRINCIPAL_NAME_NAME_STRING_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
PRINCIPAL_NAME_NAME_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
PrincipalName's tags
PrincipalName - Class in org.apache.directory.shared.kerberos.components
A principal Name, composed of a type and N names.
PrincipalName() - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new empty instance of PrincipalName.
PrincipalName(KerberosPrincipal) - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new instance of PrincipalName, given a KerberosPrincipal.
PrincipalName(String, PrincipalNameType) - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new instance of PrincipalName given a String and an principal type.
PrincipalName(String[], int) - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new instance of PrincipalName given a String[] and an principal type.
PrincipalName(String, int) - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new instance of PrincipalName.
PrincipalNameContainer - Class in org.apache.directory.shared.kerberos.codec.principalName
The PrincipalName container stores the PrincipalName decoded by the Asn1Decoder.
PrincipalNameContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
Creates a new PrincipalNameContainer object.
PrincipalNameGrammar - Class in org.apache.directory.shared.kerberos.codec.principalName
This class implements the PrincipalName.
PrincipalNameInit - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to initialize the PrincipalName object
PrincipalNameInit() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.PrincipalNameInit
Instantiates a new PrincipalNameInit action.
PrincipalNameStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.principalName
This class store the PrincipalName grammar's constants.
PrincipalNameType - Enum in org.apache.directory.shared.kerberos.codec.types
An enum describing the differnet types of Principal.
PrincipalStore - Interface in org.apache.directory.server.kerberos.shared.store
The store interface used by Kerberos services.
PrincipalStoreEntry - Class in org.apache.directory.server.kerberos.shared.store
 
PrincipalStoreEntryModifier - Class in org.apache.directory.server.kerberos.shared.store
 
PrincipalStoreEntryModifier() - Constructor for class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
 
printTree() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Prints the contents of AVL tree in pretty format
printTree() - Method in interface org.apache.directory.server.core.avltree.AvlTree
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
printTree() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
PRIVATE_KEY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PRIVATE_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PRIVATE_KEY_FORMAT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PROPERTY_MAX_LEASE_TIME - Static variable in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
PROPKEY_BASE - Static variable in class org.apache.directory.server.kerberos.sam.SamSubsystem
the property key base used for SAM algorithm verifiers
PROPLOAD - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
protect(String) - Method in class org.apache.directory.server.xdbm.AbstractIndex
Protects configuration properties from being set after initialization.
ProtocolService - Interface in org.apache.directory.server.protocol.shared
Minimum functionality required by an ApacheDS protocol service.
ProtocolType - Enum in org.apache.directory.server.dns.messages
 
PROXIABLE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - proxiable.
PROXY - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - proxy.
PTB - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "PTB" reference identifier type.
PUBLIC_KEY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_FORMAT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
put(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Puts a record into this Table.
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Puts a record into this Table.
put(IoBuffer, QuestionRecord) - Method in class org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder
Encodes the QuestionRecord into the IoBuffer.
put(IoBuffer, ResourceRecord) - Method in interface org.apache.directory.server.dns.io.encoder.RecordEncoder
Encodes the ResourceRecord into the IoBuffer.
put(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
put(String, String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
put(Object, Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Puts a record into this Table.
put(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Puts a record into this Table.
putAll(Map) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
putCharacterString(IoBuffer, String) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
<character-string> is a single length octet followed by that number of characters.
putDataSize(IoBuffer, int) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putDomainName(IoBuffer, String) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
<domain-name> is a domain name represented as a series of labels, and terminated by a label with zero length.
putRecordClass(IoBuffer, RecordClass) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putRecordType(IoBuffer, RecordType) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecord(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.AddressRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.CanonicalNameRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.MailExchangeRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.NameServerRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.PointerRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ServerSelectionRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.StartOfAuthorityRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.TextRecordEncoder
 
putSaslProperty(String, Object) - Method in class org.apache.directory.server.ldap.LdapSession
Add a Sasl property and value
PVNO - Static variable in class org.apache.directory.server.kerberos.changepwd.messages.AbstractPasswordMessage
ChangePassword protocol version number.
PWD_POLICY_STATE_ATTRIBUTE_TYPES - Static variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
set of operational attribute types used for representing the password policy state of a user entry
PwdModifyHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage PwdModifyRequest.
PwdModifyHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
 

Q

QuestionRecord - Class in org.apache.directory.server.dns.messages
The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
QuestionRecord(String, RecordType, RecordClass) - Constructor for class org.apache.directory.server.dns.messages.QuestionRecord
Creates a new instance of QuestionRecord.
QuestionRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
 
QuestionRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder
 

R

RandomKeyFactory - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
A factory class for producing random keys, suitable for use as session keys.
RandomKeyFactory() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
 
randomToKey(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
rdnIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the relative distinguished name index
rdns - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
The list of Rdn for this instance
read(CredentialsCache) - Method in class org.apache.directory.kerberos.credentials.cache.CacheInputStream
 
read(Dn, String, SearchScope, boolean) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read some configuration element from the DIT using its name
read(File) - Static method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Read a keytab file.
readConfig(Entry) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Creates a configuration bean from the given entry.
readConfig() - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(Dn) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(String, String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(Dn, String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readExternal(ObjectInput) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
readExternal(ObjectInput) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
ReadOnlyConfigurationPartition - Class in org.apache.directory.server.config
This class implements a read-only configuration partition.
ReadOnlyConfigurationPartition(InputStream, SchemaManager) - Constructor for class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Creates a new instance of ReadOnlyConfigurationPartition.
readSortedTuple(DataInputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
readTestEntries(String) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Load the Test entries
readTree(DataInputStream, LinkedAvlNode[]) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Reads the data from given InputStream and creates the LinkedAvlNodes to form the tree node = [size] [data-length] [data] [index] [child-marker] [node] [child-marker] [node].
readUnsortedTuple(DataInputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
RebindingTimeValue - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the time interval from address assignment until the client transitions to the REBINDING state.
RebindingTimeValue() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RebindingTimeValue
 
recMan - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the JDBM record manager for the file containing this index
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
reconstituteKeyMap(Attribute) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Converts the ASN.1 encoded key set to a map of encryption types to encryption keys.
RecordClass - Enum in org.apache.directory.server.dns.messages
 
RecordDecoder - Interface in org.apache.directory.server.dns.io.decoder
 
RecordEncoder - Interface in org.apache.directory.server.dns.io.encoder
 
recordMan - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
recordMan - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
The used recordManager
RecordStore - Interface in org.apache.directory.server.dns.store
The store interface used by the DNS protocol to lookup resource records.
RecordStoreStub - Class in org.apache.directory.server.dns.store
 
RecordStoreStub() - Constructor for class org.apache.directory.server.dns.store.RecordStoreStub
 
RecordType - Enum in org.apache.directory.server.dns.messages
 
recreate() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Re-create the queue
ReferenceIdentifier - Class in org.apache.directory.server.ntp.messages
Reference Identifier: This is a 32-bit bitstring identifying the particular reference source.
ReferralHandlingMode - Enum in org.apache.directory.server.core.api
Enumeration for referral handling modes.
ReferralInterceptor - Class in org.apache.directory.server.core.referral
An service which is responsible referral handling behaviors.
ReferralInterceptor() - Constructor for class org.apache.directory.server.core.referral.ReferralInterceptor
Creates a new instance of a ReferralInterceptor.
ReferralManager - Interface in org.apache.directory.server.core.api
An interface for managing referrals in the server
ReferralManagerImpl - Class in org.apache.directory.server.core.shared
Implement a referral Manager, handling the requests from the LDAP protocol.
ReferralManagerImpl(DirectoryService) - Constructor for class org.apache.directory.server.core.shared.ReferralManagerImpl
Creates a new instance of ReferralManagerImpl.
RefinementEvaluator - Class in org.apache.directory.server.core.api.subtree
The top level evaluation node for a refinement.
RefinementEvaluator(RefinementLeafEvaluator) - Constructor for class org.apache.directory.server.core.api.subtree.RefinementEvaluator
 
RefinementLeafEvaluator - Class in org.apache.directory.server.core.api.subtree
A refinement leaf node evaluator.
RefinementLeafEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.subtree.RefinementLeafEvaluator
Creates a refinement filter's leaf node evaluator.
registerOids(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Register a SchemaObject's OID in the associated oidRegistry
registerOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Registers an outstanding request which can be abandoned later.
registerSearchRequest(SearchRequest, Cursor<Entry>) - Method in class org.apache.directory.server.ldap.LdapSession
Registers a new searchRequest
registerSupportedExtensions(Set<String>) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Adds a set of supportedExtension (OID Strings) to the RootDSE.
registerSupportedExtensions(Set<String>) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds a set of supportedExtension (OID Strings) to the RootDSE.
registerSupportedSaslMechanisms(Set<String>) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Adds a set of supportedSaslMechanisms (OID Strings) to the RootDSE.
registerSupportedSaslMechanisms(Set<String>) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds a set of supportedSaslMechanisms (OID Strings) to the RootDSE.
RegistrationEntry - Class in org.apache.directory.server.core.api.event
Entry for a DirectoryListener in the EventService.
RegistrationEntry(DirectoryListener, NotificationCriteria) - Constructor for class org.apache.directory.server.core.api.event.RegistrationEntry
Creates a new instance of RegistrationEntry associated with a listener and a notification criteria
RegistrySynchronizer - Interface in org.apache.directory.server.core.api.schema.registries.synchronizers
Interface used to detect and react to changes performed on schema entities to update registries so they're synchronized with entries on disk.
RegistrySynchronizerAdaptor - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
Central point of control for schemas enforced by the server.
RegistrySynchronizerAdaptor(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
rejectWithoutConfidentiality(IoSession, ResultResponse) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
RelatedProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation.
RelatedProtectedItemFilter(RefinementEvaluator, Evaluator, SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
 
RelatedUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user.
RelatedUserClassFilter(SubtreeEvaluator) - Constructor for class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
 
releaseLease(Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
releaseLease(Lease) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Release the specified lease.
releasePooledAdminConnection(LdapConnection, LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Releases a pooled connection back to the pool.
reloadSslContext() - Method in class org.apache.directory.server.ldap.LdapServer
reloads the SSL context by replacing the existing SslFilter with a new SslFilter after reloading the keystore.
remove(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Remove an interceptor from the list of interceptors
remove(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(DirectoryService, Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Remove a partition from the manager, reading all the referrals from the base.
remove(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Removes a key present in the tree
remove(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
remove(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Removes the LinkedAvlNode present in the tree with the given key value
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
remove(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Removes the LinkedAvlMapNode present in the tree with the given key and value
remove(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Removes a node associated with the given key The entire node will be removed irrespective of whether duplicate keys are enabled or not
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Removes a node associated with the given key The entire node will be removed irrespective of whether duplicate keys are enabled or not
remove(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Removes the LinkedAvlMapNode present in the tree with the given key and value
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
remove(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Remove an interceptor from the list of interceptors
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Removes a single key value pair with a specified key and value from this Table.
remove(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Removes a single key value pair with a specified key and value from this Table.
remove(DirectoryService, Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Remove a partition from the manager, reading all the referrals from the base.
remove(Class) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Remove instances of the given option class.
remove(int) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Remove options matching the given tag
remove(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
remove(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Removes a single key value pair with a specified key and value from this Table.
remove(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Removes a single key value pair with a specified key and value from this Table.
REMOVE_CHILD - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
removeAll() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
removes all the nodes from the tree
removeAttributes(AttributeType...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
removeAttributes(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
removeConsumer(ReplicationConsumer) - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Remove a consumer to ping
removeContextPartition(String) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Remove a partition from the server.
removeContextPartition(String) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Remove a partition from the server.
removeEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
removeEventLog(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
removeExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
Deregister an ExtendedOperationHandler with the specified oid from this protocol provider.
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removeLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Removes an LdapSession managed by the LdapServer.
removeLeadingBytes(byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
removeListener(DirectoryListener) - Method in interface org.apache.directory.server.core.api.event.EventService
Removes the listener from this EventService preventing all events registered from being delivered to it.
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removePagedSearchContext(int) - Method in class org.apache.directory.server.ldap.LdapSession
Remove a Paged Search context from the map storing all of them.
removePartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
removePartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
removePasswordPolicies(PasswordPolicyBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
removePolicyConfig(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
deactivate an existing password policy.
removeReferral(Entry) - Method in interface org.apache.directory.server.core.api.ReferralManager
Remove a referral from the manager.
removeReferral(Entry) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Remove a referral from the manager.
removeSaslMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
 
removeSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Remove a property from the SaslProperty map
removeSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Remove a Subentry for a given Dn
removeTag(long) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Removes a Tag created for a given revision.
removeTag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Removes a Tag created for a given revision.
removeTrailingBytes(byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
rename(Dn, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Rename an entry applying the ModifyDN request
rename(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Rename an entry applying the ModifyDN request
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(Dn, Rdn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(String, String, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Modifies an entry by changing its relative name.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Rename a schemaObject.
rename(RenameOperationContext, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Rename a Schema Object.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Responds to the rdn (commonName) of the metaSchema object being changed.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Rename a schemaObject.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
rename(String, String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modifies an entry by changing its relative name.
rename(PartitionTxn, Dn, Rdn, boolean, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Changes the relative distinguished name of an entry specified by a distinguished name with the optional removal of the old Rdn attribute value from the entry.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Rename an entry applying the ModifyDN request
rename(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Rename an entry applying the ModifyDN request
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
rename(PartitionTxn, Dn, Rdn, boolean, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Changes the relative distinguished name of an entry specified by a distinguished name with the optional removal of the old Rdn attribute value from the entry.
RenameOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A RenameService context used for Interceptors.
RenameOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext.
RenameOperationContext(CoreSession, Dn, Rdn, boolean) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext.
RenameOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext
RENEW - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - renew.
RENEWABLE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - renewable.
RENEWABLE_OK - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - renewable is ok.
RenewalTimeValue - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the time interval from address assignment until the client transitions to the RENEWING state.
RenewalTimeValue() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RenewalTimeValue
 
repair() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Repair this partition.
repair() - Method in interface org.apache.directory.server.core.api.partition.Partition
Repair this partition.
repair() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Repair this partition.
repair() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Repair this partition.
repair(String) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
Try to repair the databases
REPL_CONSUMER_CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the replication consumer configuration DN
REPL_CONSUMER_DN_STR - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The replication consumer container DN
ReplayCache - Interface in org.apache.directory.server.kerberos.shared.replay
"The replay cache will store at least the server name, along with the client name, time, and microsecond fields from the recently-seen authenticators, and if a matching tuple is found, the KRB_AP_ERR_REPEAT error is returned."
ReplayCacheEntry(KerberosPrincipal, KerberosPrincipal, KerberosTime, int) - Constructor for class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl.ReplayCacheEntry
Creates a new instance of ReplayCacheEntry.
ReplayCacheImpl - Class in org.apache.directory.server.kerberos.shared.replay
"The replay cache will store at least the server name, along with the client name, time, and microsecond fields from the recently-seen authenticators, and if a matching tuple is found, the KRB_AP_ERR_REPEAT error is returned." We will store the entries in Ehacache instance
ReplayCacheImpl(long) - Constructor for class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl
Creates a new instance of InMemoryReplayCache.
ReplayCacheImpl.ReplayCacheEntry - Class in org.apache.directory.server.kerberos.shared.replay
A structure to hold an entry
ReplConsumerBean - Class in org.apache.directory.server.config.beans
A class used to store the Replication Consumer configuration.
ReplConsumerBean() - Constructor for class org.apache.directory.server.config.beans.ReplConsumerBean
Create a new Replication Consumer instance
ReplConsumerManager - Class in org.apache.directory.server.ldap.replication.provider
Manage the consumers on the provider : add them, and remove them.
ReplConsumerManager(DirectoryService) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Create a new instance of the producer replication manager.
REPLICA_EVENT_LOG_NAME_PREFIX - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
REPLICA_ID_PREFIX - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
the prefix for replicaId value
REPLICA_ID_PREFIX_LEN - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
 
ReplicaEventLog - Class in org.apache.directory.server.ldap.replication.provider
A structure storing the configuration on each consumer registered on a producer.
ReplicaEventLog(PartitionTxn, DirectoryService, int) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Creates a new instance of EventLog for a replica
ReplicaEventLogJanitor - Class in org.apache.directory.server.ldap.replication.provider
Deletes old entries from the replication event logs that are configured in refreshNPersist mode.
ReplicaEventLogJanitor(DirectoryService, Map<Integer, ReplicaEventLog>) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
ReplicaEventMessage - Class in org.apache.directory.server.ldap.replication
A place holder storing an Entry and the operation applied on it
ReplicaEventMessage(ChangeType, Entry) - Constructor for class org.apache.directory.server.ldap.replication.ReplicaEventMessage
Create a new ReplicaEvent instance for a Add/Delete+Modify operation
ReplicaEventMessageSerializer - Class in org.apache.directory.server.ldap.replication
A ReplicaEventMessage serializer/deserializer.
ReplicaEventMessageSerializer(SchemaManager) - Constructor for class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
Creates a new instance of ReplicaEventMessageSerializer.
ReplicaJournalCursor - Class in org.apache.directory.server.ldap.replication.provider
Define a cursor on top of a replication journal.
ReplicaJournalCursor(PartitionTxn, JdbmTable<String, ReplicaEventMessage>, String) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
Creates a cursor on top of the given journal
ReplicationConsumer - Interface in org.apache.directory.server.ldap.replication.consumer
An interface for consumers of a service which receives the ldap entries as and when a event happens in the server.
ReplicationConsumerConfig - Interface in org.apache.directory.server.ldap.replication
A marker interface for the configuration used in implementations of ReplicationConsumer.
ReplicationConsumerImpl - Class in org.apache.directory.server.ldap.replication.consumer
Implementation of syncrepl slave a.k.a consumer.
ReplicationConsumerImpl() - Constructor for class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
replicationReqHandler - Variable in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
The replication handler
ReplicationRequestHandler - Interface in org.apache.directory.server.ldap.replication.provider
Interface of a replication request handler in a provider/master.
ReplicationStatusEnum - Enum in org.apache.directory.server.ldap.replication.consumer
This enum is used to describe the various status of the replication.
ReplicationTrustManager - Class in org.apache.directory.server.ldap.replication
A X509TrustManager implementation used by the replication subsystem.
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Abandon a SearchRequest
requestControls - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The associated request's controls
requestControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
The request controls to set on operations before performing them
RequestedIpAddress - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned.
RequestedIpAddress() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RequestedIpAddress
 
RESERVED - Static variable in class org.apache.directory.shared.kerberos.codec.options.ApOptions
AP Request option - reserved
RESERVED_0 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_10 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_11 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_12 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_13 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_14 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_15 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_16 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_17 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_18 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_19 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_20 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_21 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_22 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_23 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_24 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_25 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_29 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_7 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
RESERVED_9 - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - reserved for future use.
ResourceLocationServers - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies a list of RFC 887 Resource Location servers available to the client.
ResourceLocationServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ResourceLocationServers
 
ResourceRecord - Interface in org.apache.directory.server.dns.messages
 
ResourceRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
 
ResourceRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
ResourceRecordImpl - Class in org.apache.directory.server.dns.messages
The answer, authority, and additional sections all share the same format: a variable number of resource records, where the number of records is specified in the corresponding count field in the header.
ResourceRecordImpl(String, RecordType, RecordClass, int, Map<String, Object>) - Constructor for class org.apache.directory.server.dns.messages.ResourceRecordImpl
Creates a new instance of ResourceRecordImpl.
ResourceRecordModifier - Class in org.apache.directory.server.dns.messages
 
ResourceRecordModifier() - Constructor for class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
ResponseCode - Enum in org.apache.directory.server.dns.messages
 
responseControls - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The associated response's controls
responseControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
The response controls to set after performing operations
responseRecieved() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
responseSent() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
RestrictedByFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy RestrictedByItem constraint if available.
RestrictedByFilter() - Constructor for class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
returningAttributes - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
A set containing the returning attributeTypesOptions
returningAttributesString - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
The set of attributes to return as String
reverse - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the reverse btree where the btree key is the entry id of the entry containing a value for the indexed attribute, and the btree value is the value of the indexed attribute
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move backward in the index
reverse - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the reverse btree where the btree key is the entry id of the entry containing a value for the indexed attribute, and the btree value is the value of the indexed attribute
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move backward in the index
reverse - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move backward in the index
reverse(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Try to move backward in the index
reverse(PartitionTxn, E, K) - Method in interface org.apache.directory.server.xdbm.Index
Try to move backward in the index
REVERSE_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the key used for the reverse btree name
REVERSE_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the key used for the reverse btree name
ReverseEnumMap<K,E extends Enum<E> & EnumConverter<K>> - Class in org.apache.directory.server.dns.util
A map to easily get the actual Enum instance from it's value as seen in the The JavaSpecialists newsletter.
ReverseEnumMap(Class<E>) - Constructor for class org.apache.directory.server.dns.util.ReverseEnumMap
Creates a new instance of ReverseEnumMap.
ReverseIndexComparator<V> - Class in org.apache.directory.server.core.partition.impl.btree
TupleComparator for index records.
ReverseIndexComparator(SerializableComparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Creates an IndexComparator.
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Search for a value using the Reverse table
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Reverse index, starting at a specific entry Id
revert(long) - Method in interface org.apache.directory.server.core.api.DirectoryService
Reverts the server's state to an earlier revision.
revert() - Method in interface org.apache.directory.server.core.api.DirectoryService
Reverts the server's state to the latest tagged snapshot if one was taken.
revert() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
revert(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
RevisionOrder - Enum in org.apache.directory.server.core.api.changelog
The order, based on revision numbers, in which to return log changes or tags.
REVISIONS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
REVISIONS_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
role - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AdmonistrativeRole
ROOT_ID - Static variable in interface org.apache.directory.server.core.api.partition.Partition
root ID common to all partitions
RootPartition - Class in org.apache.directory.server.core.shared.partition
 
RootPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.shared.partition.RootPartition
 
RootPath - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the path-name that contains the client's root disk.
RootPath() - Constructor for class org.apache.directory.server.dhcp.options.vendor.RootPath
 
RootPath(String) - Constructor for class org.apache.directory.server.dhcp.options.vendor.RootPath
 
Routers - Class in org.apache.directory.server.dhcp.options.vendor
The router option specifies a list of IP addresses for routers on the client's subnet.
Routers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.Routers
 
RouterSolicitationAddress - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the address to which the client should transmit router solicitation requests.
RouterSolicitationAddress() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.RouterSolicitationAddress
 
run(RunNotifier) - Method in class org.apache.directory.server.core.integ.FrameworkRunner
run() - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Starts the thread
run() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
RUN_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.apache.directory.server.core.integ.FrameworkRunner

S

SamException - Exception in org.apache.directory.server.kerberos.sam
Base class for all SAM subsystem errors.
SamException(SamType) - Constructor for exception org.apache.directory.server.kerberos.sam.SamException
Creates a SamException for a specific SamType.
SamException(SamType, String) - Constructor for exception org.apache.directory.server.kerberos.sam.SamException
Creates a SamException for a specific SamType, with message.
SamException(SamType, Throwable) - Constructor for exception org.apache.directory.server.kerberos.sam.SamException
Creates a SamException for a specific SamType, with the cause resulted in this exception.
SamException(SamType, String, Throwable) - Constructor for exception org.apache.directory.server.kerberos.sam.SamException
Creates a SamException for a specific SamType, with a message and the cause that resulted in this exception.
SampleCredentialsCacheResource - Class in org.apache.directory.kerberos.credentials.cache
This is a sample credentials cache generated using MIT KRB5 kinit command.
SampleCredentialsCacheResource() - Constructor for class org.apache.directory.kerberos.credentials.cache.SampleCredentialsCacheResource
 
SamSubsystem - Class in org.apache.directory.server.kerberos.sam
The Subsystem that enables the Kerberos server to use plugable Single-use Authentication mechanisms.
SamSubsystem() - Constructor for class org.apache.directory.server.kerberos.sam.SamSubsystem
 
SamType - Enum in org.apache.directory.shared.kerberos.codec.types
Type safe enumeration of Single-use Authentication Mechanism types
SamVerifier - Interface in org.apache.directory.server.kerberos.sam
Single-use Authentication Mechanism verifier (subsystem) interface.
Sasl - Annotation Type in org.apache.directory.server.annotations
A annotation used to define the SASL configuration.
SASL_AUTHENT_USER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the authenticated user
SASL_CREDS - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the evaluated credentials
SASL_FILTER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL IoFilter
SASL_HOST - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the SASL host in the session
SASL_MECH - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the current mechanism
SASL_MECH_HANDLER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL mechanism handler
SASL_PLAIN_AUTHCID - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The authcid property stored into the LdapSession instance
SASL_PLAIN_AUTHZID - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The authzid property stored into the LdapSession instance
SASL_PLAIN_PASSWORD - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The password property stored into the LdapSession instance
SASL_PROPS - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL properties
SASL_QOP - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the Quality Of Protection
SASL_REALM - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the realm
SASL_SERVER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the SASL Server in the session.
SASL_USER_BASE_DN - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the place where we are to search for user's pasword
SaslConstants - Class in org.apache.directory.server.ldap.handlers.sasl
SASL Constants used to store informations releated to the Challenge/response exchange during the SASL negociation.
SaslFilter - Class in org.apache.directory.server.ldap.handlers.sasl
An IoFilterAdapter that handles integrity and confidentiality protection for a SASL bound session.
SaslFilter(SaslServer) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.SaslFilter
Creates a new instance of SaslFilter.
SaslMechanism - Annotation Type in org.apache.directory.server.annotations
TODO SaslMechanism.
SaslMechHandlerBean - Class in org.apache.directory.server.config.beans
A class used to store the SASL mechanism handler configuration.
SaslMechHandlerBean() - Constructor for class org.apache.directory.server.config.beans.SaslMechHandlerBean
Create a new LdapServerSaslMechanisHandlerBean instance
save(KerberosPrincipal, KerberosPrincipal, KerberosTime, int) - Method in interface org.apache.directory.server.kerberos.shared.replay.ReplayCache
Saves the server principal, client principal, time, and microseconds to the replay cache.
save(KerberosPrincipal, KerberosPrincipal, KerberosTime, int) - Method in class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl
Add a new entry into the cache.
saveContextCsn(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Saves the context CSN value in the context entry of the partition
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Saves the context CSN value in the context entry of the partition
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
ScanCountComparator - Class in org.apache.directory.server.xdbm.search.impl
A helper class used to compare scan counts.
ScanCountComparator() - Constructor for class org.apache.directory.server.xdbm.search.impl.ScanCountComparator
 
SCHEMA_MODIFICATION_ATTRIBUTES_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFICATION_ATTRIBUTES_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFIED - Static variable in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
A constant to tell the caller that the schema has been modified
SCHEMA_MODIFIERS_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFY_TIMESTAMP_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFY_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.CoreSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.SystemSchemaConstants
 
SCHEMA_UNCHANGED - Static variable in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
A constant to tell the caller that the schema has not been modified
SchemaInterceptor - Class in org.apache.directory.server.core.schema
An Interceptor that manages and enforces schemas.
SchemaInterceptor() - Constructor for class org.apache.directory.server.core.schema.SchemaInterceptor
Creates a new instance of a SchemaInterceptor.
SchemaLdifToPartitionExtractor - Class in org.apache.directory.server.core.schema
An schema extractor that adds schema LDIF entries directly to the schema partition.
SchemaLdifToPartitionExtractor(SchemaManager, Partition) - Constructor for class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
Creates an extractor which adds schema LDIF entries directly to the schema partition.
schemaManager - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
A reference to the SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The global SchemaManager
schemaManager - Variable in class org.apache.directory.server.core.api.subtree.SubentryUtils
A reference to the SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.jndi.ServerContext
The SchemManager instance
schemaManager - Variable in class org.apache.directory.server.xdbm.AbstractTable
The global SchemaManager
schemaManager - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The SchemaManager instance
SchemaPartition - Class in org.apache.directory.server.core.api.schema
A special partition designed to contain the portion of the DIT where schema information for the server is stored.
SchemaPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.SchemaPartition
 
SchemaService - Class in org.apache.directory.server.core.shared
This class manage the Schema's operations.
SchemaSubentryManager - Class in org.apache.directory.server.core.schema
 
SchemaSubentryManager(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryManager
 
SchemaSubentryModifier - Class in org.apache.directory.server.core.schema
Responsible for translating modify operations on the subschemaSubentry into operations against entries within the schema partition.
SchemaSubentryModifier(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryModifier
Creates a new instance of SchemaSubentryModifier.
SchemaSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
This class handle modifications made on a global schema.
SchemaSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Creates and initializes a new instance of Schema synchronizer
ScopeEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates ScopeNode assertions on candidates.
ScopeEvaluator() - Constructor for class org.apache.directory.server.core.api.event.ScopeEvaluator
 
seal(EncryptionKey, Asn1Object, KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.CipherTextHandler
Performs an encode and an encrypt.
search(Dn, String) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified filter.
search(Dn, String, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified filter.
search(Dn, SearchScope, ExprNode, AliasDerefMode, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified search scope and filter.
search(SearchRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
search(SearchRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(String, String, SearchScope, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
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(SearchOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
search(Dn, String) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified filter.
search(Dn, String, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified filter.
search(Dn, SearchScope, ExprNode, AliasDerefMode, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified search scope and filter.
search(SearchRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
search(SearchOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
SearchAbandonListener - Class in org.apache.directory.server.ldap.handlers
An AbandonListener implementation which closes an associated cursor or removes a DirectoryListener.
SearchAbandonListener(LdapServer, Cursor<Entry>, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapServer, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapServer, Cursor<Entry>) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
TODO SearchableChangeLogStore.
SearchEngine - Interface in org.apache.directory.server.xdbm.search
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SEARCHING - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
SearchOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Search context used for Interceptors.
SearchOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, SearchRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, Dn, ExprNode, SearchControls) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, Dn, SearchScope, ExprNode, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchRequestContainer - Class in org.apache.directory.server.core.api
A container storing a SearchRequest being processed, and the associated size and time limit.
SearchRequestContainer(SearchRequest, Cursor<Entry>) - Constructor for class org.apache.directory.server.core.api.SearchRequestContainer
Create an instance of the container with the SearchRequest and its limit.
SearchRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A MessageReceived handler for processing search requests.
SearchRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
 
SearchResultDoneHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultDone responses.
SearchResultDoneHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultDoneHandler
 
SearchResultEntryHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultEntry responses.
SearchResultEntryHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultEntryHandler
 
SearchResultReferenceHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultReference responses.
SearchResultReferenceHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultReferenceHandler
 
SearchTimeLimitingMonitor - Class in org.apache.directory.server.ldap.handlers
A ClosureMonitor implementation which takes into account a time limit.
SearchTimeLimitingMonitor(long, TimeUnit) - Constructor for class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
Creates a new instance of SearchTimeLimitingMonitor.
sendAndReceive(ByteBuffer) - Method in class org.apache.directory.kerberos.client.KerberosChannel
 
sendGracefulDisconnect(List<IoSession>, GracefulDisconnectResponse, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Blocks to synchronously send the same GracefulDisconnect message to all managed sessions except for the requestor of the GracefulShutdown.
sendNoticeOfDisconnect(List<IoSession>, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Blocks to synchronously send the a NoticeOfDisconnect message with the resultCode set to unavailable(52) to all managed sessions except for the requestor of the GracefulShutdown.
sendShutdownResponse(IoSession, int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Sends a successful response.
SEQPROP_KEY - Static variable in interface org.apache.directory.server.xdbm.MasterTable
the sequence key - stores last sequence value in the admin table
serialize(ChangeLogEvent, ObjectOutput) - Static method in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
Serializes a ChangeLogEvent instance.
serialize(LdapPrincipal, ObjectOutput) - Static method in class org.apache.directory.server.core.api.LdapPrincipalSerializer
Serializes a LdapPrincipal instance.
serialize(ArrayTree<E>) - Method in class org.apache.directory.server.core.avltree.ArrayMarshaller
Marshals the given tree to bytes
serialize(AvlTree<E>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Marshals the given tree to bytes
serialize(Object) - Method in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
serialize(E) - Method in interface org.apache.directory.server.core.avltree.Marshaller
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
serialize(BTreeRedirect) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
This is the place where we serialize Dn
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
This is the place where we serialize entries, and all theirs elements.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
Serialize the object.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
serialize(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
This is the place where we serialize ParentIdAndRdn
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
serialize(Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
This is the place where we serialize Dn
serialize(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
This is the place where we serialize entries, and all theirs elements.
serialize(ParentIdAndRdn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
This is the place where we serialize ParentIdAndRdn.
serialize(Object) - Method in class org.apache.directory.server.core.shared.NullStringSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
serialize(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
This is the place where we serialize entries, and all theirs elements.
serialize(Object) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
SERVER_PORT - Static variable in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
Default DHCP server port
ServerAnnotationProcessor - Class in org.apache.directory.server.factory
Annotation processor for creating LDAP and Kerberos servers.
ServerBean - Class in org.apache.directory.server.config.beans
A class used to store the Server configuration.
ServerBean() - Constructor for class org.apache.directory.server.config.beans.ServerBean
Create a new ServerBean instance
ServerContext - Class in org.apache.directory.server.core.jndi
A non-federated abstract Context implementation.
ServerContext(DirectoryService, Hashtable<String, Object>) - 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.
ServerContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
 
ServerDirContext - Class in org.apache.directory.server.core.jndi
The DirContext implementation for the Server Side JNDI LDAP provider.
ServerDirContext(DirectoryService, Hashtable<String, Object>) - 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.
ServerDirContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
 
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.
ServerDNConstants - Class in org.apache.directory.server.constants
DN constants used in the server.
ServerEntryFactory - Interface in org.apache.directory.server.core.api.entry
A factory which produces ServerEntry objects.
ServerEntryUtils - Class in org.apache.directory.server.core.api.entry
A helper class used to manipulate Entries, Attributes and Values.
ServerIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in DHCPOFFER and DHCPREQUEST messages, and may optionally be included in the DHCPACK and DHCPNAK messages.
ServerIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
ServerIdentifier(InetAddress) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
ServerIntegrationUtils - Class in org.apache.directory.server.integ
 
ServerIntegrationUtils() - Constructor for class org.apache.directory.server.integ.ServerIntegrationUtils
 
ServerLdapContext - Class in org.apache.directory.server.core.jndi
An implementation of a JNDI LdapContext.
ServerLdapContext(DirectoryService, Hashtable<String, Object>) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
Creates an instance of an ServerLdapContext.
ServerLdapContext(DirectoryService, LdapPrincipal, Name) - 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.
ServerLdapContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
 
ServerSearchResult - Class in org.apache.directory.server.core.api.entry
Creates a wrapper around a SearchResult object so that we can use the Dn instead of parser it over and over
ServerSearchResult(Dn, Entry, boolean) - Constructor for class org.apache.directory.server.core.api.entry.ServerSearchResult
Creates a new instance of ServerSearchResult.
ServerSearchResult(Dn, Entry) - Constructor for class org.apache.directory.server.core.api.entry.ServerSearchResult
Creates a new instance of ServerSearchResult.
ServerSelectionRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
The format of the SRV RR Here is the format of the SRV RR, whose DNS type code is 33: _Service._Proto.Name TTL Class SRV Priority Weight Port Target (There is an example near the end of this document.) Service The symbolic name of the desired service, as defined in Assigned Numbers [STD 2] or locally.
ServerSelectionRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.ServerSelectionRecordEncoder
 
service - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The used DirectoryService instance
SERVICE_NAME - Static variable in class org.apache.directory.server.ldap.LdapServer
the constant service name of this ldap protocol provider
SERVICE_PORT - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServicePort
SERVICE_PRIORITY - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServicePriority
SERVICE_WEIGHT - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServiceWeight
ServiceBuilder - Class in org.apache.directory.server.config.builder
A class used for reading the configuration present in a Partition and instantiate the necessary objects like DirectoryService, Interceptors etc.
ServiceConfigurationException - Exception in org.apache.directory.server.protocol.shared
An exception for the Service configuration
ServiceConfigurationException() - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceTicket - Class in org.apache.directory.kerberos.client
 
ServiceTicket(Ticket, EncKdcRepPart) - Constructor for class org.apache.directory.kerberos.client.ServiceTicket
 
ServiceTicketRequest - Class in org.apache.directory.kerberos.client
 
ServiceTicketRequest(TgTicket, String) - Constructor for class org.apache.directory.kerberos.client.ServiceTicketRequest
 
ServiceType - Enum in org.apache.directory.server.dns.messages
 
session - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The core session
sessionClosed(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
sessionCreated(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
sessionOpened(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.ChangePasswordProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler
set(int) - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Sets the option at a given index.
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setAbandonHandler(LdapRequestHandler<AbandonRequest>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived handler into the IoHandler
setAcceptNonAuthenticatedData(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAccessControlEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether to enable basic access control checks or not.
setAccessControlEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to enable basic access control checks or not.
setAccessControlSap(AccessControlAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the AccessControl SAP (can be an AAP)
setAciTuples(Collection<ACITuple>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAcquired(long) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setAdAndOr(AdAndOr) - Method in class org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrContainer
Set an AdAndOr Object into the container.
setAdChecksum(Checksum) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
setAdData(byte[]) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
setAddHandlers(LdapRequestHandler<AddRequest>, LdapResponseHandler<AddResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setAdditionalRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAdditionalTickets(List<Ticket>) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Set the list of additional Ticket
setAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
setAddress(String) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Stores the Address in this transport
setAddress(String) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the InetAddress for this transport.
setAddress(HostAddress, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress
 
setAddress(HostAddress, EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreRecipientAddress
setAddress(HostAddress, EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreSenderAddress
setAddress(HostAddress, EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreRecipientAddress
setAddress(HostAddress, EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreSenderAddress
setAddress(HostAddress, KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreRecipientAddress
setAddress(HostAddress, KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreSenderAddress
setAddress(byte[]) - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Set the address
setAddresses(HostAddresses) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setAddrType(HostAddrType) - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Set the addr-type field
setAddrType(int) - Method in class org.apache.directory.shared.kerberos.components.HostAddress
Set the addr-type field
setAdKdcIssued(AdKdcIssued) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKdcIssuedContainer
Set an AdKdcIssued Object into the container.
setAdType(AuthorizationType) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Set the Alias dereferencing mode
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setAllOperationalAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setAllowableClockSkew(long) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setAllowAnonymousAccess(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether to allow anonymous access to entries other than the RootDSE.
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to allow anonymous access to entries other than the RootDSE.
setAllowPostdate(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setAllUserAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setAlteredEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Set the modified entry once the operation has been proceced on the backend.
setAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to Anonymous
setAnswerRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setApOptions(ApOptions) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Sets the ApOptions.
setApRep(ApRep) - Method in class org.apache.directory.shared.kerberos.codec.apRep.ApRepContainer
Set an ApRep Object into the container.
setApReq(ApReq) - Method in class org.apache.directory.shared.kerberos.codec.apReq.ApReqContainer
Set an ApReq Object into the container.
setAsRep(AsRep) - Method in class org.apache.directory.shared.kerberos.codec.asRep.AsRepContainer
Set an AsRep Object into the container.
setAsReq(AsReq) - Method in class org.apache.directory.shared.kerberos.codec.asReq.AsReqContainer
Set an AsReq Object into the container.
setAssignedClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setAttributeId(String) - Method in class org.apache.directory.server.xdbm.AbstractIndex
 
setAttributeId(String) - Method in interface org.apache.directory.server.xdbm.Index
Sets the attribute identifier set at configuration time for this index which may not be the OID but an alias name for the attributeType associated with this Index
setAttributes(String[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setAttributeType(AttributeType) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the AttributeType associated with the OID
setAttributeType(AttributeType) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAttrValue(Value) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to authenticated
setAuthenticationLevel(AuthenticationLevel) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAuthenticator(Authenticator) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setAuthenticator(Authenticator) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setAuthenticator(Authenticator) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorContainer
Set a Authenticator Object into the container.
setAuthenticator(EncryptedData) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Sets the EncryptedData.
setAuthenticatorClass(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
 
setAuthenticatorId(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
setAuthenticators(List<AuthenticatorBean>) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
setAuthenticators(Set<Authenticator>) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setAuthenticators(Authenticator[]) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setAuthHeader(ApReq) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setAuthHeader(ApReq) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setAuthoritativeAnswer(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAuthorityRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAuthorizationData(AuthorizationData, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadAuthorizationData
set the AuthorizationData on the ASN.1 object of the container
setAuthorizationData(AuthorizationData, AdAndOrContainer) - Method in class org.apache.directory.shared.kerberos.codec.adAndOr.actions.StoreElements
set the AuthorizationData on the ASN.1 object of the container
setAuthorizationData(AuthorizationData, AdKdcIssuedContainer) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreElements
set the AuthorizationData on the ASN.1 object of the container
setAuthorizationData(AuthorizationData, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreAuthorizationData
set the AuthorizationData on the ASN.1 object of the container
setAuthorizationData(AuthorizationData) - Method in class org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
Set a AuthorizationData Object into the container.
setAuthorizationData(AuthorizationData, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreAuthorizationData
set the AuthorizationData on the ASN.1 object of the container
setAuthorizationData(AuthorizationData) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setAuthorizationData(AuthorizationData) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setAuthorizedPrincipal(LdapPrincipal) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setAuthTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the auth KerberosTime.
setAuthTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setAuthTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setAvailable(boolean) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
setBackLog(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the size of the messages queue waiting for the acceptor to be ready.
setBackLog(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the size of the messages queue waiting for the acceptor to be ready.
setBase(Dn) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setBaseDn(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
setBaseDn(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Set the baseDN into the Authenticator
setBaseDn(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Set the baseDN into the Authenticator
setBaseDn(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setBindHandlers(LdapRequestHandler<BindRequest>, LdapResponseHandler<BindResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setBit(byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Sets a bit at a given position.
setBit(byte[], int, int) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionEngine
 
setBitString(byte[], EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreFlags
setBitString(byte[], EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreFlags
setBitString(byte[], KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreFlags
setBodyChecksumVerified(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setBootFileName(String) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setBytes(byte[]) - Method in class org.apache.directory.shared.kerberos.codec.options.Options
Set the array of bytes representing the bits
setCacheDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setCacheSize(int) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Used to specify the entry cache size for a Partition.
setCacheSize(int) - Method in class org.apache.directory.server.xdbm.AbstractIndex
Sets the size of the index cache in terms of the number of index entries to be cached.
setCacheSize(int) - Method in interface org.apache.directory.server.xdbm.Index
Sets the size of the index cache in terms of the number of index entries to be cached.
setCacheSize(int) - Method in interface org.apache.directory.server.xdbm.Store
Sets the cache size for this store.
setCandidateSet(Set<String>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setCatelogBased(boolean) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set true if this service uses a catalog for searching different regions of the DIT for its data.
setCertificatePassword(String) - Method in class org.apache.directory.server.ldap.LdapServer
Set the certificate password.
setChangeLog(ChangeLogBean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setChangeLog(ChangeLog) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
setChangeLog(ChangeLog) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
setChangeLogEvent(ChangeLogEvent) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setChangeLogExposed(boolean) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
setChangeLogId(String) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
setChangeLogStore(ChangeLogStore) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Set the underlying storage
setChangeLogStore(ChangeLogStore) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Set the underlying storage
setChangePwdServer(ChangePasswordServer) - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
setChaseReferrals(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setChecksum(Checksum, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadCheckSum
set the Checksum on the ASN.1 object of the container
setChecksum(Checksum, AdKdcIssuedContainer) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreChecksum
set the Checksum on the ASN.1 object of the container
setChecksum(Checksum, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreChecksum
set the Checksum on the ASN.1 object of the container
setChecksum(Checksum) - Method in class org.apache.directory.shared.kerberos.codec.checksum.ChecksumContainer
Set a Checksum Object into the container
setChecksum(Checksum, KrbSafeContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StoreChecksum
set the Checksum on the ASN.1 object of the container
setChecksum(Checksum) - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
 
setChecksumType(ChecksumType) - Method in class org.apache.directory.shared.kerberos.components.Checksum
Set the ChecksumType.
setChecksumValue(byte[]) - Method in class org.apache.directory.shared.kerberos.components.Checksum
Set the checksum Value.
setChngPwdData(ChangePasswdData) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setChngPwdData(ChangePasswdData) - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataContainer
Set an ChangePasswdData Object into the container.
setCipher(byte[]) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Set the cipher text
setCipherTextHandler(CipherTextHandler) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setCipherTextHandler(CipherTextHandler) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setCksum(Checksum) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setClientAddress(SocketAddress) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setClientAddress(InetAddress) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setClientAddress(InetAddress) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setClientAddresses(HostAddresses) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the client HostAddresses.
setClientAddresses(HostAddresses) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setClientAddresses(HostAddresses) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setClientEntry(PrincipalStoreEntry) - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
setClientKey(EncryptionKey) - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
setClientPrincipal(String) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.filtering.CursorList
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
setCName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setCName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Set the client principalName
setCName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setCName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setCName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setCollateralOperation(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setCollectiveAttribute(CollectiveAttributeAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the CollectiveAttribute SAP
setCommonName(String) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the common name (cn).
setCompareHandlers(LdapRequestHandler<CompareRequest>, LdapResponseHandler<CompareResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setConditionCount(int) - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
setConfDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setConfFile(String) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setConfidentialityRequired(boolean) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the mode for this LdapServer to accept requests with or without a TLS secured connection via either StartTLS extended operations or using LDAPS.
setConfig(DnsServer) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setConfig(ChangePasswordConfig) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setConfig(KerberosConfig) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setConfig(ReplicationConsumerConfig) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Sets the configuration of the consumer
setConfig(ReplicationConsumerConfig) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Sets the configuration of the consumer
setConfigEntryDn(Dn) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setConsumerEntryDn(Dn) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setContents(byte[]) - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
Set the contents
setContextCsn(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Replaces the current context CSN with the given CSN value if they are not same and sets the ctxCsnChanged flag to true.
setContextEntry(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setContextEntry(Entry) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
 
setContextPath(String) - Method in class org.apache.directory.server.integration.http.WebApp
 
setCookie(byte[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setCoreSession(CoreSession) - Method in class org.apache.directory.server.ldap.LdapSession
Sets the logical core DirectoryService session.
setCRealm(String) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setCRealm(String) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Set the client realm
setCRealm(String) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setCRealm(String) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setCredCacheFile(File) - Method in class org.apache.directory.kerberos.client.Kinit
 
setCredentials(byte[]) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setCTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setCTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
setCTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setCurrentAdData(byte[]) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Set the current AD data
setCurrentAdType(AuthorizationType) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
Set the current AD type
setCurrentClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setCurrentDataType(int) - Method in class org.apache.directory.shared.kerberos.components.TypedData
Set the current TD type
setCurrentDataValue(byte[]) - Method in class org.apache.directory.shared.kerberos.components.TypedData
Set the current TD data
setCurrentInterceptor(int) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Sets the current interceptor number to a new value.
setCurrentInterceptor(int) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the current interceptor number to a new value.
setCurrentLrType(LastReqType) - Method in class org.apache.directory.shared.kerberos.components.LastReq
Set the CurrentLr type
setCurrentLrValue(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.LastReq
Set the CurrentLr value
setCursor(Cursor<Entry>) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Set the new cursor for this search request
setCusec(int) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setCusec(int) - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
setCusec(int) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Set the data (wire format) from a byte array.
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.IntOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.StringOption
 
setData(int) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Store the flags contained in the given integer value
setDate(String) - Method in class org.apache.directory.shared.kerberos.KerberosTime
Sets the date if it's a valid KerberosTime
setDefaultPolicyDn(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
Set the default password policy configuration's Dn
setDelayMillis(long) - Method in class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
setDelegateHost(String) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
setDelegateHost(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegatePort(int) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
setDelegatePort(int) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateSsl(boolean) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateSslTrustManagerFQCN(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateTls(boolean) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateTlsTrustManagerFQCN(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDeleteHandlers(LdapRequestHandler<DeleteRequest>, LdapResponseHandler<DeleteResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setDelOldDn(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the flag to delete the old Rdn
setDenormalizeOpAttrsEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether the operational attributes are denormalized when returned
setDepth(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setDepth(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setDescription(String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Sets the component description
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.ldap.LdapServer
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set the DirectoryService
setDirectoryServiceBeans(List<AdsBaseBean>) - Method in class org.apache.directory.server.config.beans.ConfigBean
 
setDirectoryServiceId(String) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Sets the ID for this DirectoryService
setDirty(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the dirty flag
setDisabled(boolean) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets whether the account is disabled.
setDistinguishedName(String) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the distinguished name (Dn).
setDn(Dn) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
setDn(Dn) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
setDn(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
setDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the context Dn
setDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
Set the context Dn
setDn(Dn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the context Dn
setDnFactory(DnFactory) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the Dn factory.
setDnFactory(DnFactory) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the Dn factory.
setDnsClass(RecordClass) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsName(String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsTtl(int) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsType(RecordType) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDsAccessControlEnabled(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsPasswordHidden(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsReplicaId(int) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsSyncPeriodMillis(long) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsTestEntries(String) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setEData(byte[]) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setElements(AuthorizationData) - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
setElements(AuthorizationData) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
setEmptyAddressesAllowed(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setEnabled(boolean) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Enable or disable the component
setEnabled(boolean) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Enable or disable the ChangeLog service
setEnabled(boolean) - Method in interface org.apache.directory.server.core.api.journal.Journal
Enable or disable the Journal service
setEnabled(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Enable or disable the ChangeLog service
setEnabled(boolean) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setEnabled(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabled(boolean) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabledCiphers(List<String>) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setEnabledCiphers(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled ciphers
setEnabledCipherSuites(List<String>) - Method in class org.apache.directory.server.ldap.LdapServer
Deprecated.
Get this list from the TcpTransport class
setEnabledProtocols(List<String>) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setEnabledProtocols(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled protocols
setEnableRewriting(PartitionTxn, boolean) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
enable/disable the re-writing of partition data.
setEnableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
setEnableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
setEncApRepPart(EncApRepPart) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartContainer
Set an EncApRepPart Object into the container.
setEncAsRepPart(EncAsRepPart) - Method in class org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartContainer
Set an EncAsRepPart Object into the container.
setEncAuthorizationData(EncryptedData) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setEncKdcRepPart(EncKdcRepPart) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartContainer
Set a EncKdcRepPart Object into the container.
setEncKdcRepPart(EncKdcRepPart) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
setEncKdcRepPart(EncKdcRepPart) - Method in class org.apache.directory.shared.kerberos.messages.EncAsRepPart
 
setEncKdcRepPart(EncKdcRepPart) - Method in class org.apache.directory.shared.kerberos.messages.EncTgsRepPart
 
setEncKrbCredPart(EncKrbCredPart) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartContainer
Set a EncKrbCredPart Object into the container.
setEncKrbPrivPart(EncKrbPrivPart) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartContainer
Set a EncKrbPrivPart Object into the container.
setEncPart(EncryptedData) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
setEncPart(EncryptedData) - Method in class org.apache.directory.shared.kerberos.messages.ApRep
Sets the EncryptedData.
setEncPart(EncryptedData) - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
setEncPart(EncryptedData) - Method in class org.apache.directory.shared.kerberos.messages.KrbPriv
 
setEncPart(EncryptedData) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Set the encrypted ticket part
setEncryptedData(EncryptedData, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, ApRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.apRep.actions.StoreEncPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, ApReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreAuthenticator
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData) - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataContainer
Set a EncryptedData Object into the container.
setEncryptedData(EncryptedData, KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreEncPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreEncAuthorizationData
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, KrbCredContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCred.actions.StoreEncPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, KrbPrivContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbPriv.actions.StoreEncPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptedData(EncryptedData, TicketContainer) - Method in class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreEncPart
set the EncryptedData on the ASN.1 object present in the container
setEncryptionKey(EncryptionKey, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionKey(EncryptionKey, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreSubKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionKey(EncryptionKey, EncApRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreSubKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionKey(EncryptionKey, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
Set a EncryptionKey Object into the container
setEncryptionKey(EncryptionKey, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionKey(EncryptionKey, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreKey
set the EncryptionKey on the ASN.1 object of the container
setEncryptionType(EncryptionType) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
Sets the encryption type to use for this session.
setEncryptionTypes(Set<EncryptionType>) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setEncryptionTypes(EncryptionType[]) - Method in class org.apache.directory.server.kerberos.KerberosConfig
Initialize the encryptionTypes set
setEncryptionTypes(Set<EncryptionType>) - Method in class org.apache.directory.server.kerberos.KerberosConfig
Initialize the encryptionTypes set
setEncTgsRepPart(EncTgsRepPart) - Method in class org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartContainer
Set an EncTgsRepPart Object into the container.
setEncTicketPart(EncTicketPart) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartContainer
Set a EncTicketPart Object into the container
setEncTicketPart(EncTicketPart) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
 
setEndTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the end KerberosTime.
setEndTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setEndTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setEntries(List<KeytabEntry>) - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
setEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
setEntry(Entry) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the server entry associated with the target Dn of this OperationContext.
setEntry(Entry) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setEntry(Entry) - Method in class org.apache.directory.server.xdbm.IndexEntry
setEntryDn(Dn) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setEntryView(Entry) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setErrorCode(ErrorType) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setEText(String) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setEType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Set the EncryptionType
setEType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
 
setEType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
 
setEType(Set<EncryptionType>) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setETypeInfo(ETypeInfo) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoContainer
Set a ETypeInfo Object into the container
setETypeInfo2(ETypeInfo2) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Container
Set a ETypeInfo2 Object into the container
setETypeInfo2Entry(ETypeInfo2Entry) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryContainer
Set a ETypeInfo2Entry Object into the container
setETypeInfoEntry(ETypeInfoEntry) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryContainer
Set a ETypeInfoEntry Object into the container
setETypes(Set<EncryptionType>) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setEvaluator(Evaluator<? extends ExprNode>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setEventMask(int) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setEventMask(EventType...) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setEventService(EventService) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setEventService(EventService) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExitVmOnShutdown(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setExitVmOnShutdown(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExpiration(KerberosTime) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the expiration time.
setExpires(long) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setExpiryTime(long) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setExposed(boolean) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Exposes the contents of ChangeLog to clients if set to true.
setExposed(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Exposes the contents of ChangeLog to clients if set to true.
setExtendedHandlers(ExtendedRequestHandler, ExtendedResponseHandler) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setExtendedOperationHandlers(Collection<ExtendedOperationHandler<ExtendedRequest, ExtendedResponse>>) - Method in class org.apache.directory.server.ldap.LdapServer
setExtendedOpHandlerClass(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
setExtendedOpId(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
setExtendedOps(List<ExtendedOpHandlerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setFileName(String) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
The file name to use as the journal file.
setFileName(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
setFilter(ExprNode) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setFilter(String) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
Set the filter
setFilter(ExprNode) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Set the filter into the context.
setFilter(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setFlag(TicketFlag) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
adds the given flag to the already existing flags.
setFlag(KerberosFlag) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Set a flag in a list of flags
setFlag(int) - Method in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
Set a flag in a list of flags
setFlag(KerberosFlag) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
Set a flag in a list of flags
setFlag(int) - Method in interface org.apache.directory.shared.kerberos.flags.KerberosFlags
Set a flag in a list of flags
setFlags(short) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setFlags(TicketFlags) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the TicketFlags.
setFlags(TicketFlags) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setForwardable(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setForwardableAllowed(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setFrom(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setGenerateNoReplEvt(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets whether or not to generate replication event messages by after an operation using this operation context completes
setHardwareAddress(HardwareAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setHardwareAddress(HardwareAddress) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setHashAlgorithm(String) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
setHopCount(short) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setHostAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressContainer
Set a HostAddress Object into the container.
setHostAddresses(HostAddresses, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses
set HostAddresses on the ASN.1 object present in the container
setHostAddresses(HostAddresses, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreCAddr
set HostAddresses on the ASN.1 object present in the container
setHostAddresses(HostAddresses, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCaddr
set HostAddresses on the ASN.1 object present in the container
setHostAddresses(HostAddresses, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreAddresses
set HostAddresses on the ASN.1 object present in the container
setHostAddresses(HostAddresses, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreCaddr
set HostAddresses on the ASN.1 object present in the container
setHostName(String) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setHostName(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the consumer hostname
setHttpAppCtxPath(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setHttpConfFile(String) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
setHttpsTransport(TcpTransport) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setHttpTransport(TcpTransport) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setHttpWarFile(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setHttpWebApps(List<HttpWebAppBean>) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
setId(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setId(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the unique identifier for this partition.
setId(String) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the unique identifier for this partition.
setId(String) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Has no affect: the id is fixed at SchemaPartition.SCHEMA_ID: 'schema'.
setId(String) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Sets the unique identifier for this partition.
setId(I) - Method in class org.apache.directory.server.xdbm.IndexEntry
setIndex(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setIndex(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setIndexAttributeId(String) - Method in class org.apache.directory.server.config.beans.IndexBean
 
setIndexCacheSize(int) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Sets the size of the index cache in terms of the number of index entries to be cached.
setIndexedAttributes(Set<Index<?, String>>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Set the list of indexes for this partition
setIndexes(List<IndexBean>) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setIndexFileName(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
setIndexHasReverse(boolean) - Method in class org.apache.directory.server.config.beans.IndexBean
 
setIndexNumDupLimit(int) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Sets the threshold at which point duplicate keys use btree indirection to store their values.
setIndexWorkingDir(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
setInstanceId(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the instance Identifier
setInstanceId(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setInstanceLayout(InstanceLayout) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the InstanceLayout used by the DirectoryService to store the files
setInstanceLayout(InstanceLayout) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the InstanceLayout used by the DirectoryService to store the files
setIntegerValue(int, AdAndOrContainer) - Method in class org.apache.directory.shared.kerberos.codec.adAndOr.actions.StoreConditionCount
setIntegerValue(int, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCusec
setIntegerValue(int, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreSeqNumber
setIntegerValue(int, AuthorizationDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.authorizationData.actions.StoreAdType
setIntegerValue(int, EncApRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreCusec
setIntegerValue(int, EncApRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreSeqNumber
setIntegerValue(int, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreNonce
setIntegerValue(int, EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreNonce
setIntegerValue(int, EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreUsec
setIntegerValue(int, EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreSeqNumber
setIntegerValue(int, EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreUsec
setIntegerValue(int, EncryptedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreEType
setIntegerValue(int, EncryptedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreKvno
setIntegerValue(int, EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyType
setIntegerValue(int, HostAddressContainer) - Method in class org.apache.directory.shared.kerberos.codec.hostAddress.actions.StoreAddrType
setIntegerValue(int, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreNonce
setIntegerValue(int, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCusec
setIntegerValue(int, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreErrorCode
setIntegerValue(int, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSusec
setIntegerValue(int, KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreSeqNumber
setIntegerValue(int, KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreUsec
setIntegerValue(int, LastReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.lastReq.actions.StoreLrType
setIntegerValue(int, PaEncTsEncContainer) - Method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.StorePaUsec
setIntegerValue(int, PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameType
setIntegerValue(int, TicketContainer) - Method in class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreTktVno
setIntegerValue(int, TransitedEncodingContainer) - Method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.StoreTrType
setIntegerValue(int, TypedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.typedData.actions.StoreTdType
setIntegrityChecker(KeyIntegrityChecker) - Method in class org.apache.directory.server.kerberos.sam.SamSubsystem
Sets the KeyIntegrityChecker used by the entire SamSubsystem.
setIntegrityChecker(KeyIntegrityChecker) - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
SamVerifiers require a KeyIntegrityChecker to calculate the integrity of a generated KerberosKey.
setInterceptorClassName(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptorId(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptorOrder(int) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptors(List<InterceptorBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Sets the interceptors in the server.
setInterceptors(List<Interceptor>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the interceptors in the server.
setInterceptors(List<String>) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Sets the list of interceptors to go through for an operation
setInterceptors(List<String>) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the list of interceptors to go through for an operation
setInterceptors(List<Interceptor>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the interceptors in the server.
setIntermediateHandler(LdapResponseHandler<IntermediateResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setIntValue(long) - Method in class org.apache.directory.server.dhcp.options.IntOption
 
setIoSession(IoSession) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setIoSession(IoSession) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Stores the IoSession into the CoreSession.
setIRealm(String) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
setISName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
setJdbmPartitionOptimizerEnabled(boolean) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Enable or disable the optimizer
setJournal(JournalBean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setJournal(Journal) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the journal in the server.
setJournal(Journal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the journal in the server.
setJournalFileName(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalId(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalRotation(int) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalStore(JournalStore) - Method in interface org.apache.directory.server.core.api.journal.Journal
Set the underlying storage
setJournalStore(JournalStore) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setJournalWorkingDir(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setKDCFlags(int) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the KDC flags.
setKdcOptions(KdcOptions) - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
setKdcOptions(KdcOptions) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setKdcPort(int) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setKdcRep(KdcRep) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepContainer
Set a KdcRep Object into the container.
setKdcReq(KdcReq) - Method in class org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer
Set a KdcReq Object into the container.
setKdcReqBody(KdcReqBody) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyContainer
Set a KdcReqBody Object into the container.
setKdcReqBody(KdcReqBody) - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
setKdcServer(KdcServer) - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setKerberosTime(KerberosTime, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncApRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreCTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreAuthTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreEndTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreKeyExpiration
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreRenewTill
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreStartTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKrbCredPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreTimestamp
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreTimestamp
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreAuthTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreEndTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreRenewtill
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreStartTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreRTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreAuthTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreEndTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreRenewtill
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreStartTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSTime
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreTimestamp
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, LastReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.lastReq.actions.StoreLrValue
set the KerberosTime on the ASN.1 object present in the container
setKerberosTime(KerberosTime, PaEncTsEncContainer) - Method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.StorePaTimestamp
set the KerberosTime on the ASN.1 object present in the container
setKey(K) - Method in class org.apache.directory.server.xdbm.IndexEntry
setKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the EncryptionKey.
setKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setKeyExpiration(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the key expiration KerberosTime.
setKeyMap(Map<EncryptionType, EncryptionKey>) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the key map.
setKeyStore(KeyStore) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
setKeystoreFile(String) - Method in class org.apache.directory.server.ldap.LdapServer
Set the external keystore path
setKeytabVersion(byte[]) - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
setKeyType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the encryption type
setKeyValue(byte[]) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the key value
setKeyVersion(int) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the key value
setKeyVersionNumber(int) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the key version number.
setKrbAllowableClockSkew(long) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbBodyChecksumVerified(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbCred(KrbCred) - Method in class org.apache.directory.shared.kerberos.codec.krbCred.KrbCredContainer
Set a KrbCred Object into the container.
setKrbCredInfo(KrbCredInfo) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoContainer
Set a KrbCredInfo Object into the container.
setKrbEmptyAddressesAllowed(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbError(KrbError) - Method in class org.apache.directory.shared.kerberos.codec.krbError.KrbErrorContainer
Set a KrbError Object into the container.
setKrbForwardableAllowed(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbMaximumRenewableLifetime(long) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbMaximumTicketLifetime(long) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbPaEncTimestampRequired(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbPostdatedAllowed(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbPrimaryRealm(String) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbPriv(KrbPriv) - Method in class org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivContainer
Set a KrbPriv Object into the container.
setKrbProxiableAllowed(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbRenewableAllowed(boolean) - Method in class org.apache.directory.server.config.beans.KdcServerBean
 
setKrbSafe(KrbSafe) - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeContainer
Set a KrbSafe Object into the container.
setKrbSafeBody(KrbSafeBody) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyContainer
Set a KrbSafeBody Object into the container.
setKvno(int) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
Set the key version
setLastReq(LastReq) - Method in class org.apache.directory.shared.kerberos.codec.lastReq.LastReqContainer
Set a LastReq Object into the container.
setLastReq(LastReq) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the LastReq.
setLastSentCsn(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Update the last Sent CSN.
setLdapServer(LdapServer) - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setLdapServer(LdapServer) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Associates a Ldap server instance to the message handler
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
Associates a Ldap server instance to the message handler
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.LdapSession
Store a reference on the LdapServer intance
setLdapServerCertificatePassword(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerConfidentialityRequired(boolean) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerKeystoreFile(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerMaxSizeLimit(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerMaxTimeLimit(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslHost(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslPrincipal(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslRealms(List<String>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdifDirectory(File) - Method in class org.apache.directory.server.configuration.ApacheDS
 
setLeapIndicator(LeapIndicatorType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setLeft(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setLeft(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setLockedOut(boolean) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets whether the account is locked-out.
setLogChange(LogChange) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Set the flag which tells the server to log the changes into the changeLog file
setLogChange(LogChange) - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
Set the flag which tells the server to log the changes into the changeLog file
setLogDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setLrType(LastReqType) - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
setLrValue(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
setMaxIdlePeriod(long) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setMaximumRenewableLifetime(long) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setMaximumTicketLifetime(long) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setMaxLife(int) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the ticket maximum life time.
setMaxObjectSize(int) - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
Sets the allowed maximum size of the object to be decoded.
setMaxObjectSize(int) - Method in class org.apache.directory.server.kerberos.changepwd.protocol.MinaChangePasswordDecoder
Sets the allowed maximum size of the object to be decoded.
setMaxPDUSize(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setMaxPDUSize(int) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the maximum allowed size for an incoming PDU
setMaxPDUSize(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the maximum allowed size for an incoming PDU
setMaxPduSize(int) - Method in class org.apache.directory.server.kerberos.protocol.codec.MinaKerberosDecoder
 
setMaxPDUSize(int) - Method in class org.apache.directory.server.ldap.LdapServer
Set the maximum allowed size for an incoming PDU
setMaxRenew(int) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the ticket maximum renew time.
setMaxSizeLimit(long) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the maximum size limit in number of entries to return for search.
setMaxTimeLimit(int) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the maximum time limit in milliseconds to conduct a search.
setMessage(KerberosMessage) - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
Set a Message Object into the container.
setMessageType(MessageType) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setMessageType(MessageType) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setMessageType(KerberosMessageType) - Method in class org.apache.directory.shared.kerberos.messages.KerberosMessage
setMethodData(MethodData) - Method in class org.apache.directory.shared.kerberos.codec.methodData.MethodDataContainer
Set a MethodData Object into the container
setMicroOperations(Collection<MicroOperation>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setMinimumTicketLifetime(long) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setMmrMode(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
enable/disable MMR option
setMode(ModeType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setModifiedAvas(Map<String, List<ModDnAva>>) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
setModifiedEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setModifyDnHandlers(LdapRequestHandler<ModifyDnRequest>, LdapResponseHandler<ModifyDnResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setModifyHandlers(LdapRequestHandler<ModifyRequest>, LdapResponseHandler<ModifyResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setModItems(List<Modification>) - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Set the modified attributes
setNameType(PrincipalNameType) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Set the Principal name Type
setNameType(int) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Set the Principal name Type
setNbChildren(long) - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
setNbChildren(int) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the number of children this entry has
setNbDescendants(int) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the number of descendants this entry has
setNbSubordinates(long) - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
setNbThreads(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the number of processing threads for the acceptor
setNbThreads(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the number of processing threads for the acceptor
setNeedClientAuth(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setNeedClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the needClientAuth SSL flag
setNewDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setNewDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the new Dn
setNewPasswd(byte[]) - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
setNewRdn(Rdn) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the new Rdn
setNewSuperior(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setNewSuperiorDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Set the new Superior Dn
setNewTicket(Ticket) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setNext(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setNext(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setNextServerAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setNoAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setNonce(int) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the nonce.
setNonce(Integer) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setNonce(int) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setNtlmMechProvider(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setNtlmProvider(NtlmProvider) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
setNtlmProviderFqcn(String) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
setNumDupLimit(int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Sets the threshold at which point duplicate keys use btree indirection to store their values.
setObject(Object) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setOctetString(byte[], AuthorizationDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.authorizationData.actions.StoreAdData
setOctetString(byte[], ChangePasswdDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreNewPassword
setOctetString(byte[], ChecksumContainer) - Method in class org.apache.directory.shared.kerberos.codec.checksum.actions.StoreChecksum
setOctetString(byte[], EncKrbPrivPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreUserData
setOctetString(byte[], EncryptedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreCipher
setOctetString(byte[], EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyValue
setOctetString(byte[], ETypeInfo2EntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreS2KParams
setOctetString(byte[], ETypeInfoEntryContainer) - Method in class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.StoreSalt
setOctetString(byte[], HostAddressContainer) - Method in class org.apache.directory.shared.kerberos.codec.hostAddress.actions.StoreAddress
setOctetString(byte[], KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreEData
setOctetString(byte[], KrbSafeBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreUserData
setOctetString(byte[], PaDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.padata.actions.StorePaDataValue
setOctetString(byte[], TransitedEncodingContainer) - Method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.StoreContents
setOctetString(byte[], TypedDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.typedData.actions.StoreDataValue
setOid(String) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the compared OID
setOldSuperior(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setOp(byte) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setOpCode(OpCode) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setOperationContext(OperationContext) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setOperationContext(OperationContext) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
setOptimizer(Optimizer) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
setOptimizerEnabled(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Set the optimizer flag
setOption(ApOptions) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Sets the options
setOptions(OptionsField) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setOrderedSet(AvlTree<V>) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Sets the set of ordered values.
setOriginalEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setOriginateTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setPaData(PaData) - Method in class org.apache.directory.shared.kerberos.codec.padata.PaDataContainer
Set a PaData Object into the container
setPaDataType(int) - Method in class org.apache.directory.shared.kerberos.components.PaData
Set the PA-DATA type
setPaDataType(PaDataType) - Method in class org.apache.directory.shared.kerberos.components.PaData
Set the PA-DATA type
setPaDataValue(byte[]) - Method in class org.apache.directory.shared.kerberos.components.PaData
Set the PA-DATA value
setPaEncTimestampRequired(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setPaEncTsEnc(PaEncTsEnc) - Method in class org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncContainer
Set an PaEncTsEnc Object into the container.
setParent(AdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Set the AdministrativePoint parent
setParent(AdministrativePoint) - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Set the AdministrativePoint parent
setParentId(String) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the parent ID.
setParity(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.Des3CbcSha1KdEncryption
 
setParity(byte[]) - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.DesStringToKey
Set odd parity on an eight-byte array.
setPartition(Partition) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the Partition it's working on
setPartition(Partition) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the Partition it's working on
setPartitionCacheSize(int) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Used to specify the entry cache size for a Partition.
setPartitionId(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPartitionPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets the path in which this Partition stores data.
setPartitionPath(URI) - Method in interface org.apache.directory.server.xdbm.Store
Sets the partition path (working directory) for the store.
setPartitions(List<PartitionBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setPartitions(Set<? extends Partition>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets Partitions used by this DirectoryService.
setPartitions(Set<? extends Partition>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets Partitions used by this DirectoryService.
setPartitionsDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setPartitionSuffix(Dn) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPartitionSuffix(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The prefix of the partition.
setPartitionSuffix(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The prefix of the partition.
setPartitionSyncOnWrite(boolean) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPasswdPort(int) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setPassword(String) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setPasswordEnd(KerberosTime) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the end-of-life for the password.
setPasswordHidden(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether the userPassword attribute is readable, or hidden.
setPasswordHidden(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether the userPassword attribute is readable, or hidden.
setPasswordPolicies(List<PasswordPolicyBean>) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
setPaTimestamp(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
Set the patimestamp.
setPausec(int) - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
 
setPersistentListener(SyncReplSearchListener) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the listener
setpName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setPollInterval(byte) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setPort(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Sets the port for this service.
setPort(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Sets the port for this service.
setPostdated(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setPostdatedAllowed(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setpRealm(String) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setPreAuthEnabled(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setPreAuthenticated(boolean) - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
setPrecision(byte) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setPrevious(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setPrevious(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setPrimaryPrincipalName(PrincipalName) - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
Set the primary principal
setPrimaryRealm(String) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setPrincipal(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setPrincipal(KerberosPrincipal) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the principal.
setPrincipalName(PrincipalName, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPrincipalName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, AdKdcIssuedContainer) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreISName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, ChangePasswdDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreTargName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreSName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreCName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreCName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreSName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
Set a PrincipalName Object into the container.
setPrincipalName(PrincipalName, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StorePName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreSName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSName
set the PrincipalName on the ASN.1 object of the container
setPrincipalName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
Set a PrincipalName Object into the container.
setPrincipalName(PrincipalName, TicketContainer) - Method in class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreSName
set the PrincipalName on the ASN.1 object of the container
setProtocolVersionNumber(int) - Method in class org.apache.directory.shared.kerberos.messages.KerberosMessage
Sets the protocol version number.
setProxiable(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setProxiableAllowed(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setPurgeThresholdCount(int) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setPushInRealTime(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Set the pushInRealTime parameter
setPushToEvtInterceptor(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets if this context needs to be pushed to the event interceptor from nexus
setPvno(int, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, ApRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.apRep.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, ApReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.apReq.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreAuthenticatorVno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KdcReqContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReq.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KrbCredContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCred.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KrbPrivContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbPriv.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int, KrbSafeContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StorePvno
sets the pvno on the ASN.1 object present in the container
setPvno(int) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
setPvno(int) - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
setPwdAllowUserChange(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdAllowUserChange(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdAttribute(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdAttribute(String) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
Set the name of the attribute storing the password
setPwdCheckQuality(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdCheckQuality(CheckQualityEnum) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdExpireWarning(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdExpireWarning(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdFailureCountInterval(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdFailureCountInterval(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdGraceAuthNLimit(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdGraceAuthNLimit(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdGraceExpire(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdGraceExpire(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdId(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdInHistory(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdInHistory(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdLockout(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdLockout(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdLockoutDuration(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdLockoutDuration(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxAge(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxAge(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxDelay(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxDelay(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxFailure(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxFailure(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxIdle(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxIdle(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxLength(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxLength(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinAge(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinAge(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinDelay(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinDelay(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinLength(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinLength(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMustChange(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMustChange(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMustChange(boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Sets if the passwords must be changed.
setPwdMustChange(boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Sets if the passwords must be changed.
setPwdPolicies(PpolicyConfigContainer) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
set all the password policies to be used by the server.
setPwdPolicyContainer(PpolicyConfigContainer) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setPwdSafeModify(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdSafeModify(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdValidator(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
Sets the password validator
setPwdValidator(PasswordValidator) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setQuestionRecords(List<QuestionRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setRangeMax(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
 
setRangeMin(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
 
setRdn(Rdn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setRdns(Rdn...) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the Rdn.
setRealm(String, E) - Method in class org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, AdKdcIssuedContainer) - Method in class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreIRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, AuthenticatorContainer) - Method in class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, ChangePasswdDataContainer) - Method in class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreTargRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, EncKdcRepPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreSRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, EncTicketPartContainer) - Method in class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KdcRepContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreCRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KdcReqBodyContainer) - Method in class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StorePRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KrbCredInfoContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreSRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, KrbErrorContainer) - Method in class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String, TicketContainer) - Method in class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreRealm
sets the relam value on the ASN.1 object present in the container
setRealm(String) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setRealm(String) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Set the realm for the principal
setRealm(String) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setRealm(String) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Set the server realm
setRealmName(String) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the realm.
setReceiveTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRecipientAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setRecipientAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setRecipientAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setRecordManager(RecordManager) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Sets the RecordManager
setRecursionAvailable(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setRecursionDesired(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setReferenceIdentifier(ReferenceIdentifier) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setReferenceTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setReferralHandlingMode(ReferralHandlingMode) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setReferralManager(ReferralManager) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the referralManager
setReferralManager(ReferralManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the referralManager
setRefreshInterval(long) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRefreshNPersist(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setRefreshNPersist(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRelative(boolean) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setRelayAgentAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setRemoteHost(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRemotePort(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRenewable(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setRenewableAllowed(boolean) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setRenewableOk(boolean) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setRenewTill(long) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setRenewTill(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the renew till KerberosTime.
setRenewTill(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setRenewtill(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setReplAliasDerefMode(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplAttributes(List<String>) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplayCache(ReplayCache) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setReplayCache(ReplayCache) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
sets the replay cache
setReplConsumer(List<ReplConsumerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplConsumerId(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplConsumerImpl(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplConsumers(List<ReplicationConsumer>) - Method in class org.apache.directory.server.ldap.LdapServer
 
setReplCookie(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplDirectory(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
Sets the directory where the replication data are stored
setReplEnabled(boolean) - Method in class org.apache.directory.server.config.beans.LdapServerBean
Enable or disable the replication
setReplEvent(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setReplicaId(int) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setReplicaId(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setReplicaId(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplicationReqHandler(ReplicationRequestHandler) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Install the replication handler when it's allowed by this server
setReplicationReqHandler(ReplicationRequestHandler) - Method in class org.apache.directory.server.ldap.LdapServer
 
setReplPingerSleep(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplPingerSleepTime(int) - Method in class org.apache.directory.server.ldap.LdapServer
The number of seconds pinger thread should sleep before pinging the providers
setReplProvHostName(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplProvPort(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplRefreshInterval(long) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplRefreshNPersist(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplReqHandler(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplSearchFilter(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchScope(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchSizeLimit(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchTimeout(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplStrictCertValidation(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserDn(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserDn(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplUserPassword(byte[]) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserPassword(byte[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplUseTls(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReply(DnsMessage) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setReply(AbstractPasswordMessage) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setReply(KerberosMessage) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setRequest(AbstractPasswordMessage) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setRequest(KdcReq) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setRequestControls(Map<String, Control>) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
setRequestControls(OperationContext, Request) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts request controls from a request to populate into an OperationContext.
setRequestPrincipalEntry(PrincipalStoreEntry) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setRequiredDirectories(File[]) - Method in class org.apache.directory.server.core.api.AbstractLayout
Sets the required directories.
setRequiredFiles(File[]) - Method in class org.apache.directory.server.core.api.AbstractLayout
Sets the required files.
setReserved(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setResponseCode(ResponseCode) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setResponseControls(OperationContext, Response) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts response controls from a an OperationContext to populate into a Response object.
setResultSet(Set<IndexEntry<String, String>>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setReturningAttributes(String...) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setRevisionsContainerName(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The name of the revisions container under the partition.
setRevisionsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The name of the revisions container under the partition.
setRid(int) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets the replica ID received from a consumer
setRight(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setRight(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setRootDelay(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRootDispersion(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRotation(int) - Method in interface org.apache.directory.server.core.api.journal.Journal
 
setRotation(int) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setRtime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setRunDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setS2kparams(byte[]) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
 
setSafeBody(KrbSafeBody) - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
 
setSalt(String) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
 
setSalt(byte[]) - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
 
setSamType(SamType) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the single-use authentication (SAM) type.
setSaslAuthId(String) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setSaslAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to SASL authentication pending
setSaslHost(String) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the FQDN of this SASL host, validated during SASL negotiation.
setSaslMechanism(String) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Set the mechanisms handler map.
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.LdapServer
 
setSaslMechClassName(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setSaslMechHandlers(List<SaslMechHandlerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setSaslMechHandlers(SaslMechHandlerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setSaslMechName(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setSaslPrincipal(String) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the Kerberos principal name for this LDAP service, used by GSSAPI.
setSaslRealms(List<String>) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.server.core.api.DirectoryService
Associates a SchemaManager to the service
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the schema manager assigned to this Partition.
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the schema manager assigned to this Partition.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the SchemaManager instance.
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setSchemaPartition(SchemaPartition) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the SchemaPartition
setSchemaPartition(SchemaPartition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the SchemaPartition
setScope(SearchScope) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setScope(SearchScope) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setSearchBaseDn(Dn) - Method in class org.apache.directory.server.config.beans.ChangePasswordServerBean
 
setSearchBaseDn(Dn) - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
 
setSearchBaseDn(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setSearchBaseDn(String) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setSearchBaseDn(String) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
setSearchCriteria(NotificationCriteria) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stores the search criteria
setSearchEngine(SearchEngine) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
setSearchFilter(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the searchFilter
setSearchHandlers(LdapRequestHandler<SearchRequest>, LdapResponseHandler<SearchResultEntry>, LdapResponseHandler<SearchResultReference>, LdapResponseHandler<SearchResultDone>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setSearchRequest(SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Stores the SearchRequest, and associate a AbandonListener to it
setSearchScope(SearchScope) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSearchSizeLimit(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSearchTimeout(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSeconds(int) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setSenderAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setSenderAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setSenderAddress(HostAddress) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setSeqNumber(int) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setSeqNumber(int) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setSeqNumber(int) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setSeqNumber(Integer) - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
setServerAddress(SocketAddress) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setServerEntry(Entry) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setServerEntry(PrincipalStoreEntry) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setServerEntry(PrincipalStoreEntry) - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
setServerHostname(String) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setServerId(String) - Method in class org.apache.directory.server.config.beans.ServerBean
 
setServerPrincipal(String) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setServers(List<ServerBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setService(DirectoryService) - Static method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setServiceId(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the instance identifier for this ProtocolService.
setServiceId(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the instance identifier for this ProtocolService.
setServiceName(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the descriptive name for the kind of service this represents.
setServiceName(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the descriptive name for the kind of service this represents.
setServicePrincipal(String) - Method in class org.apache.directory.server.kerberos.KerberosConfig
 
setSession(CoreSession) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setSession(LdapSession) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Store the Ldap session to use
setShortValue(short) - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
setShortValue(int) - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
setShutdownHookEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the shutdown hook flag which controls whether or not this DirectoryService registers a JVM shutdown hook to flush caches and synchronize to disk safely.
setShutdownHookEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSimpleAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to Simple authentication pending
setSingleton(V) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Sets the singleton if in singleton mode.
setSizeLimit(long) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setSleepTime(long) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
setSName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the server PrincipalName.
setSName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setsName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setSName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setSName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Set the server principalName
setSPUnitEntry(Entry) - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
setSPUnitEntry(Entry) - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
Registers an entry found to be containing a stored procedure unit which this engine can operate on.
setSRealm(String) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the server realm.
setsRealm(String) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setStarted(boolean) - Method in class org.apache.directory.server.ldap.LdapServer
 
setStarted(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setStartTime(long) - Method in class org.apache.directory.kerberos.client.TgtRequest
 
setStartTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
Sets the start KerberosTime.
setStartTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setStartTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setState(int) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setSTime(KerberosTime) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setStore(RecordStore) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setStore(PrincipalStore) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setStore(PrincipalStore) - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
setStratum(StratumType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setStrictCertVerification(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
set the strict certificate verification
setString(String) - Method in class org.apache.directory.server.dhcp.options.StringOption
 
setSubKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setSubkey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
setSubschema(SubschemaAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the Subschema SAP
setSubSessionKey(EncryptionKey) - Method in class org.apache.directory.kerberos.client.ServiceTicketRequest
 
setSuffixDn(Dn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the suffix Dn, must be normalized.
setSuffixDn(Dn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the suffix Dn, must be normalized.
setSuffixDn(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Sets the suffix Dn, must be normalized.
setSusec(int) - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
setSynchPeriodMillis(long) - Method in class org.apache.directory.server.configuration.ApacheDS
 
setSyncOnWrite(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets the flag telling the server to flush on disk when some modification has been done.
setSyncOnWrite(boolean) - Method in interface org.apache.directory.server.xdbm.Store
Sets the flag telling the server to flush on disk when some modification has been done.
setSyncPeriodMillis(long) - Method in interface org.apache.directory.server.core.api.DirectoryService
the time interval at which the DirectoryService's data is flushed to disk
setSyncPeriodMillis(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
the time interval at which the DirectoryService's data is flushed to disk
setSyncreplLookup(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
sets the flag to indicate if this is a synrepl specific search or not
setSyncreplSearch(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Sets the flag to indicate if this is a syncrepl specific search or not
setSystemPartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setSystemPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSystemPort(int) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTags(List<Tag>) - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
setTagsContainerName(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The name of the tags container under the partition.
setTagsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The name of the tags container under the partition.
setTargName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
setTargRealm(String) - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
setTCP(boolean) - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
setTcpLength(int) - Method in class org.apache.directory.shared.kerberos.codec.KerberosMessageContainer
 
setTestEntries(List<? extends LdifEntry>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets test directory entries to be loaded while bootstrapping.
setTestEntries(List<? extends LdifEntry>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets test directory entries to be loaded while bootstrapping.
setTgsRep(TgsRep) - Method in class org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepContainer
Set an TgsRep Object into the container.
setTgsReq(TgsReq) - Method in class org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqContainer
Set an TgsReq Object into the container.
setTgt(Ticket) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setTicket(Ticket) - Method in class org.apache.directory.server.kerberos.changepwd.service.ChangePasswordContext
 
setTicket(Ticket) - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
setTicket(Ticket) - Method in class org.apache.directory.shared.kerberos.codec.ticket.TicketContainer
Set a Ticket into the container.
setTicket(Ticket) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Set the Ticket
setTicket(Ticket) - Method in class org.apache.directory.shared.kerberos.messages.ApReq
Sets the Ticket.
setTicketFlags(TicketFlags) - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
setTicketInfo(List<KrbCredInfo>) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setTicketPrincipalEntry(PrincipalStoreEntry) - Method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
setTickets(List<Ticket>) - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
setTill(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
setTimeLimit(int) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setTimeout(int) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setTimeOut(long) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setTimeProvider(TimeProvider) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the time provider.
setTimeProvider(TimeProvider) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the time provider.
setTimestamp(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setTimestamp(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setTimestamp(KerberosTime) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setTktVno(int) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Sets the Ticket Version number
setTransaction(PartitionTxn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setTransaction(PartitionTxn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
setTransactionId(int) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setTransactionId(int) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setTransited(TransitedEncoding) - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
setTransitedEncoding(TransitedEncoding) - Method in class org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingContainer
Set a TransitedEncoding Object into the container.
setTransmitTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setTransportAddress(String) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTransportBackLog(int) - Method in class org.apache.directory.server.config.beans.TransportBean
Sets the size of the incoming requests waiting queue
setTransportEnableSSL(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
Enable or disable SSL
setTransportId(String) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTransportNbThreads(int) - Method in class org.apache.directory.server.config.beans.TransportBean
Sets the number of thread to use to process incoming requests
setTransports(TransportBean...) - Method in class org.apache.directory.server.config.beans.ServerBean
Set the underlying transports
setTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Set the underlying transports
setTriggerExecutionParent(TriggerExecutionAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the TriggerExecution SAP
setTrType(TransitedEncodingType) - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
Set the transited encoding type
setTruncated(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setTuple(Tuple<K, I>) - Method in class org.apache.directory.server.xdbm.IndexEntry
Sets the key value tuple represented by this ForwardIndexEntry, after having reset the IndexEntry content (the Entry will now be null)
setTypedData(TypedData) - Method in class org.apache.directory.shared.kerberos.codec.typedData.TypedDataContainer
Set a TypedData Object into the container.
setTypesOnly(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setUnbindHandler(LdapRequestHandler<UnbindRequest>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived handler into the IoHandler
setupSystemIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets up the system indices.
setupUserIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets up the user indices.
setUsec(Integer) - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
setUsec(int) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setUsec(int) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setUseLegacyChngPwdProtocol(boolean) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setUserContext(DirContext, String) - Method in class org.apache.directory.server.kerberos.sam.SamSubsystem
Sets the context under which user entries can be found.
setUserContext(DirContext) - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
Sets the user context where users are stored for the primary realm.
setUserData(byte[]) - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
setUserData(byte[]) - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
setUserDn(Dn) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setUserGroupNames(Collection<String>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setUserId(String) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the user ID.
setUserPassword(byte[]...) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setUseTls(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
set the option to turn on/off use of TLS
setUseUdp(boolean) - Method in class org.apache.directory.kerberos.client.KdcConfig
 
setValidEnd(KerberosTime) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the end of validity.
setValidStart(KerberosTime) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the start of validity.
setValue(Value) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the value to compare
setVersion(int) - Method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
setVersionNumber(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setVersionNumber(int) - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
setWantClientAuth(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setWantClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the wantClientAuth SSL flag
setWarFile(String) - Method in class org.apache.directory.server.integration.http.WebApp
 
setWebApps(Set<WebApp>) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Sets the working directory path to something other than the default.
setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Sets the working directory path to something other than the default.
setWkDirPath(URI) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
throws UnsupportedOperationException cause it is a in-memory index
setWkDirPath(URI) - Method in interface org.apache.directory.server.xdbm.Index
Sets the working directory path to something other than the default.
setWorkingDirectory(String) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
The working directory on which the journal file will be stored.
setWorkingDirectory(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
The working directory on which the journal file will be stored.
setWrappedPartition(Partition) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Sets the wrapped Partition which must be supplied or Partition.initialize() will fail with a NullPointerException.
Sha256PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-256 hashing algorithm.
Sha256PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha256PasswordHashingInterceptor
Creates an instance of a Sha256PasswordHashingInterceptor
Sha384PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-384 hashing algorithm.
Sha384PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha384PasswordHashingInterceptor
Creates an instance of a Sha384PasswordHashingInterceptor
Sha512PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-512 hashing algorithm.
Sha512PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha512PasswordHashingInterceptor
Creates an instance of a Sha512PasswordHashingInterceptor
shallowClone() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
ShaPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA hashing algorithm.
ShaPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.ShaPasswordHashingInterceptor
Creates an instance of a ShaPasswordHashingInterceptor
ShortOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
ShortOption() - Constructor for class org.apache.directory.server.dhcp.options.ShortOption
 
showSecurityWarnings() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Displays security warning messages if any possible secutiry issue is found.
shutdown() - Method in class org.apache.directory.server.configuration.ApacheDS
 
shutdown() - Method in interface org.apache.directory.server.core.api.DirectoryService
Shuts down this service.
shutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
shutdown() - Method in class org.apache.directory.server.dns.Main
 
shutdown() - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
Shuts down one of many pluggable SAM type subsystem.
SignatureRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
4.1 SIG RDATA Format The RDATA portion of a SIG RR is as shown below.
SignatureRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.SignatureRecordEncoder
 
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.
SimpleAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance.
SimpleAuthenticator(int) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance, with an initial cache size
SimpleAuthenticator(int, Dn) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance, with an initial cache size
SimpleDhcpStore - Class in org.apache.directory.server.dhcp.store
Very simple dummy/proof-of-concept implementation of a DhcpStore.
SimpleDhcpStore() - Constructor for class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
SimpleMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl
A Dummy mechanism handler for Simple mechanism: not really used but needed for the mechanism map.
SimpleMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
 
SimpleTriggerExecutionAuthorizer - Class in org.apache.directory.server.core.trigger
 
SimpleTriggerExecutionAuthorizer() - Constructor for class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
SingleBaseSearch - Class in org.apache.directory.server.dns.store.jndi
A JNDI-backed search strategy implementation.
SingleFileLdifPartition - Class in org.apache.directory.server.core.partition.ldif
A Partition implementation backed by a single LDIF file.
SingleFileLdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Creates a new instance of SingleFileLdifPartition.
SingletonIndexCursor<V> - Class in org.apache.directory.server.xdbm
A Cursor over a single element.
SingletonIndexCursor(PartitionTxn, IndexEntry<V, String>) - Constructor for class org.apache.directory.server.xdbm.SingletonIndexCursor
 
SingletonOrOrderedSet<V> - Class in org.apache.directory.server.core.avltree
Stores either a single object or many of them in an AvlTree.
SingletonOrOrderedSet(V) - Constructor for class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Creates a new instance of SingletonOrOrderedSet with a singleton value.
SingletonOrOrderedSet(AvlTree<V>) - Constructor for class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Creates a new instance of SingletonOrOrderedSet with a set of ordered values.
size() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
size() - Method in class org.apache.directory.server.core.avltree.ArrayTree
returns the number of nodes present in this tree.
size() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
size() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
skipQualifyingWhileFetching() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
sets the flag to skip CSN based checking while traversing used for internal log cleanup ONLY
Smd5PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SMD5 hashing algorithm.
Smd5PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Smd5PasswordHashingInterceptor
Creates an instance of a Smd5PasswordHashingInterceptor
SmtpServers - Class in org.apache.directory.server.dhcp.options.misc
The SMTP server option specifies a list of SMTP servers available to the client.
SmtpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.SmtpServers
 
SOA_EXPIRE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaExpire for an apacheDnsStartOfAuthorityRecord
SOA_M_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaMName for an apacheDnsStartOfAuthorityRecord
SOA_MINIMUM - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaMinimum for an apacheDnsStartOfAuthorityRecord
SOA_R_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRName for an apacheDnsStartOfAuthorityRecord
SOA_REFRESH - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRefresh for an apacheDnsStartOfAuthorityRecord
SOA_RETRY - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRetry for an apacheDnsStartOfAuthorityRecord
SOA_SERIAL - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaSerial for an apacheDnsStartOfAuthorityRecord
SortedEntryCursor - Class in org.apache.directory.server.core.shared
Cursor for sorted entries.
SortedEntryCursor(BTree<Entry, String>, RecordManager, File) - Constructor for class org.apache.directory.server.core.shared.SortedEntryCursor
 
SortedEntrySerializer - Class in org.apache.directory.server.core.shared
Serialize and deserialize a ServerEntry.
SortedEntrySerializer() - Constructor for class org.apache.directory.server.core.shared.SortedEntrySerializer
Creates a new instance of ServerEntrySerializer.
SP_UNIT_DELIMITER - Static variable in class org.apache.directory.server.core.api.sp.StoredProcUtils
The delimiter used to tokenize a full SP name into the unit and SP name
Ssha256PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-256 hashing algorithm.
Ssha256PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha256PasswordHashingInterceptor
Creates an instance of a Ssha256PasswordHashingInterceptor
Ssha384PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-384 hashing algorithm.
Ssha384PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha384PasswordHashingInterceptor
Creates an instance of a Ssha384PasswordHashingInterceptor
Ssha512PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-512 hashing algorithm.
Ssha512PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha512PasswordHashingInterceptor
Creates an instance of a Ssha512PasswordHashingInterceptor
SshaPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA hashing algorithm.
SshaPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.SshaPasswordHashingInterceptor
Creates an instance of a SshaPasswordHashingInterceptor
StandardThreadPool - Class in org.apache.directory.server.protocol.shared
TODO: Javadoc missing
StandardThreadPool(int) - Constructor for class org.apache.directory.server.protocol.shared.StandardThreadPool
 
start() - Method in class org.apache.directory.server.dns.DnsServer
 
start(DirectoryService) - Method in class org.apache.directory.server.integration.http.HttpServer
starts the jetty http server
start() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
start() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
start() - Method in class org.apache.directory.server.ldap.LdapServer
 
start(LdapServer) - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
initializes the replication provider
start(LdapServer) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
initializes the replication provider
start() - Method in class org.apache.directory.server.ntp.NtpServer
Start the NTPServer.
start() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Starts this ProtocolService which binds acceptors on the protocol port.
start(String[]) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
Implemented the start() method from the WrapperListener class.
START - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
StartOfAuthorityRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.13.
StartOfAuthorityRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.StartOfAuthorityRecordEncoder
 
startReplicationConsumers() - Method in class org.apache.directory.server.ldap.LdapServer
Starts the replication consumers
startReplicationProducer() - Method in class org.apache.directory.server.ldap.LdapServer
Install the replication handler if we have one
startSync() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Starts the synchronization operation
startSync() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Starts the synchronization operation
StartTlsHandler - Class in org.apache.directory.server.ldap.handlers.extended
Handler for the StartTLS extended operation.
StartTlsHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
StartTransactionHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the StartTransaction extended request operation
StartTransactionHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
 
startup() - Method in class org.apache.directory.server.configuration.ApacheDS
Start the server : initialize the DirectoryService start the LDAP server start the LDAPS server
startup() - Method in interface org.apache.directory.server.core.api.DirectoryService
Starts up this service.
startup() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
startup() - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
Starts one of many pluggable SAM type subsystem.
STATE_ACTIVE - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: active - assigned to client
STATE_EXPIRED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: expired
STATE_NEW - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: newly created
STATE_OFFERED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: offered to client
STATE_RELEASED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: released by client
StaticRoute - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies a list of static routes that the client should install in its routing cache.
StaticRoute() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.StaticRoute
 
StdaServers - Class in org.apache.directory.server.dhcp.options.misc
The StreetTalk Directory Assistance (STDA) server option specifies a list of STDA servers available to the client.
StdaServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.StdaServers
 
stop() - Method in class org.apache.directory.server.dns.DnsServer
 
stop() - Method in class org.apache.directory.server.integration.http.HttpServer
stops the jetty http server
stop() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
stop() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
stop() - Method in class org.apache.directory.server.ldap.LdapServer
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Stops the consumer
stop() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Stops the consumer
stop() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stop the EventLog
stop() - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
stops the replication provider
stop() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
stops the replication provider
stop() - Method in class org.apache.directory.server.ntp.NtpServer
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
TODO wont this hang if some tasks are sufficiently badly behaved?
stop(int) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
STOP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
stopCleaning() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
stopPinging() - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Stops the ping for all the consumers
store(File, CredentialsCache) - Static method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
store(OutputStream, CredentialsCache) - Static method in class org.apache.directory.kerberos.credentials.cache.CredentialsCache
 
Store - Interface in org.apache.directory.server.xdbm
Represents an entry store based on the Table, Index, and MasterTable database structure.
StoreAdData - Class in org.apache.directory.shared.kerberos.codec.authorizationData.actions
The action used to store the AuthorizationData's ad-data
StoreAdData() - Constructor for class org.apache.directory.shared.kerberos.codec.authorizationData.actions.StoreAdData
Instantiates a new AuthorizationDataAdData action.
StoreAddress - Class in org.apache.directory.shared.kerberos.codec.hostAddress.actions
The action used to add the HostAddress address value
StoreAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddress.actions.StoreAddress
Instantiates a new HostAddressAddress action.
StoreAddresses - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the Addresses
StoreAddresses() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreAddresses
Instantiates a new StoreAddresses action.
StoreAddrType - Class in org.apache.directory.shared.kerberos.codec.hostAddress.actions
The action used to initialize the HostAddress object
StoreAddrType() - Constructor for class org.apache.directory.shared.kerberos.codec.hostAddress.actions.StoreAddrType
Instantiates a new HostAddressInit action.
StoreAdType - Class in org.apache.directory.shared.kerberos.codec.authorizationData.actions
The action used to store the AuthorizationData adType
StoreAdType() - Constructor for class org.apache.directory.shared.kerberos.codec.authorizationData.actions.StoreAdType
Instantiates a new AuthorizationDataAdType action.
StoreApOptions - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to store the ApOptions
StoreApOptions() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreApOptions
Instantiates a new StoreApOptions action.
StoreAuthenticator - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to set the AP-REQ authenticator
StoreAuthenticator() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreAuthenticator
Instantiates a new StoreAuthenticator action.
StoreAuthenticatorVno - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to store the AuthenticatorVno
StoreAuthenticatorVno() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreAuthenticatorVno
Instantiates a new StoreAuthenticatorVno action.
StoreAuthorizationData - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to set the Authenticator authorization-data
StoreAuthorizationData() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreAuthorizationData
Instantiates a new StoreAuthorizationData action.
StoreAuthorizationData - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to set the EncTicketPart authorization-data
StoreAuthorizationData() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreAuthorizationData
Instantiates a new StoreAuthorizationData action.
StoreAuthTime - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the EncKdcRepPart auth time
StoreAuthTime() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreAuthTime
Instantiates a new StoreAuthTime action.
StoreAuthTime - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the authtime KerberosTime
StoreAuthTime() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreAuthTime
Instantiates a new StoreAuthTime action.
StoreAuthTime - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the KrbCredInfo authtime
StoreAuthTime() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreAuthTime
Instantiates a new StoreAuthTime action.
StoreBasedDhcpService - Class in org.apache.directory.server.dhcp.service
A default implementation of the DHCP service.
StoreBasedDhcpService(DhcpStore) - Constructor for class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
StoreCAddr - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the caddr of EncKdcRepPart
StoreCAddr() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreCAddr
Instantiates a new StoreAddresses action.
StoreCaddr - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the ClientAddresses (caddr)
StoreCaddr() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCaddr
Instantiates a new StoreClientAddresses action.
StoreCaddr - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the caddr of KrbCredInfo
StoreCaddr() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreCaddr
Instantiates a new StoreAddresses action.
StoreChecksum - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
The action used to set the AD-KDCIssued cksum
StoreChecksum() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreChecksum
Instantiates a new StoreChecksum action.
StoreChecksum - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to set the Authenticator cksum
StoreChecksum() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreChecksum
Instantiates a new StoreChecksum action.
StoreChecksum - Class in org.apache.directory.shared.kerberos.codec.checksum.actions
The action used to store the Checksum's 'checksum' value
StoreChecksum() - Constructor for class org.apache.directory.shared.kerberos.codec.checksum.actions.StoreChecksum
Instantiates a new ChecksumData action.
StoreChecksum - Class in org.apache.directory.shared.kerberos.codec.krbSafe.actions
The action used to set the KrbSafe cksum
StoreChecksum() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StoreChecksum
Instantiates a new StoreChecksum action.
StoreCipher - Class in org.apache.directory.shared.kerberos.codec.encryptedData.actions
The action used to store the EncryptedPart cipher
StoreCipher() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreCipher
Instantiates a new EncryptedPart Cipher action.
StoreCksumType - Class in org.apache.directory.shared.kerberos.codec.checksum.actions
Sets the Checksum's type.
StoreCksumType() - Constructor for class org.apache.directory.shared.kerberos.codec.checksum.actions.StoreCksumType
Creates a new instance of ChecksumReadType.
StoreCName - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to set the Authenticator cName
StoreCName() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCName
Instantiates a new StoreCName action.
StoreCName - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to set the EncTicketPart cName
StoreCName() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCName
Instantiates a new StoreCName action.
StoreCName - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to store the KDC-REP CName
StoreCName() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreCName
Instantiates a new StoreCName action.
StoreCName - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the KDC-REQ-BODY CName
StoreCName() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreCName
Instantiates a new StoreCName action.
StoreCName - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to set the KrbError cName
StoreCName() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCName
Instantiates a new StoreCName action.
StoreConditionCount - Class in org.apache.directory.shared.kerberos.codec.adAndOr.actions
Sets the AdAndOr's type.
StoreConditionCount() - Constructor for class org.apache.directory.shared.kerberos.codec.adAndOr.actions.StoreConditionCount
Creates a new instance of StoreConditionCount.
StoreContents - Class in org.apache.directory.shared.kerberos.codec.transitedEncoding.actions
The action used to read the TransitedEncoding contents
StoreContents() - Constructor for class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.StoreContents
Instantiates a new StoreContents action.
StoreCRealm - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to set the cRealm
StoreCRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCRealm
Instantiates a new StoreCRealm action.
StoreCRealm - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to set the cRealm
StoreCRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreCRealm
Instantiates a new StoreCRealm action.
StoreCRealm - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to set the ticket Realm
StoreCRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreCRealm
Instantiates a new TicketRealm action.
StoreCRealm - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to set the cRealm
StoreCRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCRealm
Instantiates a new StoreCRealm action.
StoreCTime - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to store the ctime KerberosTime
StoreCTime() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCTime
Instantiates a new StoreCTime action.
StoreCTime - Class in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
The action used to store the ctime KerberosTime
StoreCTime() - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreCTime
Instantiates a new StoreCTime action.
StoreCTime - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the ctime KerberosTime
StoreCTime() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCTime
Instantiates a new StoreCTime action.
StoreCusec - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to store the cusec
StoreCusec() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreCusec
Instantiates a new StoreCusec action.
StoreCusec - Class in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
The action used to store the cusec
StoreCusec() - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreCusec
Instantiates a new StoreCusec action.
StoreCusec - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the cusec
StoreCusec() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreCusec
Instantiates a new StoreCusec action.
STORED_PROC_LANG_ID - Static variable in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
StoreDataType - Class in org.apache.directory.shared.kerberos.codec.padata.actions
Sets the PaData's data type.
StoreDataType() - Constructor for class org.apache.directory.shared.kerberos.codec.padata.actions.StoreDataType
Creates a new instance of PaDataDataType.
StoreDataValue - Class in org.apache.directory.shared.kerberos.codec.typedData.actions
The action used to store the TypedData's ad-data
StoreDataValue() - Constructor for class org.apache.directory.shared.kerberos.codec.typedData.actions.StoreDataValue
Instantiates a new StoreTdData action.
StoredProcedureExtendedOperationHandler - Class in org.apache.directory.server.ldap.handlers.extended
A Handler for the StoredProcedure extended operation
StoredProcedureExtendedOperationHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
StoredProcedureParameterInjector - Interface in org.apache.directory.server.core.trigger
An interface defining the way STored Procedure parameter get injected
StoredProcedureParameterInjector.MicroInjector - Interface in org.apache.directory.server.core.trigger
 
StoredProcEngine - Interface in org.apache.directory.server.core.api.sp
An abstraction over stored procedure execution depending on the type of the language supported.
StoredProcEngineConfig - Interface in org.apache.directory.server.core.api.sp
A configuration wrapper for StoredProcEngines.
StoredProcExecutionManager - Class in org.apache.directory.server.core.api.sp
A Factory type class which holds a registry of supported StoredProcEngineConfigs.
StoredProcExecutionManager(String, List<StoredProcEngineConfig>) - Constructor for class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Creates a StoredProcExecutionManager instance.
StoredProcUtils - Class in org.apache.directory.server.core.api.sp
A utility class for working with Stored Procedures.
StoreEData - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to read the KrbError edata
StoreEData() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreEData
Instantiates a new AbstractReadRealm action.
StoreElements - Class in org.apache.directory.shared.kerberos.codec.adAndOr.actions
The action used to store the AdAndor 'elements' value
StoreElements() - Constructor for class org.apache.directory.shared.kerberos.codec.adAndOr.actions.StoreElements
Instantiates a new StoreElements action.
StoreElements - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
The action used to store the AD-KDCIssued 'elements' value
StoreElements() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreElements
Instantiates a new StoreElements action.
StoreEncAsRepPart - Class in org.apache.directory.shared.kerberos.codec.encAsRepPart.actions
The action used to add a EncAsRepPart object
StoreEncAsRepPart() - Constructor for class org.apache.directory.shared.kerberos.codec.encAsRepPart.actions.StoreEncAsRepPart
Instantiates a new EncAsRepPart action.
StoreEncAuthorizationData - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the EncAuthorizationData
StoreEncAuthorizationData() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreEncAuthorizationData
Instantiates a new StoreEncAuthorizationData action.
StoreEncPart - Class in org.apache.directory.shared.kerberos.codec.apRep.actions
The action used to set the AP-REP enc-part
StoreEncPart() - Constructor for class org.apache.directory.shared.kerberos.codec.apRep.actions.StoreEncPart
Instantiates a new StoreEncPart action.
StoreEncPart - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to set the ticket EncodedPart
StoreEncPart() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreEncPart
Instantiates a new TicketEncPart action.
StoreEncPart - Class in org.apache.directory.shared.kerberos.codec.krbCred.actions
The action used to read the EncryptedData
StoreEncPart() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.actions.StoreEncPart
Instantiates a new StoreEncPart action.
StoreEncPart - Class in org.apache.directory.shared.kerberos.codec.krbPriv.actions
The action used to read the EncryptedData
StoreEncPart() - Constructor for class org.apache.directory.shared.kerberos.codec.krbPriv.actions.StoreEncPart
Instantiates a new StoreEncPart action.
StoreEncPart - Class in org.apache.directory.shared.kerberos.codec.ticket.actions
The action used to set the ticket EncodedPart
StoreEncPart() - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreEncPart
Instantiates a new TicketEncPart action.
StoreEncTgsRepPart - Class in org.apache.directory.shared.kerberos.codec.encTgsRepPart.actions
The action used to add a EncTgsRepPart object
StoreEncTgsRepPart() - Constructor for class org.apache.directory.shared.kerberos.codec.encTgsRepPart.actions.StoreEncTgsRepPart
Instantiates a new EncTgsRepPart action.
StoreEndTime - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the EncKdcRepPart end time
StoreEndTime() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreEndTime
Instantiates a new StoreEndTime action.
StoreEndTime - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the endtime KerberosTime
StoreEndTime() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreEndTime
Instantiates a new StoreEndTime action.
StoreEndTime - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the KrbCredInfo endtime
StoreEndTime() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreEndTime
Instantiates a new StoreEndTime action.
StoreErrorCode - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the error-code
StoreErrorCode() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreErrorCode
Instantiates a new StoreErrorCode action.
StoreEText - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to read the KrbError etext
StoreEText() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreEText
Instantiates a new AbstractReadRealm action.
StoreEType - Class in org.apache.directory.shared.kerberos.codec.encryptedData.actions
The action used to store the EncryptedPart EType
StoreEType() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreEType
Instantiates a new EncryptedPartEType action.
StoreEType - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions
The action used to store the ETYPE-INFO2-ENTRY etype
StoreEType() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreEType
Instantiates a new StoreEType action.
StoreEType - Class in org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions
The action used to store the ETYPE-INFO-ENTRY etype
StoreEType() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.StoreEType
Instantiates a new StoreEType action.
StoreFlags - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the TicketFlags
StoreFlags() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreFlags
Instantiates a new StoreFlagss action.
StoreFlags - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the TicketFlags
StoreFlags() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreFlags
Instantiates a new StoreFlagss action.
StoreFlags - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the flags
StoreFlags() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreFlags
Instantiates a new StoreFlags action.
StoreFrom - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the from KerberosTime
StoreFrom() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreFrom
Instantiates a new StoreFrom action.
StoreIRealm - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
The action used to set the i-realm
StoreIRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreIRealm
Instantiates a new StoreIRealm action.
StoreISName - Class in org.apache.directory.shared.kerberos.codec.adKdcIssued.actions
The action used to set the AD-KDCIssued i-sName
StoreISName() - Constructor for class org.apache.directory.shared.kerberos.codec.adKdcIssued.actions.StoreISName
Instantiates a new StoreISName action.
StoreKdcOptions - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the KDCOptions
StoreKdcOptions() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreKdcOptions
Instantiates a new StoreKdcOptions action.
StoreKdcRep - Class in org.apache.directory.shared.kerberos.codec.asRep.actions
The action used to add a KDC-REP object
StoreKdcRep() - Constructor for class org.apache.directory.shared.kerberos.codec.asRep.actions.StoreKdcRep
Instantiates a new KDC-REP action.
StoreKdcRep - Class in org.apache.directory.shared.kerberos.codec.tgsRep.actions
The action used to add a KDC-REP object
StoreKdcRep() - Constructor for class org.apache.directory.shared.kerberos.codec.tgsRep.actions.StoreKdcRep
Instantiates a new KDC-REP action.
StoreKdcReq - Class in org.apache.directory.shared.kerberos.codec.asReq.actions
The action used to add a KDC-REQ object
StoreKdcReq() - Constructor for class org.apache.directory.shared.kerberos.codec.asReq.actions.StoreKdcReq
Instantiates a new KDC-REQ action.
StoreKdcReq - Class in org.apache.directory.shared.kerberos.codec.tgsReq.actions
The action used to add a KDC-REQ object
StoreKdcReq() - Constructor for class org.apache.directory.shared.kerberos.codec.tgsReq.actions.StoreKdcReq
Instantiates a new KDC-REQ action.
StoreKdcReqBody - Class in org.apache.directory.shared.kerberos.codec.kdcReq.actions
The action used to store the KDC_REQ-BODY
StoreKdcReqBody() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReq.actions.StoreKdcReqBody
Instantiates a new StoreKdcReqBody action.
StoreKey - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to set the EncKdcRepPart key
StoreKey() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreKey
Instantiates a new StoreKey action.
StoreKey - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to set the EncTicketPart key
StoreKey() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreKey
Instantiates a new StoreKey action.
StoreKey - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to set the KrbCredInfo key
StoreKey() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreKey
Instantiates a new StoreKey action.
StoreKeyExpiration - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the EncKdcRepPart key expiration
StoreKeyExpiration() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreKeyExpiration
Instantiates a new StoreKeyExpiration action.
StoreKeyType - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
Sets the EncryptionKey's type.
StoreKeyType() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyType
Creates a new instance of EncryptionKeyKeyType.
StoreKeyValue - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
The action used to store the EncryptionKey's keyvalue
StoreKeyValue() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyValue
Instantiates a new EncryptionKeyKeyValue action.
StoreKvno - Class in org.apache.directory.shared.kerberos.codec.encryptedData.actions
The action used to store the EncryptedPart Kvno
StoreKvno() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreKvno
Instantiates a new EncryptedPartKvno action.
StoreLastReq - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to set the LastReq
StoreLastReq() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreLastReq
Instantiates a new StoreLastReq action.
StoreLrType - Class in org.apache.directory.shared.kerberos.codec.lastReq.actions
The action used to store the LastReq lrType
StoreLrType() - Constructor for class org.apache.directory.shared.kerberos.codec.lastReq.actions.StoreLrType
Instantiates a new LastReqLrType action.
StoreLrValue - Class in org.apache.directory.shared.kerberos.codec.lastReq.actions
The action used to store the LastReq value
StoreLrValue() - Constructor for class org.apache.directory.shared.kerberos.codec.lastReq.actions.StoreLrValue
Instantiates a new StoreLrValue action.
StoreNameString - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to store the PrincipalName string
StoreNameString() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameString
Instantiates a new PrincipalNameInit action.
StoreNameType - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to store the PrincipalName type
StoreNameType() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameType
Instantiates a new PrincipalNameInit action.
StoreNewPassword - Class in org.apache.directory.shared.kerberos.codec.changePwdData.actions
The action used to set the new password
StoreNewPassword() - Constructor for class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreNewPassword
Instantiates a new StoreNewPassword action.
StoreNonce - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the Nonce
StoreNonce() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreNonce
Instantiates a new StoreNonce action.
StoreNonce - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
The action used to store the Nonce
StoreNonce() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreNonce
Instantiates a new StoreNonce action.
StoreNonce - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the Nonce
StoreNonce() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreNonce
Instantiates a new StoreNonce action.
StorePaDataValue - Class in org.apache.directory.shared.kerberos.codec.padata.actions
The action used to store the PaData's padata-value
StorePaDataValue() - Constructor for class org.apache.directory.shared.kerberos.codec.padata.actions.StorePaDataValue
Instantiates a new PaDataValue action.
StorePaTimestamp - Class in org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions
The action used to store the patimestamp KerberosTime
StorePaTimestamp() - Constructor for class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.StorePaTimestamp
Instantiates a new StoreCTime action.
StorePaUsec - Class in org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions
The action used to store the pausec
StorePaUsec() - Constructor for class org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions.StorePaUsec
Instantiates a new StoreCusec action.
StorePName - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to set the KrbCredInfo pName
StorePName() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StorePName
Instantiates a new StorePName action.
StorePRealm - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to set the pRealm
StorePRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StorePRealm
Instantiates a new StorePRealm action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.apRep.actions
The action used to set the AP-REP VNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.apRep.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to set the AP-REQ VNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.kdcReq.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReq.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.krbCred.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.krbPriv.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.krbPriv.actions.StorePvno
Instantiates a new StorePvno action.
StorePvno - Class in org.apache.directory.shared.kerberos.codec.krbSafe.actions
The action used to store the PVNO
StorePvno() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StorePvno
Instantiates a new StorePvno action.
StoreRealm - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the Realm
StoreRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreRealm
Instantiates a new StoreRealm action.
StoreRealm - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to set the KrbError realm
StoreRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreRealm
Instantiates a new StoreRealm action.
StoreRealm - Class in org.apache.directory.shared.kerberos.codec.ticket.actions
The action used to set the ticket Realm
StoreRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreRealm
Instantiates a new StoreRealm action.
StoreRecipientAddress - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
Store the r-address of EncKrbCredPart.
StoreRecipientAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreRecipientAddress
 
StoreRecipientAddress - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
Store the r-address of EncKrbPrivPart.
StoreRecipientAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreRecipientAddress
 
StoreRecipientAddress - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
Store the r-address of KrbSafeBody.
StoreRecipientAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreRecipientAddress
 
StoreRenewTill - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the EncKdcRepPart renew till
StoreRenewTill() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreRenewTill
Instantiates a new StoreRenewTill action.
StoreRenewtill - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the renew-till KerberosTime
StoreRenewtill() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreRenewtill
Instantiates a new StoreRenewtill action.
StoreRenewtill - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the KrbCredInfo renewtill
StoreRenewtill() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreRenewtill
Instantiates a new StoreRenewtill action.
StoreRTime - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the rtime KerberosTime
StoreRTime() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreRTime
Instantiates a new StoreRTime action.
StoreS2KParams - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions
The action used to store the ETYPE-INFO2-ENTRY s2kparams
StoreS2KParams() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreS2KParams
Instantiates a new StoreS2KParams action.
StoreSafeBody - Class in org.apache.directory.shared.kerberos.codec.krbSafe.actions
The action used to read the KrbSafeBody
StoreSafeBody() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafe.actions.StoreSafeBody
Instantiates a new StoreSafeBody action.
StoreSalt - Class in org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions
The action used to store the ETYPE-INFO2-ENTRY cipher
StoreSalt() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.actions.StoreSalt
Instantiates a new StoreSalt action.
StoreSalt - Class in org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions
The action used to store the ETYPE-INFO-ENTRY cipher
StoreSalt() - Constructor for class org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.StoreSalt
Instantiates a new StoreSalt action.
StoreSenderAddress - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
Store the s-address of EncKrbCredPart.
StoreSenderAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreSenderAddress
 
StoreSenderAddress - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
Store the s-address of EncKrbPrivPart.
StoreSenderAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreSenderAddress
 
StoreSenderAddress - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
Store the s-address of KrbSafeBody.
StoreSenderAddress() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreSenderAddress
 
StoreSeqNumber - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to store the seq-number
StoreSeqNumber() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreSeqNumber
Instantiates a new StoreSeqNumber action.
StoreSeqNumber - Class in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
The action used to store the seq-number
StoreSeqNumber() - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreSeqNumber
Instantiates a new StoreSeqNumber action.
StoreSeqNumber - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
The action used to store the EncKrbPrivPart seq-number
StoreSeqNumber() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreSeqNumber
Instantiates a new StoreSeqNumber action.
StoreSeqNumber - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
The action used to store the KrbSafeBody seq-number
StoreSeqNumber() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreSeqNumber
Instantiates a new StoreSeqNumber action.
StoreSName - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the SName
StoreSName() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreSName
Instantiates a new StoreSName action.
StoreSName - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the SName
StoreSName() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreSName
Instantiates a new StoreSName action.
StoreSName - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to set the KrbCredInfo sName
StoreSName() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreSName
Instantiates a new StoreSName action.
StoreSName - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to set the KrbError sName
StoreSName() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSName
Instantiates a new StoreSName action.
StoreSName - Class in org.apache.directory.shared.kerberos.codec.ticket.actions
The action used to set the ticket SName
StoreSName() - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreSName
Instantiates a new StoreSName action.
storeSortedTuple(Tuple<Dn, E>, DataOutputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
StoreSRealm - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to set the srealm
StoreSRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreSRealm
Instantiates a new StoreSRealm action.
StoreSRealm - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to set the sRealm
StoreSRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreSRealm
Instantiates a new StoreSRealm action.
StoreStartTime - Class in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
The action used to store the EncKdcRepPart start time
StoreStartTime() - Constructor for class org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreStartTime
Instantiates a new StoreStartTime action.
StoreStartTime - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
The action used to store the starttime KerberosTime
StoreStartTime() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreStartTime
Instantiates a new StoreStartTime action.
StoreStartTime - Class in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
The action used to store the KrbCredInfo starttime
StoreStartTime() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreStartTime
Instantiates a new StoreStartTime action.
StoreSTime - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the stime KerberosTime
StoreSTime() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSTime
Instantiates a new StoreSTime action.
StoreSubKey - Class in org.apache.directory.shared.kerberos.codec.authenticator.actions
The action used to set the Authenticator subkey
StoreSubKey() - Constructor for class org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreSubKey
Instantiates a new StoreEncryptionKey action.
StoreSubKey - Class in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
The action used to set the EncApRepPart subkey
StoreSubKey() - Constructor for class org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreSubKey
Instantiates a new StoreEncryptionKey action.
StoreSusec - Class in org.apache.directory.shared.kerberos.codec.krbError.actions
The action used to store the susec
StoreSusec() - Constructor for class org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSusec
Instantiates a new StorePvno action.
StoreTargName - Class in org.apache.directory.shared.kerberos.codec.changePwdData.actions
The action used to set the targname of ChangePasswdData
StoreTargName() - Constructor for class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreTargName
Instantiates a new StoreTargName action.
StoreTargRealm - Class in org.apache.directory.shared.kerberos.codec.changePwdData.actions
The action used to set the target realm of the ChangePasswdData
StoreTargRealm() - Constructor for class org.apache.directory.shared.kerberos.codec.changePwdData.actions.StoreTargRealm
Instantiates a new StoreRealm action.
StoreTdType - Class in org.apache.directory.shared.kerberos.codec.typedData.actions
The action used to store the TypedData tdType
StoreTdType() - Constructor for class org.apache.directory.shared.kerberos.codec.typedData.actions.StoreTdType
Instantiates a new AuthorizationDataAdType action.
StoreTicket - Class in org.apache.directory.shared.kerberos.codec.apReq.actions
The action used to store the Ticket
StoreTicket() - Constructor for class org.apache.directory.shared.kerberos.codec.apReq.actions.StoreTicket
Instantiates a new StoreTicket action.
StoreTicket - Class in org.apache.directory.shared.kerberos.codec.kdcRep.actions
The action used to store the Ticket
StoreTicket() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreTicket
Instantiates a new StoreTicket action.
StoreTicketInfo - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
Store EncKrbCredInfo ticket-info.
StoreTicketInfo() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreTicketInfo
 
StoreTickets - Class in org.apache.directory.shared.kerberos.codec.krbCred.actions
Store tickets.
StoreTickets() - Constructor for class org.apache.directory.shared.kerberos.codec.krbCred.actions.StoreTickets
 
StoreTill - Class in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
The action used to store the till KerberosTime
StoreTill() - Constructor for class org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreTill
Instantiates a new StoreTill action.
StoreTimestamp - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
The action used to store the EncKrbCredPart timemstamp
StoreTimestamp() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreTimestamp
Instantiates a new StoreCTime action.
StoreTimestamp - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
The action used to store the EncKrbPrivPart timemstamp
StoreTimestamp() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreTimestamp
Instantiates a new StoreCTime action.
StoreTimestamp - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
The action used to store the KrbSafeBody timemstamp
StoreTimestamp() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreTimestamp
Instantiates a new StoreCTime action.
StoreTktVno - Class in org.apache.directory.shared.kerberos.codec.ticket.actions
The action used to set the ticket VNO
StoreTktVno() - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.actions.StoreTktVno
Instantiates a new TicketTktVno action.
StoreTransited - Class in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
Store the transited value of EncTicketPart.
StoreTransited() - Constructor for class org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreTransited
Creates a new instance of StoreTransited.
StoreTrType - Class in org.apache.directory.shared.kerberos.codec.transitedEncoding.actions
The action used to store the tr-type
StoreTrType() - Constructor for class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.StoreTrType
Instantiates a new StoreTrType action.
StoreUsec - Class in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
The action used to store the EncKrbCredPart usec
StoreUsec() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreUsec
Instantiates a new StoreUsec action.
StoreUsec - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
The action used to store the EncKrbPrivPart usec
StoreUsec() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreUsec
Instantiates a new StoreUsec action.
StoreUsec - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
The action used to store the KrbSafeBody usec
StoreUsec() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreUsec
Instantiates a new StoreUsec action.
StoreUserData - Class in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
The action used to read the EncKrbPrivPart user-data
StoreUserData() - Constructor for class org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions.StoreUserData
Instantiates a new StoreUserData action.
StoreUserData - Class in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
The action used to read the KrbSafeBody user-data
StoreUserData() - Constructor for class org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreUserData
Instantiates a new StoreUserData action.
StoreUtils - Class in org.apache.directory.server.protocol.shared.kerberos
Commonly used store utility operations.
StratumType - Enum in org.apache.directory.server.ntp.messages
Stratum: This is a eight-bit unsigned integer indicating the stratum level of the local clock, with values defined as follows: Stratum Meaning ---------------------------------------------- 0 unspecified or unavailable 1 primary reference (e.g., radio clock) 2-15 secondary reference (via NTP or SNTP) 16-255 reserved
StreetTalkServers - Class in org.apache.directory.server.dhcp.options.misc
The StreetTalk server option specifies a list of StreetTalk servers available to the client.
StreetTalkServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.StreetTalkServers
 
string2Key(String, String, EncryptionType) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
 
StringOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
StringOption() - Constructor for class org.apache.directory.server.dhcp.options.StringOption
 
StringSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A custom String serializer to [de]serialize Strings.
stripUnwantedOptions(DhcpMessage, OptionsField) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Strip options that the client doesn't want, if the ParameterRequestList option is present.
StrongAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles SASL connections (X.501 authentication level 'strong').
StrongAuthenticator() - Constructor for class org.apache.directory.server.core.authn.StrongAuthenticator
Creates a new instance.
StrongAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.StrongAuthenticator
Creates a new instance of SaslAuthenticator.
subAliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the subtree scope alias index
subentryAdded(Dn, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryAdded(Dn, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryCache - Class in org.apache.directory.server.core.api.subtree
A cache for subtree specifications.
SubentryCache() - Constructor for class org.apache.directory.server.core.api.subtree.SubentryCache
Creates a new instance of SubentryCache with a default maximum size.
SubentryCache(int) - Constructor for class org.apache.directory.server.core.api.subtree.SubentryCache
Creates a new instance of SubentryCache with a specific maximum size.
subentryDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryInterceptor - 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
SubentryInterceptor() - Constructor for class org.apache.directory.server.core.subtree.SubentryInterceptor
Creates a new instance of SubentryInterceptor
subentryModified(Dn, List<Modification>, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(Dn, Entry, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(ModifyOperationContext, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryUtils - Class in org.apache.directory.server.core.api.subtree
 
SubentryUtils(DirectoryService) - Constructor for class org.apache.directory.server.core.api.subtree.SubentryUtils
 
Subnet - Class in org.apache.directory.server.dhcp.store
The definition of a Subnet.
Subnet(InetAddress, InetAddress, InetAddress, InetAddress) - Constructor for class org.apache.directory.server.dhcp.store.Subnet
 
SubnetMask - Class in org.apache.directory.server.dhcp.options.vendor
The subnet mask option specifies the client's subnet mask as per RFC 950.
SubnetMask() - Constructor for class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
SubnetMask(InetAddress) - Constructor for class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
Subordinates - Class in org.apache.directory.server.core.api.partition
 
Subordinates() - Constructor for class org.apache.directory.server.core.api.partition.Subordinates
 
SUBSCHEMA_SUBENTRY_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SUBSCHEMA_SUBENTRY_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SubschemaAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a Subschema AAP
SubschemaAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaAAP
Create an instance of Subschema AAP
SubschemaAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for Subschema APs
SubschemaAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaAdministrativePoint
Create an instance of Subschema AdministrativePoint
SubschemaSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a Subschema SAP
SubschemaSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaSAP
Create an instance of Subschema SAP
SubstringCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor traversing candidates matching a Substring assertion expression.
SubstringCursor(PartitionTxn, Store, SubstringEvaluator) - Constructor for class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
Creates a new instance of an SubstringCursor
SubstringEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates substring filter assertions on an entry.
SubstringEvaluator() - Constructor for class org.apache.directory.server.core.api.event.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubstringEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates substring filter assertions on an entry.
SubstringEvaluator(SubstringNode, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubtreeEvaluator - Class in org.apache.directory.server.core.api.subtree
An evaluator used to determine if an entry is included in the collection represented by a subtree specification.
SubtreeEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.subtree.SubtreeEvaluator
Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
SubtreeScopeEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates ScopeNode assertions with subtree scope on candidates using an entry database.
SubtreeScopeEvaluator(PartitionTxn, Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Creates a subtree scope node evaluator for search expressions.
suffixDn - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The root Dn for this partition
sum(byte[], byte[], int) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.NFold
Perform one's complement addition (addition with end-around carry).
SwapServer - Class in org.apache.directory.server.dhcp.options.vendor
This specifies the IP address of the client's swap server.
SwapServer() - Constructor for class org.apache.directory.server.dhcp.options.vendor.SwapServer
 
switchToOrderedSet(AvlTree<V>) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Switches from orderedSet mode to singleton mode, while returning the singleton value before removing it forever.
switchToSingleton(V) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Switches from orderedSet mode to singleton mode, while returning the ordered set of values before removing them forever.
sync() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Flush the changes to disk
sync() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Write the changes on disk
sync() - Method in interface org.apache.directory.server.core.api.DirectoryService
Calls Partition.sync() for all registered Partitions.
sync() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Write the changes on disk
sync() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Flushes any changes made to this partition now.
sync() - Method in interface org.apache.directory.server.core.api.partition.Partition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Flush the changes to disk
sync() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Write the changes on disk
sync() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
sync() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
This method is called when the synch thread is waking up, to write the modified data.
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Force the flush of this index
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Synchronizes the buffers with disk.
sync() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Flushes any changes made to this partition now.
SyncReplConfiguration - Class in org.apache.directory.server.ldap.replication
A class for holding the syncrepl consumer's configuration.
SyncReplConfiguration() - Constructor for class org.apache.directory.server.ldap.replication.SyncReplConfiguration
Creates a new instance of SyncreplConfiguration
SyncReplRequestHandler - Class in org.apache.directory.server.ldap.replication.provider
Class used to process the incoming synchronization request from the consumers.
SyncReplRequestHandler() - Constructor for class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
Create a SyncReplRequestHandler empty instance
SyncReplSearchListener - Class in org.apache.directory.server.ldap.replication.provider
A listener associated with the replication system.
SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SyntaxCheckerSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A synchronizer which detects changes to syntaxCheckers and updates the SchemaManager.
SyntaxCheckerSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Creates a new instance of SyntaxCheckerSynchronizer.
SyntaxSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A syntax specific registry synchronizer which responds to syntax entry changes in the DIT to update the syntax registry.
SyntaxSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Creates a new instance of SyntaxSynchronizer.
SYS_INDEX_OID_ARRAY - Static variable in interface org.apache.directory.server.xdbm.Store
 
SYS_INDEX_OIDS - Static variable in interface org.apache.directory.server.xdbm.Store
 
SYSPREFROOT_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the dn base of the system preference hierarchy
SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The system DN
systemIndices - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a map of attributeType numeric UUID to system userIndices
SystemSchemaConstants - Class in org.apache.directory.server.constants
Constants for the System schema.

T

Table<K,V> - Interface in org.apache.directory.server.xdbm
A wrapper interface around BTree implementations used to abstract away implementation details.
Tag - Class in org.apache.directory.kerberos.credentials.cache
 
Tag(int, int, int) - Constructor for class org.apache.directory.kerberos.credentials.cache.Tag
 
tag(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(long, String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a snapshot of the server at the current revision.
tag() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a snapshot of the server at the current revision.
Tag - Class in org.apache.directory.server.core.api.changelog
A tag on a revision representing a snapshot of the directory server's state.
Tag(long, String) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
Tag(long, String, Date, Date) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
Tag(long, String, long, long) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
tag(long) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a tag for a snapshot of the server in a specific state at a revision.
tag() - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a snapshot of the server at the current revision.
tag(String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a snapshot of the server at the current revision with a description of the snapshot tag.
tag(long, String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a tag with the given description for a snapshot of the server in a specific state at a revision.
tag(long, String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(long) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a snapshot of the server at the current revision.
tag() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a snapshot of the server at the current revision.
tag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a tag for a snapshot of the server in a specific state at a revision.
tag() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a snapshot of the server at the current revision.
tag(String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a snapshot of the server at the current revision with a description of the snapshot tag.
tag(long, String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a tag with the given description for a snapshot of the server in a specific state at a revision.
TaggableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
A ChangeLogStore which allows tagging for tracking server state snapshots.
TaggableSearchableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
TODO TaggableSearchableChangeLogStore.
TagSearchEngine - Interface in org.apache.directory.server.core.api.changelog
An optional search interface supported by TaggableChangeLogStores.
targetMustExist() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
targetMustExist() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
TcpDefaultTimeToLive - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the default TTL that the client should use when sending TCP segments.
TcpDefaultTimeToLive() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpDefaultTimeToLive
 
TcpKeepaliveGarbage - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the interval (in seconds) that the client TCP should wait before sending a keepalive message on a TCP connection.
TcpKeepaliveGarbage() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveGarbage
 
TcpKeepaliveInterval - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the whether or not the client should send TCP keepalive messages with a octet of garbage for compatibility with older implementations.
TcpKeepaliveInterval() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveInterval
 
TcpTransport - Class in org.apache.directory.server.protocol.shared.transport
The Transport instance for TCP based protocols.
TcpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransportBean - Class in org.apache.directory.server.config.beans
A class used to store the TCP Transport configuration.
TcpTransportBean() - Constructor for class org.apache.directory.server.config.beans.TcpTransportBean
Create a new TransportBean instance
TD() - Constructor for class org.apache.directory.shared.kerberos.components.TypedData.TD
 
TDF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "TDF" reference identifier type.
TextRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.14.
TextRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.TextRecordEncoder
 
TftpServerName - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to identify a TFTP server when the 'sname' field in the DHCP header has been used for DHCP options.
TftpServerName() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.TftpServerName
 
TGS_REP_ENC_PART_TGS_AUTHNT_SUB_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REP encrypted part (includes application session key), encrypted with the TGS authenticator subkey (Section 5.4.2)
TGS_REP_ENC_PART_TGS_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REP encrypted part (includes application session key), encrypted with the TGS session key (Section 5.4.2)
TGS_REP_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
TGS-REP's tags
TGS_REQ_KDC_REQ_BODY_AUTHZ_DATA_ENC_WITH_AUTHNT_SUB_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REQ KDC-REQ-BODY AuthorizationData, encrypted with the TGS authenticator subkey (Section 5.4.1)
TGS_REQ_KDC_REQ_BODY_AUTHZ_DATA_ENC_WITH_TGS_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REQ KDC-REQ-BODY AuthorizationData, encrypted with the TGS session key (Section 5.4.1)
TGS_REQ_PA_TGS_REQ_PADATA_AP_REQ_AUTHNT_CKSUM_TGS_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator cksum, keyed with the TGS session key (Section 5.5.1)
TGS_REQ_PA_TGS_REQ_PADATA_AP_REQ_TGS_SESS_KEY - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator (includes TGS authenticator subkey), encrypted with the TGS session key (Section 5.5.1)
TGS_REQ_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
TGS-REQ's tags
TgsRep - Class in org.apache.directory.shared.kerberos.messages
TGS-REP message.
TgsRep() - Constructor for class org.apache.directory.shared.kerberos.messages.TgsRep
Creates a new instance of TGS-REP.
TgsRepContainer - Class in org.apache.directory.shared.kerberos.codec.tgsRep
The TGS-REP container stores the TgsRep decoded by the Asn1Decoder.
TgsRepContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepContainer
Creates a new TgsRepContainer object.
TgsRepGrammar - Class in org.apache.directory.shared.kerberos.codec.tgsRep
This class implements the TGS-REP structure.
TgsRepStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.tgsRep
This class store the TGS-REP grammar's constants.
TgsReq - Class in org.apache.directory.shared.kerberos.messages
TGS-REQ message.
TgsReq() - Constructor for class org.apache.directory.shared.kerberos.messages.TgsReq
Creates a new instance of TGS-REQ.
TgsReqContainer - Class in org.apache.directory.shared.kerberos.codec.tgsReq
The TGS-REQ container stores the KdcReq decoded by the Asn1Decoder.
TgsReqContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqContainer
Creates a new TgsReqContainer object.
TgsReqGrammar - Class in org.apache.directory.shared.kerberos.codec.tgsReq
This class implements the TGS-REQ structure.
TgsReqStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.tgsReq
This class store the TGS-REQ grammar's constants.
TgTicket - Class in org.apache.directory.kerberos.client
 
TgTicket(Ticket, EncKdcRepPart, String) - Constructor for class org.apache.directory.kerberos.client.TgTicket
 
TgtRequest - Class in org.apache.directory.kerberos.client
 
TgtRequest() - Constructor for class org.apache.directory.kerberos.client.TgtRequest
 
throwReferral - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
A flag used to tell if we should consider referrals as standard entries
throwReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the throwReferral flag to true
throwReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Set the throwReferral flag to true
throwReferral() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the throwReferral flag to true
ticket - Variable in class org.apache.directory.kerberos.client.AbstractTicket
 
Ticket - Class in org.apache.directory.shared.kerberos.messages
Ticket message component as handed out by the ticket granting service.
Ticket(PrincipalName, EncryptedData) - Constructor for class org.apache.directory.shared.kerberos.messages.Ticket
Creates a new instance of Ticket.
Ticket() - Constructor for class org.apache.directory.shared.kerberos.messages.Ticket
Creates a new instance of Ticket.
Ticket(int, PrincipalName, EncryptedData) - Constructor for class org.apache.directory.shared.kerberos.messages.Ticket
Creates a new instance of Ticket.
TICKET_ENC_PART_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TICKET_REALM_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TICKET_SNAME_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TICKET_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
Ticket message's tags
TICKET_TKT_VNO_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TICKET_VNO - Static variable in class org.apache.directory.shared.kerberos.messages.Ticket
Constant for the Ticket version number (5)
TicketContainer - Class in org.apache.directory.shared.kerberos.codec.ticket
The Ticket container stores the ticket decoded by the Asn1Decoder.
TicketContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.TicketContainer
Creates a new TicketContainer object.
TicketFactory - Class in org.apache.directory.server.kerberos.shared.store
 
TicketFactory() - Constructor for class org.apache.directory.server.kerberos.shared.store.TicketFactory
 
TicketFlag - Enum in org.apache.directory.shared.kerberos.flags
An enum to describe all the TicketFlag possible values.
TicketFlags - Class in org.apache.directory.shared.kerberos.flags
An implementation of a BitString for the TicketFlags.
TicketFlags() - Constructor for class org.apache.directory.shared.kerberos.flags.TicketFlags
Basic constructor of a TicketFlags BitString
TicketFlags(int) - Constructor for class org.apache.directory.shared.kerberos.flags.TicketFlags
Constructor of a TicketFlags BitString with an int value
TicketFlags(byte[]) - Constructor for class org.apache.directory.shared.kerberos.flags.TicketFlags
Basic constructor of a TicketFlags BitString with a byte array
TicketGrammar - Class in org.apache.directory.shared.kerberos.codec.ticket
This class implements the Ticket message.
TicketGrantingContext - Class in org.apache.directory.server.kerberos.kdc.ticketgrant
 
TicketGrantingContext() - Constructor for class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingContext
 
TicketGrantingService - Class in org.apache.directory.server.kerberos.kdc.ticketgrant
 
TicketInit - Class in org.apache.directory.shared.kerberos.codec.ticket.actions
The action used to initialize the Ticket object
TicketInit() - Constructor for class org.apache.directory.shared.kerberos.codec.ticket.actions.TicketInit
Instantiates a new TicketInit action.
TicketStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.ticket
This class store the Ticket grammar's constants.
TimeOffset - Class in org.apache.directory.server.dhcp.options.vendor
The time offset field specifies the offset of the client's subnet in seconds from Coordinated Universal Time (UTC).
TimeOffset() - Constructor for class org.apache.directory.server.dhcp.options.vendor.TimeOffset
 
TimerInterceptor - Class in org.apache.directory.server.core.logger
An interceptor used to log times to process each operation.
TimerInterceptor(String) - Constructor for class org.apache.directory.server.core.logger.TimerInterceptor
Creates a new instance of TimerInterceptor.
TimeServers - Class in org.apache.directory.server.dhcp.options.vendor
The time server option specifies a list of RFC 868 time servers available to the client.
TimeServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.TimeServers
 
TimestampChecker - Class in org.apache.directory.server.kerberos.sam
 
TimestampChecker() - Constructor for class org.apache.directory.server.kerberos.sam.TimestampChecker
 
TLS_KEY_INFO_OC - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
TlsKeyGenerator - Class in org.apache.directory.server.core.security
Generates the default RSA key pair for the server.
toBasicAttribute(Attribute) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a ServerAttribute into a BasicAttribute.
toBasicAttributes(Entry) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a ServerEntry into a BasicAttributes.
toClientEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
toDate() - Method in class org.apache.directory.shared.kerberos.KerberosTime
Returns the KerberosTime as a Date.
TOP_LEVEL - Static variable in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toSearchResultEnum(NamingEnumeration<ServerSearchResult>) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Encapsulate a ServerSearchResult enumeration into a SearchResult enumeration
toServerAttribute(Attribute, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a BasicAttribute or a AttributeImpl to a ServerAtribute
toServerEntry(Attributes, Dn, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a BasicAttributes or a AttributesImpl to a ServerEntry
toServerEntry(CoreSession, Dn, PrincipalStoreEntry) - Static method in class org.apache.directory.server.protocol.shared.kerberos.StoreUtils
Creates a Entry for a PrincipalStoreEntry, doing what a state factory does but for Entry instead of Attributes.
toServerModification(Modification[], SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a JNDI set of Modifications to LDAP API Modifications
toServerModification(ModificationItem[], SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a JNDI set of ModificationItems to LDAP API Modifications
toString() - Method in class org.apache.directory.kerberos.client.ChangePasswordResult
 
toString() - Method in enum org.apache.directory.kerberos.client.ChangePasswordResultCode
 
toString() - Method in class org.apache.directory.kerberos.client.KdcConfig
 
toString(String, String, boolean) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a boolean
toString(String, String, String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a String that can be null
toString(String, String, Dn) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a Dn that can be null
toString(String, String, long) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a long
toString(String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
toString() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
toString(String) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
toString() - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
toString(String) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
toString() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
toString() - Method in class org.apache.directory.server.config.beans.ChangePasswordServerBean
toString() - Method in class org.apache.directory.server.config.beans.ConfigBean
toString(String) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
toString() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
toString(String) - Method in class org.apache.directory.server.config.beans.DhcpServerBean
toString() - Method in class org.apache.directory.server.config.beans.DhcpServerBean
toString() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
toString(String) - Method in class org.apache.directory.server.config.beans.DnsServerBean
toString() - Method in class org.apache.directory.server.config.beans.DnsServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
toString() - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
toString() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
toString(String) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
toString(String) - Method in class org.apache.directory.server.config.beans.HttpServerBean
toString() - Method in class org.apache.directory.server.config.beans.HttpServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
toString() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
toString(String) - Method in class org.apache.directory.server.config.beans.IndexBean
toString() - Method in class org.apache.directory.server.config.beans.IndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
toString() - Method in class org.apache.directory.server.config.beans.InterceptorBean
toString(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
toString() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
toString() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.JournalBean
toString() - Method in class org.apache.directory.server.config.beans.JournalBean
toString(String) - Method in class org.apache.directory.server.config.beans.KdcServerBean
toString() - Method in class org.apache.directory.server.config.beans.KdcServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
toString() - Method in class org.apache.directory.server.config.beans.LdapServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.MavibotIndexBean
toString() - Method in class org.apache.directory.server.config.beans.MavibotIndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.MavibotPartitionBean
toString() - Method in class org.apache.directory.server.config.beans.MavibotPartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.NtpServerBean
toString() - Method in class org.apache.directory.server.config.beans.NtpServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
toString() - Method in class org.apache.directory.server.config.beans.PartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
toString() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
toString(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
toString() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
toString(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
toString() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
toString(String) - Method in class org.apache.directory.server.config.beans.ServerBean
toString() - Method in class org.apache.directory.server.config.beans.ServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.TcpTransportBean
toString() - Method in class org.apache.directory.server.config.beans.TcpTransportBean
toString(String) - Method in class org.apache.directory.server.config.beans.TransportBean
toString() - Method in class org.apache.directory.server.config.beans.TransportBean
toString(String) - Method in class org.apache.directory.server.config.beans.UdpTransportBean
toString() - Method in class org.apache.directory.server.config.beans.UdpTransportBean
toString() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
toString() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
toString() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
toString() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
toString(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
toString() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
toString(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Print the flags
toString() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
toString() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
toString(String) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilter
The pretty-printer for this class
toString(String) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
toString() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
toString() - Method in class org.apache.directory.server.core.api.InstanceLayout
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Returns string representation of the normalized distinguished name of this principal.
toString() - Method in class org.apache.directory.server.core.api.partition.Subordinates
toString() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
toString() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
toString() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
toString() - Method in class org.apache.directory.server.core.authz.support.OperationScope
Returns the name of this scope.
toString() - Method in class org.apache.directory.server.core.avltree.ArrayTree
toString(String) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
 
toString() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
 
toString() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
toString() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
toString() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
 
toString() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
 
toString() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
toString() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Create a string representation of the hardware address.
toString() - Method in enum org.apache.directory.server.dhcp.messages.MessageType
 
toString() - Method in class org.apache.directory.server.dns.DnsServer
 
toString() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
toString() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
toString() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
toString() - Method in class org.apache.directory.server.kerberos.changepwd.ChangePasswordServer
 
toString() - Method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Returns the message for this Change Password error.
toString() - Method in class org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
 
toString() - Method in class org.apache.directory.server.kerberos.kdc.KdcContext
 
toString() - Method in class org.apache.directory.server.kerberos.kdc.KdcServer
 
toString() - Method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
 
toString() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
toString() - Method in class org.apache.directory.server.ldap.LdapServer
 
toString() - Method in class org.apache.directory.server.ldap.LdapSession
The principal and remote address associated with this session.
toString() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
toString() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
toString() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
toString() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
toString() - Method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
toString() - Method in enum org.apache.directory.server.ntp.messages.ModeType
toString() - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
 
toString() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
 
toString() - Method in enum org.apache.directory.server.ntp.messages.StratumType
toString() - Method in class org.apache.directory.server.ntp.NtpServer
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
toString() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
toString() - Method in class org.apache.directory.server.xdbm.AbstractTable
 
toString() - Method in class org.apache.directory.server.xdbm.IndexEntry
toString(String) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
toString() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
toString() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
toString(String) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Pretty-print an Evaluator
toString() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
toString() - Method in class org.apache.directory.shared.kerberos.codec.options.ApOptions
Converts the object to a printable string.
toString() - Method in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
Converts the object to a printable string.
toString() - Method in class org.apache.directory.shared.kerberos.codec.options.Options
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.AuthorizationType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.HostAddrType
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.LastReqType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.PaDataType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns the name of the SamType.
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AdAndOr
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AdIfRelevant
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AdIfRelevant
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AdKdcIssued
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AdMandatoryForKdc
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AdMandatoryForKdc
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationData
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.AuthorizationDataEntry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.Checksum
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.Checksum
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncKdcRepPart
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncKrbCredPart
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncKrbPrivPart
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.EncryptedData
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
 
toString() - Method in class org.apache.directory.shared.kerberos.components.EncTicketPart
 
toString() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo
 
toString() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2
 
toString() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfo2Entry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.ETypeInfoEntry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.HostAddress
toString() - Method in class org.apache.directory.shared.kerberos.components.HostAddresses
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.KdcRep
Pretty print the instance
toString() - Method in class org.apache.directory.shared.kerberos.components.KdcRep
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.KdcReq
Pretty print the instance
toString() - Method in class org.apache.directory.shared.kerberos.components.KdcReq
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
Pretty print the instance
toString() - Method in class org.apache.directory.shared.kerberos.components.KdcReqBody
 
toString() - Method in class org.apache.directory.shared.kerberos.components.KrbCredInfo
 
toString() - Method in class org.apache.directory.shared.kerberos.components.KrbSafeBody
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
toString() - Method in class org.apache.directory.shared.kerberos.components.LastReq
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.LastReqEntry
 
toString() - Method in class org.apache.directory.shared.kerberos.components.MethodData
 
toString() - Method in class org.apache.directory.shared.kerberos.components.PaData
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.PaData
 
toString() - Method in class org.apache.directory.shared.kerberos.components.PaEncTimestamp
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.PaEncTimestamp
 
toString() - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.PaEncTsEnc
 
toString() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
toString() - Method in class org.apache.directory.shared.kerberos.components.TransitedEncoding
 
toString() - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
toString(String) - Method in class org.apache.directory.shared.kerberos.components.TypedData
 
toString() - Method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
 
toString() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Returns the message for this Kerberos error.
toString() - Method in class org.apache.directory.shared.kerberos.flags.TicketFlags
Converts the object to a printable string.
toString() - Method in class org.apache.directory.shared.kerberos.KerberosTime
toString() - Method in class org.apache.directory.shared.kerberos.messages.ApRep
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.ApReq
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.Authenticator
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.ChangePasswdData
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.EncApRepPart
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.KrbCred
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.KrbError
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.KrbPriv
 
toString() - Method in class org.apache.directory.shared.kerberos.messages.KrbSafe
 
toString(String) - Method in class org.apache.directory.shared.kerberos.messages.Ticket
Pretty print the instance
toString() - Method in class org.apache.directory.shared.kerberos.messages.Ticket
 
TrailerEncapsulation - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies whether or not the client should negotiate the use of trailers (RFC 893) when using the ARP protocol.
TrailerEncapsulation() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.TrailerEncapsulation
 
transaction - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The transaction this operation is ran into
TRANSITED_ENCODING_CONTENTS_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TRANSITED_ENCODING_TR_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
TransitedEncoding tags
TransitedEncoding - Class in org.apache.directory.shared.kerberos.components
The TransitedEncoding structure.
TransitedEncoding() - Constructor for class org.apache.directory.shared.kerberos.components.TransitedEncoding
Creates a new instance of TransitedEncoding.
TransitedEncodingContainer - Class in org.apache.directory.shared.kerberos.codec.transitedEncoding
The transitedEncoding container stores the TransitedEncoding decoded by the Asn1Decoder.
TransitedEncodingContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingContainer
Creates a new TransitedEncodingContainer object.
TransitedEncodingGrammar - Class in org.apache.directory.shared.kerberos.codec.transitedEncoding
This class implements the TransitedEncoding structure.
TransitedEncodingInit - Class in org.apache.directory.shared.kerberos.codec.transitedEncoding.actions
The action used to initialize the TransitedEncoding object
TransitedEncodingInit() - Constructor for class org.apache.directory.shared.kerberos.codec.transitedEncoding.actions.TransitedEncodingInit
Instantiates a new TransitedEncodingInit action.
TransitedEncodingStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.transitedEncoding
This class store the TransitedEncoding grammar's constants.
TransitedEncodingType - Enum in org.apache.directory.shared.kerberos.codec.types
The list of possible value for the TransitedEncoding type
Transport - Interface in org.apache.directory.server.protocol.shared.transport
 
TransportBean - Class in org.apache.directory.server.config.beans
A class used to store the Transport configuration.
TransportBean() - Constructor for class org.apache.directory.server.config.beans.TransportBean
Create a new TransportBean instance
TransportProtocol - Enum in org.apache.directory.server.protocol.shared
Type safe enumeration for the transport protocol.
transports - Variable in class org.apache.directory.server.protocol.shared.AbstractProtocolService
The service transports.
TransportType - Enum in org.apache.directory.server.annotations
The two different type of Transport
TRIGGER_EXECUTION_SUBENTRIES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TriggerExecutionAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution AAP
TriggerExecutionAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Create an instance of TriggerExecution AAP
TriggerExecutionAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for TriggerExecution APs
TriggerExecutionAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionAdministrativePoint
Create an instance of TriggerExecutionAdministrativePoint
TriggerExecutionAuthorizer - Interface in org.apache.directory.server.core.trigger
 
TriggerExecutionIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution IAP
TriggerExecutionIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Create an instance of TriggerExecution IAP
TriggerExecutionSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution SAP
TriggerExecutionSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Create an instance of TriggerExecution SAP
TriggerInterceptor - Class in org.apache.directory.server.core.trigger
The Trigger Service based on the Trigger Specification.
TriggerInterceptor() - Constructor for class org.apache.directory.server.core.trigger.TriggerInterceptor
Creates a new instance of a TriggerInterceptor.
TriggerSpecCache - Class in org.apache.directory.server.core.trigger
A cache for Trigger Specifications which responds to specific events to perform cache house keeping as trigger subentries are added, deleted and modified.
TriggerSpecCache(DirectoryService) - Constructor for class org.apache.directory.server.core.trigger.TriggerSpecCache
Creates a TriggerSpecification cache.
truncate() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Deletes the queue (to remove the log) and recreates a new queue instance with the same queue name.
TTL - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema TTL for an apacheDnsAbstractRecord
TupleCache - Class in org.apache.directory.server.core.authz
A cache for tuple sets which responds to specific events to perform cache house keeping as access control subentries are added, deleted and modified.
TupleCache(CoreSession) - Constructor for class org.apache.directory.server.core.authz.TupleCache
Creates a ACITuple cache.
TupleComparator<K,V> - Interface in org.apache.directory.server.core.partition.impl.btree
Used to compare the sorting order of binary data.
TYPE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema type for an apacheDnsAbstractRecord
TYPED_DATA_TDDATA_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
TYPED_DATA_TDTYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
TypedData tags
TypedData - Class in org.apache.directory.shared.kerberos.components
TYPED-DATA ::= SEQUENCE SIZE (1..MAX) OF SEQUENCE { data-type [0] Int32, data-value [1] OCTET STRING OPTIONAL }
TypedData() - Constructor for class org.apache.directory.shared.kerberos.components.TypedData
 
TypedData.TD - Class in org.apache.directory.shared.kerberos.components
 
TypedDataContainer - Class in org.apache.directory.shared.kerberos.codec.typedData
The TypedData container stores the TypedData decoded by the Asn1Decoder.
TypedDataContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.typedData.TypedDataContainer
Creates a new TypedDataContainer object.
TypedDataGrammar - Class in org.apache.directory.shared.kerberos.codec.typedData
This class implements the TypedData structure.
TypedDataInit - Class in org.apache.directory.shared.kerberos.codec.typedData.actions
The action used to initialize the TypedData object
TypedDataInit() - Constructor for class org.apache.directory.shared.kerberos.codec.typedData.actions.TypedDataInit
Instantiates a new TypedDataInit action.
TypedDataStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.typedData
This class store the TypedData grammar's constants.
typesOnly - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
A flag to tell if only the attribute names to be returned.

U

UdpTransport - Class in org.apache.directory.server.protocol.shared.transport
The Transport instance for UDP based protocols.
UdpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class
UdpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class on localhost
UdpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class
UdpTransportBean - Class in org.apache.directory.server.config.beans
A class used to store the UDP Transport configuration.
UdpTransportBean() - Constructor for class org.apache.directory.server.config.beans.UdpTransportBean
Create a new TransportBean instance
unbind() - Method in interface org.apache.directory.server.core.api.CoreSession
Unbind from the current LdapSession.
unbind(UnbindRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Unbind from the current LdapSession.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
unBind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
unbind(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
unbind(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
unbind(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
unbind(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Represents an unbind operation issued by an authenticated client.
unbind() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Unbind from the current LdapSession.
unbind(UnbindRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Unbind from the current LdapSession.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
UnbindOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Unbind context used for Interceptors.
UnbindOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
Creates a new instance of UnbindOperationContext.
UnbindOperationContext(CoreSession, UnbindRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
Creates a new instance of UnbindOperationContext.
UnbindRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A no reply protocol handler implementation for LDAP UnbindRequests.
UnbindRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.UnbindRequestHandler
 
UndefinedFilterAttributeException - Exception in org.apache.directory.server.core.normalization
A runtime exception thrown by visitors to denote the failure to recognize attributes in a filter expression tree.
UndefinedFilterAttributeException(LeafNode) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UNIX_FILE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNKNOWN - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
unlock() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Release the read-write lock on the AP cache.
unlock() - Method in interface org.apache.directory.server.core.api.ReferralManager
Release the read-write lock on the referralManager.
unlock() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Release the read-write lock on the referralManager.
unlockRead() - Method in interface org.apache.directory.server.core.api.OperationManager
Releases a ReadLock
unlockRead() - Method in class org.apache.directory.server.core.DefaultOperationManager
Releases a ReadLock
unlockWrite() - Method in interface org.apache.directory.server.core.api.OperationManager
Releases a WriteLock
unlockWrite() - Method in class org.apache.directory.server.core.DefaultOperationManager
Releases a WriteLock
UnrecognizedOption - Class in org.apache.directory.server.dhcp.options.dhcp
This pseudo option represents all options which have not been recognized and parsed as specific implementations.
UnrecognizedOption() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
UnrecognizedOption(byte) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
unregisterOids(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Unregister a SchemaObject's OID from the associated oidRegistry
unregisterOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Unregisters an outstanding request.
unregisterSearchRequest(SearchRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Unregisters a completed search request.
UNSUPPORTED_MSG - Static variable in class org.apache.directory.server.xdbm.AbstractIndexCursor
The message used for unsupported operations
unwrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
NOT IMPLEMENTED
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
updates the cache based on the type of OperationContext
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
updateLease(Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Update the (possibly changed) lease in the store.
updateLease(Lease) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
updateRdnIdx(PartitionTxn, String, boolean, int) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
updateReplicaLastSentCsn(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Store the new CSN sent by the consumer in place of the previous one.
USE_SESSION_KEY - Static variable in class org.apache.directory.shared.kerberos.codec.options.ApOptions
AP Request option - use session key
USER_CERTIFICATE_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
USER_EXAMPLE_COM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The default change password base DN.
userIndices - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a map of attributeType numeric UUID to user userIndices
USERS_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the base dn under which all users reside
USNO - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "USNO" reference identifier type.
UTC_DATE_FORMAT - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
Defines a default date format with a "yyyyMMddHHmmss'Z'" pattern
UTC_TIME_ZONE - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
 
uuid - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AA's UUID
UuidSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Serializer for UUIDs
UuidSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
 

V

validate(String, Entry) - Method in class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
checks if the given password meets the required quality constraints.
validate() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
validates the policy configuration and throws a LdapException if there are any errors
validate(String, Entry) - Method in interface org.apache.directory.server.core.api.authn.ppolicy.PasswordValidator
checks if the given password meets the required quality constraints.
VALIDATE - Static variable in class org.apache.directory.shared.kerberos.codec.options.KdcOptions
KDC option - validate.
value - Variable in class org.apache.directory.shared.kerberos.flags.AbstractKerberosFlags
The associated value
valueComparator - Variable in class org.apache.directory.server.xdbm.AbstractTable
a value comparator for the values in this Table
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Table values for the same key.
valueOf(String) - Static method in enum org.apache.directory.kerberos.client.ChangePasswordResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.annotations.TransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.config.ConfigSchemaConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.changelog.LogChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.event.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.interceptor.context.ModDnAva.ModDnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.InterceptorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.OperationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.jndi.ControlEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Parses a string representation of a hardware address according to the specification given in HardwareAddress.toString().
valueOf(String) - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.OpCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.i18n.I18n
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ldap.replication.consumer.ReplicationStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.AuthorizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.HostAddrType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.LastReqType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PaDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.flags.TicketFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.KerberosMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.kerberos.client.ChangePasswordResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.annotations.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.config.ConfigSchemaConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.changelog.LogChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.interceptor.context.ModDnAva.ModDnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.InterceptorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.OperationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.jndi.ControlEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.i18n.I18n
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswdErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KeyUsage
VALUES needs to be located here, otherwise illegal forward reference.
values() - Static method in enum org.apache.directory.server.ldap.replication.consumer.ReplicationStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
A list of all the reference identifier type constants.
values() - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
values() - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.adAndOr.AdAndOrStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.adKdcIssued.AdKDCIssuedStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.apRep.ApRepStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.apReq.ApReqStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.asRep.AsRepStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.asReq.AsReqStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.authenticator.AuthenticatorStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.changePwdData.ChangePasswdDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.checksum.ChecksumStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encApRepPart.EncApRepPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encAsRepPart.EncAsRepPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.EncKdcRepPart.EncKdcRepPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encKrbCredPart.EncKrbCredPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encKrbPrivPart.EncKrbPrivPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encTgsRepPart.EncTgsRepPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encTicketPart.EncTicketPartStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2StatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfo2Entry.ETypeInfo2EntryStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.etypeInfoEntry.ETypeInfoEntryStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.hostAddress.HostAddressStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.hostAddresses.HostAddressesStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.kdcReqBody.KdcReqBodyStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.KerberosMessageStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbCred.KrbCredStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbCredInfo.KrbCredInfoStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbError.KrbErrorStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbPriv.KrbPrivStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbSafe.KrbSafeStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.krbSafeBody.KrbSafeBodyStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.lastReq.LastReqStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.methodData.MethodDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.padata.PaDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.paEncTsEnc.PaEncTsEncStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.tgsRep.TgsRepStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.ticket.TicketStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.transitedEncoding.TransitedEncodingStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.typedData.TypedDataStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.AuthorizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.HostAddrType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.LastReqType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.PaDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.crypto.checksum.ChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
A List of all the error type constants.
values() - Static method in enum org.apache.directory.shared.kerberos.flags.TicketFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.KerberosMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTreeCursor<V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO ValueTreeCursor.
ValueTreeCursor(ValueCursor<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
VendorClassIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by DHCP clients to optionally identify the vendor type and configuration of a DHCP client.
VendorClassIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.VendorClassIdentifier
 
VendorSpecificInformation - Class in org.apache.directory.server.dhcp.options.misc
This option is used by clients and servers to exchange vendor- specific information.
VendorSpecificInformation() - Constructor for class org.apache.directory.server.dhcp.options.misc.VendorSpecificInformation
 
VERIFICATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
verify(PrincipalStoreEntry, byte[]) - Method in class org.apache.directory.server.kerberos.sam.SamSubsystem
Uses the principal entry information to load the approapriate SamVerifier and verify the Single-use password.
verify(KerberosPrincipal, byte[]) - Method in interface org.apache.directory.server.kerberos.sam.SamVerifier
Verifies the single use password supplied.
verifyAuthHeader(ApReq, Ticket, EncryptionKey, long, ReplayCache, boolean, InetAddress, CipherTextHandler, KeyUsage, boolean) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
verifyChecksum(Checksum, byte[], byte[], KeyUsage) - Method in class org.apache.directory.server.kerberos.shared.crypto.checksum.ChecksumHandler
Verify a checksum by providing the raw bytes and an (optional) key for keyed checksums.
verifyInstallation() - Method in class org.apache.directory.server.core.api.AbstractLayout
Verifies the installation by checking required directories and files.
verifyTgt(TicketGrantingContext) - Static method in class org.apache.directory.server.kerberos.kdc.ticketgrant.TicketGrantingService
 
VERSION_0X501 - Static variable in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
VERSION_0X501_BYTES - Static variable in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Byte array constant for keytab file format 5.1.
VERSION_0X502 - Static variable in class org.apache.directory.server.kerberos.shared.keytab.Keytab
 
VERSION_0X502_BYTES - Static variable in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Byte array constant for keytab file format 5.2.
visit(ExprNode) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Visit the tree, normalizing the leaves and recusrsively visit the branches.
visit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor

W

waitForDelay(int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
WebApp - Class in org.apache.directory.server.integration.http
A class to configure a web application
WebApp() - Constructor for class org.apache.directory.server.integration.http.WebApp
 
WEEK - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a week.
WellKnownServicesRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.4.2.
WellKnownServicesRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.WellKnownServicesRecordEncoder
 
WhoAmIHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the WhoAmI extended request operation
WhoAmIHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
 
WINDOWS_FILE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
withReverse - Variable in class org.apache.directory.server.xdbm.AbstractIndex
Tells if this index has a Reverse table
wkDirPath - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
a custom working directory path when specified in configuration
wkDirPath - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
a custom working directory path when specified in configuration
wrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
NOT IMPLEMENTED
write(CredentialsCache) - Method in class org.apache.directory.kerberos.credentials.cache.CacheOutputStream
 
write(File) - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Write the keytab to a File.
write(byte[], List<KeytabEntry>) - Method in class org.apache.directory.server.kerberos.shared.keytab.KeytabEncoder
Write the keytab version and entries into a ByteBuffer.
writeExternal(ObjectOutput) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
writeFile(ByteBuffer, File) - Method in class org.apache.directory.server.kerberos.shared.keytab.Keytab
Write the contents of the ByteBuffer to a File.
writeTo(ByteBuffer) - Method in class org.apache.directory.server.dhcp.options.DhcpOption
 
writeTo(ByteBuffer) - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
Writes this NtpTimeStamp to the given ByteBuffer.
writeToFile(File) - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration bean as LDIF to the given file.
writeToPath(String) - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration bean as LDIF to the given file.
writeToString() - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration to a String object.
WWV - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWV" reference identifier type.
WWVB - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWVB" reference identifier type.
WWVH - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWVH" reference identifier type.

X

XWindowDisplayManagers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses of systems that are running the X Window System Display Manager and are available to the client.
XWindowDisplayManagers() - Constructor for class org.apache.directory.server.dhcp.options.misc.XWindowDisplayManagers
 
XWindowFontServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of X Window System Font servers available to the client.
XWindowFontServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.XWindowFontServers
 

Y

YEAR_MILLIS - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.