Uses of Package
org.apache.directory.server.protocol.shared.chain

Packages that use org.apache.directory.server.protocol.shared.chain
org.apache.directory.server.changepw.service   
org.apache.directory.server.dns.service   
org.apache.directory.server.kerberos.kdc   
org.apache.directory.server.kerberos.kdc.authentication   
org.apache.directory.server.kerberos.kdc.preauthentication   
org.apache.directory.server.kerberos.kdc.ticketgrant   
org.apache.directory.server.kerberos.shared.service   
org.apache.directory.server.protocol.shared.chain   
org.apache.directory.server.protocol.shared.chain.impl   
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.changepw.service
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
Filter
          A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.dns.service
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
Filter
          A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.kerberos.kdc
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.kerberos.kdc.authentication
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
Filter
          A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.kerberos.kdc.preauthentication
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.kerberos.kdc.ticketgrant
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
Filter
          A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.kerberos.shared.service
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Filter
          A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.protocol.shared.chain
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
 

Classes in org.apache.directory.server.protocol.shared.chain used by org.apache.directory.server.protocol.shared.chain.impl
Chain
          A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Command
          A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Context
          A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.