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.
|
com.sun.identity.liberty.ws.disco |
Provides interface to manage liberty discovery service.
|
com.sun.identity.liberty.ws.disco.common |
Defines constants and utilities for Liberty Discovery Service implementation.
|
com.sun.identity.liberty.ws.disco.plugins |
Defines plugin interface for Liberty Discovery Service implementation.
|
com.sun.identity.liberty.ws.dst.service |
Defines DST service.
|
com.sun.identity.liberty.ws.idpp |
Defines IDPP service.
|
com.sun.identity.liberty.ws.idpp.plugin |
Defines IDPP plugin.
|
com.sun.identity.liberty.ws.interaction |
Defines Interaction service.
|
com.sun.identity.liberty.ws.interfaces |
Defines Interaction service.
|
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
com.sun.identity.liberty.ws.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
Modifier and Type | Method and Description |
---|---|
Message |
AuthnSvcRequestHandlerImpl.processRequest(Message request)
Extracts SASL request out of a SOAP Message and processes it.
|
Modifier and Type | Method and Description |
---|---|
Message |
AuthnSvcRequestHandlerImpl.processRequest(Message request)
Extracts SASL request out of a SOAP Message and processes it.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
DiscoveryService.processRequest(Message request)
Processes request.
|
Modifier and Type | Method and Description |
---|---|
Message |
DiscoveryService.processRequest(Message request)
Processes request.
|
Modifier and Type | Method and Description |
---|---|
static Map |
DiscoUtils.checkPolicyAndHandleDirectives(String userDN,
Message message,
Collection results,
Authorizer authorizer,
SessionContext invoSession,
String wscID,
Object token)
Checks policy and returns resource offerings and credentials.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultHexResourceIDMapper.getUserID(String providerID,
String resourceID,
Message message)
Returns the ID of the user who has the resource ID in a provider.
|
String |
Default64ResourceIDMapper.getUserID(String providerID,
String resourceID,
Message message)
Returns the ID of the user who has the resource ID in a provider.
|
Modifier and Type | Method and Description |
---|---|
Message |
DSTRequestHandler.processRequest(Message msg)
Processes the request for the given personal profile service request.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
DSTRequestHandler.processDSTRequest(Object request,
Message msg,
Message response)
Processes query/modify request.
|
Message |
DSTRequestHandler.processRequest(Message msg)
Processes the request for the given personal profile service request.
|
Modifier and Type | Method and Description |
---|---|
Object |
PPRequestHandler.processDSTRequest(Object request,
Message requestMsg,
Message responseMsg)
Processes query/modify request.
|
com.sun.identity.liberty.ws.idpp.jaxb.ModifyResponseElement |
PPRequestHandler.processModifyRequest(com.sun.identity.liberty.ws.idpp.jaxb.ModifyElement modify,
String providerID,
Message requestMsg,
Document request)
Processes modify request.
|
com.sun.identity.liberty.ws.idpp.jaxb.QueryResponseElement |
PPRequestHandler.processQueryRequest(com.sun.identity.liberty.ws.idpp.jaxb.QueryElement query,
String providerID,
Message requestMsg,
Document request)
Processes Query Request.
|
Modifier and Type | Method and Description |
---|---|
String |
IDPPResourceIDMapper.getUserID(String providerID,
String resourceID,
Message message)
Gets the user ID by decrypting resource id
|
Modifier and Type | Method and Description |
---|---|
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement)
Deprecated.
|
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement,
String language)
Handles resource owner interactions on behalf of
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Resends a previously cached SOAP request message to
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
Message requestMessage)
Resends a SOAP request message to
WSP . |
Message |
InteractionManager.sendRequest(Message requestMessage,
String connectTo,
String certAlias,
String soapAction,
String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Sends SOAP request to
WSP . |
Modifier and Type | Method and Description |
---|---|
static List |
InteractionUtils.getInteractionLangauge(Message message)
Returns languages listed for the language attribute of the
UserInteraction header in the message. |
com.sun.identity.liberty.ws.interaction.jaxb.InteractionResponseElement |
InteractionManager.getInteractionResponseElement(Message requestMessage)
Gets interaction response that was gathered from resource owner
by
InteractionManager |
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement)
Deprecated.
|
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement,
String language)
Handles resource owner interactions on behalf of
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
Message requestMessage)
Resends a SOAP request message to
WSP . |
Message |
InteractionManager.sendRequest(Message requestMessage,
String connectTo,
String certAlias,
String soapAction,
String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Sends SOAP request to
WSP . |
Modifier and Type | Method and Description |
---|---|
String |
ResourceIDMapper.getUserID(String providerID,
String resourceID,
Message message)
Returns the ID of the user who has the resource ID in a provider.
|
Modifier and Type | Method and Description |
---|---|
static Element |
SecurityUtils.signMessage(Message m) |
static boolean |
SecurityUtils.verifyMessage(Message m)
Verify all the signatures of the of Message object passed
from Soap Binding.
|
Modifier and Type | Method and Description |
---|---|
Message |
SOAPFaultException.getSOAPFaultMessage()
Returns
Message containing SOAPFault . |
Message |
RequestHandler.processRequest(Message request)
Generates a response according to the request.
|
static Message |
Client.sendRequest(Message req,
String connectTo)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias,
String soapAction)
Sends a request to a SOAP endpoint and returns the response.
|
Modifier and Type | Method and Description |
---|---|
Object |
WebServiceAuthenticator.authenticate(Message message,
Subject subject,
Map state,
javax.servlet.http.HttpServletRequest request)
Authenticates a web service using its certificates.
|
static void |
Utils.enforceProcessingRules(Message message,
String requestMessageID,
boolean isServer)
Enforces message processiong rules defined in the spec.
|
Message |
RequestHandler.processRequest(Message request)
Generates a response according to the request.
|
static Message |
Client.sendRequest(Message req,
String connectTo)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias,
String soapAction)
Sends a request to a SOAP endpoint and returns the response.
|
Constructor and Description |
---|
SOAPFaultException(Message message)
Constructor.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.