org.globus.wsrf.impl.security.descriptor.tools
Class InterceptorRuleSet
java.lang.Object
org.apache.commons.digester.RuleSetBase
org.globus.wsrf.impl.security.descriptor.tools.InterceptorRuleSet
- All Implemented Interfaces:
- org.apache.commons.digester.RuleSet
public class InterceptorRuleSet
- extends org.apache.commons.digester.RuleSetBase
| Fields inherited from class org.apache.commons.digester.RuleSetBase |
namespaceURI |
|
Constructor Summary |
protected |
InterceptorRuleSet(java.lang.String _authzChain,
int _descType)
|
|
Method Summary |
void |
addRuleInstances(org.apache.commons.digester.Digester digester)
|
| Methods inherited from class org.apache.commons.digester.RuleSetBase |
getNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authzChain
java.lang.String authzChain
interceptor
java.lang.String interceptor
parameter
java.lang.String parameter
INTERCEPTOR_NAME
static final java.lang.String INTERCEPTOR_NAME
- See Also:
- Constant Field Values
PARAMETER_NAME
static final java.lang.String PARAMETER_NAME
- See Also:
- Constant Field Values
interceptorClass
java.lang.Class interceptorClass
InterceptorRuleSet
protected InterceptorRuleSet(java.lang.String _authzChain,
int _descType)
addRuleInstances
public void addRuleInstances(org.apache.commons.digester.Digester digester)
- Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet- Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase