org.globus.wsrf.impl.security.descriptor
Class AuthMethodParser
java.lang.Object
org.globus.wsrf.impl.security.descriptor.AuthMethodParser
- All Implemented Interfaces:
- ElementHandler, java.io.Serializable
- public class AuthMethodParser
- extends java.lang.Object
- implements ElementHandler
Handles <auth-method> element of the security descriptor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i18n
private static org.globus.util.I18n i18n
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_GSI_TRANSPORT
public static final java.lang.String AUTH_GSI_TRANSPORT
- See Also:
- Constant Field Values
AUTH_NONE
public static final java.lang.String AUTH_NONE
- See Also:
- Constant Field Values
AuthMethodParser
public AuthMethodParser(AuthMethodParserCallback callback)
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)