org.xmlsoap.schemas.ws._2005._02.trust.wsdl
Interface WSSecurityRequestor

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
WSSecurityRequestorSOAPBindingImpl, WSSecurityRequestorSOAPBindingSkeleton, WSSecurityRequestorSOAPBindingStub

public interface WSSecurityRequestor
extends java.rmi.Remote


Method Summary
 void challenge(RequestSecurityTokenResponseTypeHolder response)
           
 RequestSecurityTokenResponseType[] challenge2(RequestSecurityTokenResponseType response)
           
 void securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
           
 

Method Detail

securityTokenResponse

void securityTokenResponse(RequestSecurityTokenResponseType response)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

securityTokenResponse2

void securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

challenge

void challenge(RequestSecurityTokenResponseTypeHolder response)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

challenge2

RequestSecurityTokenResponseType[] challenge2(RequestSecurityTokenResponseType response)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException