org.xmlsoap.schemas.ws._2005._02.trust.impl
Class SecurityTokenServiceSOAPBindingImpl

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2005._02.trust.impl.SecurityTokenServiceSOAPBindingImpl
All Implemented Interfaces:
java.rmi.Remote, SecurityTokenService

public class SecurityTokenServiceSOAPBindingImpl
extends java.lang.Object
implements SecurityTokenService

Binds the framework generated skeleton code to the Higgins STS implementation. Configure the framework to load an implementation of the org.eclipse.higgins.sts.server.SecurityTokenService interface by setting the SECURITY_TOKEN_SERVICE_FACTORY_CLASS property in the /org/xmlsoap/schemas/ws/_2005/_02/trust/impl/SecurityTokenServiceSOAPBindingImpl.properties file to the name of a Factory class that returns an instance of an object that implements that interface. Class was originally auto-generated from WSDL by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.

Author:
mikemci@us.ibm.com

Constructor Summary
SecurityTokenServiceSOAPBindingImpl()
          Constructor that initializes the class
 
Method Summary
 RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType RST)
          This method is called each time the framework receives a RequestSecurityToken message requesting a single RequestSecurityTokenResponse.
 RequestSecurityTokenResponseType[] requestSecurityToken2(RequestSecurityTokenType RST)
          This method is called each time the framework receives a RequestSecurityToken message requesting a RequestSecurityTokenResponseCollection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTokenServiceSOAPBindingImpl

public SecurityTokenServiceSOAPBindingImpl()
Constructor that initializes the class

Method Detail

requestSecurityToken

public RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType RST)
This method is called each time the framework receives a RequestSecurityToken message requesting a single RequestSecurityTokenResponse.

Specified by:
requestSecurityToken in interface SecurityTokenService
Parameters:
RST - the received RequestSecurityToken element
Returns:
RequestSecurityTokenResponse element

requestSecurityToken2

public RequestSecurityTokenResponseType[] requestSecurityToken2(RequestSecurityTokenType RST)
                                                         throws java.rmi.RemoteException
This method is called each time the framework receives a RequestSecurityToken message requesting a RequestSecurityTokenResponseCollection.

Specified by:
requestSecurityToken2 in interface SecurityTokenService
Parameters:
RST - the received RequestSecurityToken element
Returns:
RequestSecurityTokenResponse element(s)
Throws:
java.rmi.RemoteException