@Deprecated public class AuthnSvcClient extends Object
AuthnSvcClient
class provides web service clients with
a method to SASL
request to the Authentication Service and
receive SASL
response.Constructor and Description |
---|
AuthnSvcClient()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SASLResponse |
sendRequest(SASLRequest saslReq,
String connectTo)
Deprecated.
Sends a
SASL request to the Authentication Service SOAP
endpoint and returns a SASL response. |
public static SASLResponse sendRequest(SASLRequest saslReq, 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
requestCopyright © 2010-2018, ForgeRock All Rights Reserved.