Package | Description |
---|---|
com.sun.identity.authentication.server |
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
|
com.sun.identity.authentication.service |
Modifier and Type | Method and Description |
---|---|
AuthXMLRequest |
AuthXMLRequestParser.parseXML()
Parses the authentication request xml document.
|
static AuthXMLRequest |
AuthXMLRequest.parseXML(String xml,
javax.servlet.http.HttpServletRequest req)
This method is used primarily at the server side to reconstruct
a
AuthXMLRequest object based on the XML document
received from client. |
Modifier and Type | Method and Description |
---|---|
void |
AuthXMLResponse.setAuthXMLRequest(AuthXMLRequest authXMLReq) |
Modifier and Type | Method and Description |
---|---|
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
String sessionID,
boolean isLogout,
javax.servlet.http.HttpServletRequest req,
String indexType,
AuthXMLRequest xmlReq) |
static AuthContextLocal |
AuthUtils.getAuthContext(String providedOrgName,
String sessionID,
boolean isLogout,
javax.servlet.http.HttpServletRequest req,
String indexType,
AuthXMLRequest xmlReq,
boolean forceAuth) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.