Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc |
Provides classes to manage liberty authentication service.
|
com.sun.identity.liberty.ws.authnsvc.protocol |
Provides classes to manage liberty authentication service protocol.
|
Modifier and Type | Method and Description |
---|---|
static SASLResponse |
AuthnSvcClient.sendRequest(SASLRequest saslReq,
String connectTo)
Deprecated.
Sends a
SASL request to the Authentication Service SOAP
endpoint and returns a SASL response. |
Modifier and Type | Method and Description |
---|---|
Element |
SASLResponse.toElement()
Deprecated.
Returns
SASLResponse in org.w3c.dom.Element
format. |
Element |
SASLRequest.toElement()
Deprecated.
Returns
SASLRequest in org.w3c.dom.Element
format. |
Constructor and Description |
---|
SASLRequest(Element element)
Deprecated.
Constructs a
SAMLRequest with a
org.w3c.dom.Element . |
SASLResponse(Element element)
Deprecated.
Constructs a
SASLResponse with a
org.w3c.dom.Element . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.