Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.plugins |
Defines Federation Adapter for Service Provider.
|
Modifier and Type | Method and Description |
---|---|
FSAuthnResponse |
FSAuthnResponseEnvelope.getAuthnResponse()
Deprecated.
Returns the
FSAuthnResponse object. |
static FSAuthnResponse |
FSAuthnResponse.parseAuthnResponseXML(String xml)
Deprecated.
Creates
FSAuthnResponse object from XML Schema. |
static FSAuthnResponse |
FSAuthnResponse.parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSAutnResponse object by parsing a
Base64 encoding XML string. |
Modifier and Type | Method and Description |
---|---|
void |
FSAuthnResponseEnvelope.setAuthnResponse(FSAuthnResponse authnResponse)
Deprecated.
Sets the
FSAuthnResponse object. |
Constructor and Description |
---|
FSAuthnResponseEnvelope(FSAuthnResponse authnResponse)
Deprecated.
Constructor create
FSAuthnResponseEnvelope object. |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.