com.sun.identity.wss.sts
Class TrustAuthorityClientImpl

java.lang.Object
  extended by com.sun.identity.wss.sts.TrustAuthorityClientImpl

public class TrustAuthorityClientImpl
extends Object

The class TrustAuthorityClientImpl is the implementation of TrustAuthorityClient class.


Constructor Summary
TrustAuthorityClientImpl()
          Creates a new instance of TrustAuthorityClientImpl
 
Method Summary
 Element getSTSTokenElement(String wspEndPoint, String stsEndpoint, String stsMexAddress, Object ssoToken)
          Returns security token element obtained from Security Token Service.
 

Constructor Detail

TrustAuthorityClientImpl

public TrustAuthorityClientImpl()
Creates a new instance of TrustAuthorityClientImpl

Method Detail

getSTSTokenElement

public Element getSTSTokenElement(String wspEndPoint,
                                  String stsEndpoint,
                                  String stsMexAddress,
                                  Object ssoToken)
                           throws FAMSTSException
Returns security token element obtained from Security Token Service.

Throws:
FAMSTSException