org.globus.wsrf.impl.security.descriptor
Class NoneAuthMethod

java.lang.Object
  extended byorg.globus.wsrf.impl.security.descriptor.NoneAuthMethod
All Implemented Interfaces:
AuthMethod, java.io.Serializable

public class NoneAuthMethod
extends java.lang.Object
implements AuthMethod

See Also:
Serialized Form

Field Summary
private static NoneAuthMethod instance
           
 
Constructor Summary
NoneAuthMethod()
           
 
Method Summary
static NoneAuthMethod getInstance()
           
 java.lang.String getName()
          Returns a string that identifies the method
 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

instance

private static NoneAuthMethod instance
Constructor Detail

NoneAuthMethod

public NoneAuthMethod()
Method Detail

getInstance

public static NoneAuthMethod getInstance()

isAuthenticated

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

getName

public java.lang.String getName()
Description copied from interface: AuthMethod
Returns a string that identifies the method

Specified by:
getName in interface AuthMethod