abstractpublic class BaseSTSImpl implements BaseSTS(Code)
The Base class of an STS implementation. This could be used to implement
the actual STS. The sub class could override the methods of this class to
customize the implementation.
invoke(Source rstElement) Implementation of the invoke method of the Provider interface
Parameters: rstElement - The message comprising of RequestSecurityToken.
Implementation of the invoke method of the Provider interface
Parameters: rstElement - The message comprising of RequestSecurityToken. The response message comprising of RequestSecurityTokenResponse throws: WebServiceException - if there is an error processing request.The cause of the WebServiceException may be set to a subclassof ProtocolException to control the protocol levelrepresentation of the exception.