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)
Sends a
SASL request to the Authentication Service SOAP
endpoint and returns a SASL response. |
Modifier and Type | Method and Description |
---|---|
Element |
SASLResponse.toElement()
Returns
SASLResponse in org.w3c.dom.Element
format. |
Element |
SASLRequest.toElement()
Returns
SASLRequest in org.w3c.dom.Element
format. |
Constructor and Description |
---|
SASLRequest(Element element)
Constructs a
SAMLRequest with a
org.w3c.dom.Element . |
SASLResponse(Element element)
Constructs a
SASLResponse with a
org.w3c.dom.Element . |
Copyright © 2010-2013, ForgeRock All Rights Reserved.