org.globus.wsrf.impl.security.descriptor
Interface GSIAuthMethodParser

All Superinterfaces:
ElementHandler, java.io.Serializable
All Known Implementing Classes:
GSIAuthMethodParserImpl, GSISecureMsgParserImpl, GSITransportParserImpl

public interface GSIAuthMethodParser
extends ElementHandler

Represents a GSI authentication mechanism


Method Summary
 AuthMethod getMethod()
           
 
Methods inherited from interface org.globus.wsrf.impl.security.descriptor.util.ElementHandler
parse
 

Method Detail

getMethod

public AuthMethod getMethod()