com.sun.identity.liberty.ws.authnsvc
クラス AuthnSvcClient

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient

public class AuthnSvcClient
extends Object

The AuthnSvcClient class provides web service clients with a method to SASL request to the Authentication Service and receive SASL response.


コンストラクタの概要
AuthnSvcClient()
           
 
メソッドの概要
static SASLResponse sendRequest(SASLRequest saslReq, String connectTo)
          Sends a SASL request to the Authentication Service SOAP endpoint and returns a SASL response.
 

コンストラクタの詳細

AuthnSvcClient

public AuthnSvcClient()
メソッドの詳細

sendRequest

public static SASLResponse sendRequest(SASLRequest saslReq,
                                       String connectTo)
                                throws AuthnSvcException
Sends a SASL request to the Authentication Service SOAP endpoint and returns a SASL response.

パラメータ:
saslReq - a SASL request
connectTo - the SOAP endpoint URL
戻り値:
a SASL response from the Authentication Service
例外:
AuthnSvcException - if authentication service is not available or there is an error in SASL request