|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlsoap.schemas.ws._2005._02.trust.impl.SecurityTokenServiceSOAPBindingImpl
public class SecurityTokenServiceSOAPBindingImpl
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.
| 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 |
|---|
public SecurityTokenServiceSOAPBindingImpl()
| Method Detail |
|---|
public RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType RST)
requestSecurityToken in interface SecurityTokenServiceRST - the received RequestSecurityToken element
public RequestSecurityTokenResponseType[] requestSecurityToken2(RequestSecurityTokenType RST)
throws java.rmi.RemoteException
requestSecurityToken2 in interface SecurityTokenServiceRST - the received RequestSecurityToken element
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||