org.apache.axis2.security.trust.client
Class STSClient

java.lang.Object
  extended byorg.apache.axis2.security.trust.client.STSClient

public class STSClient
extends Object

Client to interact with a given SecurityTokenService


Constructor Summary
STSClient(String stsUrl, OutflowConfiguration outConfig, InflowConfiguration inConfig)
           
 
Method Summary
 RequestSecurityTokenResponse doRequest(RequestSecurityToken rst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSClient

public STSClient(String stsUrl,
                 OutflowConfiguration outConfig,
                 InflowConfiguration inConfig)
Method Detail

doRequest

public RequestSecurityTokenResponse doRequest(RequestSecurityToken rst)
                                       throws TrustException
Throws:
TrustException