org.globus.ogsa.impl.security.descriptor
Class AuthMethodParser

java.lang.Object
  extended byorg.globus.ogsa.impl.security.descriptor.AuthMethodParser
All Implemented Interfaces:
ElementHandler

public class AuthMethodParser
extends java.lang.Object
implements ElementHandler


Field Summary
static java.lang.String AUTH_GSI_SEC_CONV
           
static java.lang.String AUTH_GSI_SEC_MSG
           
static java.lang.String AUTH_NONE
           
protected  AuthMethodParserCallback callback
           
static javax.xml.namespace.QName QNAME
           
 
Constructor Summary
AuthMethodParser(AuthMethodParserCallback callback)
           
 
Method Summary
static java.lang.String getAuthMethodsAsString(java.util.List methods)
           
 void parse(org.w3c.dom.Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME

public static final javax.xml.namespace.QName QNAME

callback

protected AuthMethodParserCallback callback

AUTH_GSI_SEC_MSG

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

AUTH_GSI_SEC_CONV

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

AUTH_NONE

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

AuthMethodParser

public AuthMethodParser(AuthMethodParserCallback callback)
Method Detail

parse

public void parse(org.w3c.dom.Element elem)
           throws ElementParserException
Specified by:
parse in interface ElementHandler
Throws:
ElementParserException

getAuthMethodsAsString

public static java.lang.String getAuthMethodsAsString(java.util.List methods)


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.