Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc |
Provides classes to manage liberty authentication service.
|
com.sun.identity.liberty.ws.authnsvc.mechanism |
Defines interface to handle different SASL mechanisms.
|
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 |
---|---|
static boolean |
AuthnSvcUtils.setResourceOfferingAndCredentials(SASLResponse saslResp,
Message message,
String userDN)
Sets resource offering and credentials to the SASL response based on
provided sso token.
|
Modifier and Type | Method and Description |
---|---|
SASLResponse |
SSOTokenMechanismHandler.processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Generates a SASL response according to the SASL request
|
SASLResponse |
CramMD5MechanismHandler.processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Generates a SASL response according to the SASL request.
|
SASLResponse |
PlainMechanismHandler.processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Generates a SASL response according to the SASL request.
|
SASLResponse |
MechanismHandler.processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Deprecated.
Generates a SASL response according to the SASL request.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.