Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
Modifier and Type | Field and Description |
---|---|
static Hashtable<String,IDPSession> |
IDPCache.idpSessionsByIndices
Cache saves the idp sessions.
|
static Hashtable<String,IDPSession> |
IDPCache.idpSessionsBySessionID
Cache saves the IDPSession per session ID.
|
Modifier and Type | Method and Description |
---|---|
static void |
IDPProxyUtil.initiateSPLogoutRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
String partner,
String spMetaAlias,
String realm,
LogoutRequest logoutReq,
SOAPMessage msg,
IDPSession idpSession,
String binding,
String relayState)
Initiates the Single logout request by the IDP Proxy to the
authenticating identity provider.
|
static void |
IDPProxyUtil.sendProxyLogoutRequestSOAP(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
SOAPMessage msg,
List partners,
IDPSession idpSession) |
Constructor and Description |
---|
IDPSessionCopy(IDPSession idpSession) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.