org.globus.ogsa.impl.security.descriptor
Class GSISecureConvAuthMethod

java.lang.Object
  extended byorg.globus.ogsa.impl.security.descriptor.GSISecureConvAuthMethod
All Implemented Interfaces:
AuthMethod

public class GSISecureConvAuthMethod
extends java.lang.Object
implements AuthMethod


Field Summary
static GSISecureConvAuthMethod BOTH
           
static GSISecureConvAuthMethod INTEGRITY
           
static GSISecureConvAuthMethod PRIVACY
           
 
Constructor Summary
GSISecureConvAuthMethod(int type)
           
 
Method Summary
 java.lang.String getName()
           
 boolean isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOTH

public static final GSISecureConvAuthMethod BOTH

PRIVACY

public static final GSISecureConvAuthMethod PRIVACY

INTEGRITY

public static final GSISecureConvAuthMethod INTEGRITY
Constructor Detail

GSISecureConvAuthMethod

public GSISecureConvAuthMethod(int type)
Method Detail

isAuthenticated

public boolean isAuthenticated(javax.xml.rpc.handler.MessageContext ctx)
Specified by:
isAuthenticated in interface AuthMethod

getName

public java.lang.String getName()
Specified by:
getName in interface AuthMethod


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.