Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.plugins |
Defines Federation Adapter for Service Provider.
|
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
Modifier and Type | Method and Description |
---|---|
static FSResponse |
FSResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSResponse object. |
static FSResponse |
FSResponse.parseResponseXML(String xml)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FSDefaultSPAdapter.postSSOFederationFailure(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse,
int failureCode)
Invokes this method if the Single-Sign-On or Federation fails
for some reason.
|
boolean |
FederationSPAdapter.postSSOFederationFailure(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse,
int failureCode)
Deprecated.
Invokes after Single-Sign-On or Federation processing is failed.
|
boolean |
FSDefaultSPAdapter.postSSOFederationSuccess(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object ssoToken,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse)
Invokes this method after the successful Single Sign-On or Federation.
|
boolean |
FederationSPAdapter.postSSOFederationSuccess(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object ssoToken,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse)
Deprecated.
Invokes after Single-Sign-On and Federation processing is successful.
|
void |
FSDefaultSPAdapter.preSSOFederationProcess(String hostedProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse)
Invokes when the FM received the Single-Sign-On and Federation response
from the IDP, this is called before any processing started on SP side.
|
void |
FederationSPAdapter.preSSOFederationProcess(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
FSResponse samlResponse)
Deprecated.
Invokes when the FM received the Single-Sign-On and Federation response
from the IDP, this is called before any processing started on SP side.
|
Modifier and Type | Field and Description |
---|---|
protected FSResponse |
FSAssertionArtifactHandler.samlResponse |
Modifier and Type | Method and Description |
---|---|
FSResponse |
FSSSOBrowserArtifactProfileHandler.processSAMLRequest(FSSAMLRequest samlRequest)
Processes request with artifacts.
|
FSResponse |
FSSSOAndFedHandler.processSAMLRequest(FSSAMLRequest samlRequest)
Processes
SAML request. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.