org.globus.wsrf.security.impl.secconv
Interface SecureConversation

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AuthenticationServiceImpl, SecureConversationSOAPBindingStub

public interface SecureConversation
extends java.rmi.Remote


Method Summary
 RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType request)
           
 void requestSecurityTokenResponse(RequestSecurityTokenResponseTypeHolder response)
           
 

Method Detail

requestSecurityToken

public RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType request)
                                                      throws java.rmi.RemoteException,
                                                             MalformedMessageFaultType,
                                                             EncodingTypeNotSupportedFaultType,
                                                             BinaryExchangeFaultType,
                                                             TokenTypeNotSupportedFaultType,
                                                             ValueTypeNotSupportedFaultType,
                                                             RequestTypeNotSupportedFaultType
Throws:
java.rmi.RemoteException
MalformedMessageFaultType
EncodingTypeNotSupportedFaultType
BinaryExchangeFaultType
TokenTypeNotSupportedFaultType
ValueTypeNotSupportedFaultType
RequestTypeNotSupportedFaultType

requestSecurityTokenResponse

public void requestSecurityTokenResponse(RequestSecurityTokenResponseTypeHolder response)
                                  throws java.rmi.RemoteException,
                                         MalformedMessageFaultType,
                                         EncodingTypeNotSupportedFaultType,
                                         InvalidContextIdFaultType,
                                         BinaryExchangeFaultType,
                                         TokenTypeNotSupportedFaultType,
                                         ValueTypeNotSupportedFaultType,
                                         RequestTypeNotSupportedFaultType
Throws:
java.rmi.RemoteException
MalformedMessageFaultType
EncodingTypeNotSupportedFaultType
InvalidContextIdFaultType
BinaryExchangeFaultType
TokenTypeNotSupportedFaultType
ValueTypeNotSupportedFaultType
RequestTypeNotSupportedFaultType