org.globus.wsrf.impl.security.authentication.secureConv
Class Authenticator

java.lang.Object
  |
  +--org.globus.wsrf.impl.security.authentication.secureConv.Authenticator

public class Authenticator
extends Object


Field Summary
protected  GSSContext context
           
protected  String contextId
           
 
Constructor Summary
Authenticator(GSSContext context)
           
 
Method Summary
 void authenticate(SecureContextEstablishmentPortType auth)
           
 GSSContext getContext()
           
 String getContextId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextId

protected String contextId

context

protected GSSContext context
Constructor Detail

Authenticator

public Authenticator(GSSContext context)
Method Detail

authenticate

public void authenticate(SecureContextEstablishmentPortType auth)
                  throws GSSException,
                         RemoteException

getContextId

public String getContextId()

getContext

public GSSContext getContext()


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.