org.globus.wsrf.impl.security.descriptor
Class CredentialParamsParser
java.lang.Object
org.globus.wsrf.impl.security.descriptor.CredentialParamsParser
- All Implemented Interfaces:
- ElementHandler, java.io.Serializable
- public class CredentialParamsParser
- extends java.lang.Object
- implements ElementHandler
Handles elements that are used to specify credentials in the
security descriptor, namely <proxy-file> and <credential>
- See Also:
- Serialized Form
|
Method Summary |
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 |
i18n
private static org.globus.util.I18n i18n
PROXY_FILE_NAME
public static final java.lang.String PROXY_FILE_NAME
- See Also:
- Constant Field Values
CREDENTIAL_NAME
public static final java.lang.String CREDENTIAL_NAME
- See Also:
- Constant Field Values
KEY_FILE_NAME
public static final java.lang.String KEY_FILE_NAME
- See Also:
- Constant Field Values
CERT_FILE_NAME
public static final java.lang.String CERT_FILE_NAME
- See Also:
- Constant Field Values
ATTRIB_NAME
public static final java.lang.String ATTRIB_NAME
- See Also:
- Constant Field Values
PROXY_FILE_QNAME
public static final javax.xml.namespace.QName PROXY_FILE_QNAME
CREDENTIAL_QNAME
public static final javax.xml.namespace.QName CREDENTIAL_QNAME
callback
protected CredentialParamsParserCallback callback
CredentialParamsParser
public CredentialParamsParser(CredentialParamsParserCallback callback)
parse
public void parse(org.w3c.dom.Element elem)
throws ElementParserException
- Specified by:
parse in interface ElementHandler
- Throws:
ElementParserException