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
|
Method Summary |
java.lang.String |
getName()
Returns a string that identifies the method |
boolean |
isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)
|
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
isAuthenticated
public boolean isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)
getName
public java.lang.String getName()
- Returns a string that identifies the method