org.globus.wsrf.impl.security.descriptor.tools
Class ServiceDescriptorRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.globus.wsrf.impl.security.descriptor.tools.ServiceDescriptorRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class ServiceDescriptorRuleSet
extends org.apache.commons.digester.RuleSetBase


Nested Class Summary
(package private) static class ServiceDescriptorRuleSet.AuthMethodRuleSet
           
(package private) static class ServiceDescriptorRuleSet.RunAsRule
           
(package private) static class ServiceDescriptorRuleSet.RunAsRuleSet
           
(package private) static class ServiceDescriptorRuleSet.RunAsValueCreation
           
 
Field Summary
(package private) static java.lang.String AUTH_METHOD
           
(package private) static java.lang.String METHOD
           
(package private) static java.lang.String METHOD_AUTH
           
(package private) static java.lang.String PREFIX
           
(package private) static java.lang.String RUN_AS
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
ServiceDescriptorRuleSet()
           
 
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
 

Field Detail

PREFIX

static final java.lang.String PREFIX
See Also:
Constant Field Values

RUN_AS

static final java.lang.String RUN_AS
See Also:
Constant Field Values

AUTH_METHOD

static final java.lang.String AUTH_METHOD
See Also:
Constant Field Values

METHOD_AUTH

static final java.lang.String METHOD_AUTH
See Also:
Constant Field Values

METHOD

static final java.lang.String METHOD
See Also:
Constant Field Values
Constructor Detail

ServiceDescriptorRuleSet

public ServiceDescriptorRuleSet()
Method Detail

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