org.globus.ogsa.security.authentication
Interface SecureContextEstablishmentPortType

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
SecureConversationService
All Known Implementing Classes:
AuthenticationServiceImpl, SecureContextEstablishmentSOAPBindingStub

public interface SecureContextEstablishmentPortType
extends java.rmi.Remote


Method Summary
 ContextTokenOutType continueTokenExchange(ContextTokenType contextToken)
           
 ContextTokenOutType initTokenExchange(InitContextTokenType initContextToken)
           
 

Method Detail

continueTokenExchange

public ContextTokenOutType continueTokenExchange(ContextTokenType contextToken)
                                          throws java.rmi.RemoteException,
                                                 InvalidContextIdFault
Throws:
java.rmi.RemoteException
InvalidContextIdFault

initTokenExchange

public ContextTokenOutType initTokenExchange(InitContextTokenType initContextToken)
                                      throws java.rmi.RemoteException,
                                             MechanismTypeNotSupportedFault
Throws:
java.rmi.RemoteException
MechanismTypeNotSupportedFault


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