| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
The AuthnSvcClient class provides web service clients with
 a method to SASL request to the Authentication Service and
 receive SASL response.
| Constructor Summary | |
| AuthnSvcClient() | |
| Method Summary | |
| static SASLResponse | sendRequest(SASLRequest saslReq,
            java.lang.String connectTo)Sends a SASLrequest to the Authentication Service SOAP
 endpoint and returns aSASLresponse. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public AuthnSvcClient()
| Method Detail | 
public static SASLResponse sendRequest(SASLRequest saslReq,
                                       java.lang.String connectTo)
                                throws AuthnSvcException
SASL request to the Authentication Service SOAP
 endpoint and returns a SASL response.saslReq - a SASL requestconnectTo - the SOAP endpoint URLSASL response from the Authentication ServiceAuthnSvcException - if authentication service is not available
            or there is an error in SASL request| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||