Uses of Interface
org.apache.directory.shared.asn1.ber.grammar.IAction

Packages that use IAction
org.apache.directory.shared.asn1.ber.grammar   
org.apache.directory.shared.ldap.codec.actions   
 

Uses of IAction in org.apache.directory.shared.asn1.ber.grammar
 

Classes in org.apache.directory.shared.asn1.ber.grammar that implement IAction
 class GrammarAction
          A top level grammar class that store meta informations about the actions.
 

Methods in org.apache.directory.shared.asn1.ber.grammar that return IAction
 IAction GrammarTransition.getAction()
           
 

Constructors in org.apache.directory.shared.asn1.ber.grammar with parameters of type IAction
GrammarTransition(int previousState, int currentState, int currentTag, IAction action)
          Creates a new GrammarTransition object.
 

Uses of IAction in org.apache.directory.shared.ldap.codec.actions
 

Classes in org.apache.directory.shared.ldap.codec.actions that implement IAction
 class AttributeDescAction
          The action used to store the attribute description
 class ControlsInitAction
          The action used to initialize a control.
 class ControlValueAction
          The action used to set the value of a control.
 class ErrorMessageAction
          The action used to set the LdapResult error message.
 class InitAndFilterAction
          The action used to initialize the AND filter
 class InitApproxMatchFilterAction
          The action used to initialize the Approx Match filter
 class InitAssertionValueFilterAction
          The action used to initialize the Assertion Value filter
 class InitAttributeDescFilterAction
          The action used to initialize the AttributeDesc filter
 class InitAttributeDescListAction
          The action used to initialize the AttributeDesc list
 class InitEqualityMatchFilterAction
          The action used to initialize the Equality Match filter
 class InitExtensibleMatchFilterAction
          The action used to initialize the Extensible Match filter
 class InitGreaterOrEqualFilterAction
          The action used to initialize the Greater Or Equal filter
 class InitLessOrEqualFilterAction
          The action used to initialize the Less Or Equal filter
 class InitNotFilterAction
          The action used to initialize the NOT filter
 class InitOrFilterAction
          The action used to initialize the OR filter
 class InitPresentFilterAction
          The action used to initialize the Present filter
 class InitReferralsAction
          The action used to init referrals to a LdapTresult
 class InitSubstringsFilterAction
          The action used to initialize the Substrings filter
 class MatchedDNAction
          The action used to set the LdapResult matched DN.
 class ModifyAttributeValueAction
          The action used to store a Value to an modifyRequest
 class ReferralAction
          The action used to add a referral to a LdapTresult
 class ResponseAction
          The action used to store a Response to an ExtendedResponse
 class ResponseNameAction
          The action used to store a Response Name to an ExtendedResponse
 class ResultCodeAction
          The action used to set the LdapResult result code.
 class SearchResultAttributeValueAction
          The action used to store a Value to an search result entry
 class ServerSASLCredsAction
          The action used to store a SASL credentials
 class StoreAnyAction
          The action used to store a any value into a substring filter
 class StoreFinalAction
          The action used to store a final value into a substring filter
 class StoreMatchValueAction
          The action used to store a match value
 class StoreReferenceAction
          The action used to store a reference into a searchResultReference
 class StoreTypeMatchingRuleAction
          The action used to store a type matching rule
 class ValueAction
          The action used to store a Value to an AddRequest
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.