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

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

static class ServiceDescriptorRuleSet.AuthMethodRuleSet
extends org.apache.commons.digester.RuleSetBase


Field Summary
(package private) static java.lang.String GSI_SEC_CONV
           
(package private) static java.lang.String GSI_SEC_MSG
           
(package private) static java.lang.String GSI_SEC_TRANS
           
(package private) static java.lang.String NONE
           
(package private)  java.lang.String pattern
           
(package private) static java.lang.String PROT_LEVEL
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
ServiceDescriptorRuleSet.AuthMethodRuleSet(java.lang.String pattern_)
           
 
Method Summary
private  void addGSISecRules(org.apache.commons.digester.Digester digester, java.lang.String gsiSec, java.lang.String method)
           
 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

GSI_SEC_CONV

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

GSI_SEC_MSG

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

GSI_SEC_TRANS

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

NONE

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

PROT_LEVEL

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

pattern

java.lang.String pattern
Constructor Detail

ServiceDescriptorRuleSet.AuthMethodRuleSet

public ServiceDescriptorRuleSet.AuthMethodRuleSet(java.lang.String pattern_)
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

addGSISecRules

private void addGSISecRules(org.apache.commons.digester.Digester digester,
                            java.lang.String gsiSec,
                            java.lang.String method)