org.globus.wsrf.security.descriptor
Interface AuthMethod

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

public interface AuthMethod
extends java.io.Serializable


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

Field Detail

BOTH_TYPE

public static final int BOTH_TYPE
See Also:
Constant Field Values

INTEGRITY_TYPE

public static final int INTEGRITY_TYPE
See Also:
Constant Field Values

PRIVACY_TYPE

public static final int PRIVACY_TYPE
See Also:
Constant Field Values
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