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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GSISecureConvAuthMethod, GSISecureMsgAuthMethod, GSITransportAuthMethod, NoneAuthMethod

public interface AuthMethod
extends java.io.Serializable

Interface for representing authentication method.


Method Summary
 java.lang.String getName()
          Returns a string that identifies the method
 boolean isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)
           
 

Method Detail

isAuthenticated

public boolean isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)

getName

public java.lang.String getName()
Returns a string that identifies the method