org.globus.wsrf.impl.security.descriptor
Class CredentialParamsParser

java.lang.Object
  extended byorg.globus.wsrf.impl.security.descriptor.CredentialParamsParser
All Implemented Interfaces:
ElementHandler

public class CredentialParamsParser
extends Object
implements ElementHandler


Field Summary
static String ATTRIB_NAME
           
protected  CredentialParamsParserCallback callback
           
static String CERT_FILE_NAME
           
static String CREDENTIAL_NAME
           
static QName CREDENTIAL_QNAME
           
static String KEY_FILE_NAME
           
static String PROXY_FILE_NAME
           
static QName PROXY_FILE_QNAME
           
 
Constructor Summary
CredentialParamsParser(CredentialParamsParserCallback callback)
           
 
Method Summary
 void parse(Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROXY_FILE_NAME

public static final String PROXY_FILE_NAME
See Also:
Constant Field Values

CREDENTIAL_NAME

public static final String CREDENTIAL_NAME
See Also:
Constant Field Values

KEY_FILE_NAME

public static final String KEY_FILE_NAME
See Also:
Constant Field Values

CERT_FILE_NAME

public static final String CERT_FILE_NAME
See Also:
Constant Field Values

ATTRIB_NAME

public static final String ATTRIB_NAME
See Also:
Constant Field Values

PROXY_FILE_QNAME

public static final QName PROXY_FILE_QNAME

CREDENTIAL_QNAME

public static final QName CREDENTIAL_QNAME

callback

protected CredentialParamsParserCallback callback
Constructor Detail

CredentialParamsParser

public CredentialParamsParser(CredentialParamsParserCallback callback)
Method Detail

parse

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


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.