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 |
Handles
ID-FF federation profiles. |
com.sun.liberty |
Provides interfaces for Liberty federation framework.
|
Modifier and Type | Method and Description |
---|---|
FSAuthnRequest |
FSAuthnRequestEnvelope.getAuthnRequest()
Deprecated.
Returns the
FSAuthnRequest object. |
static FSAuthnRequest |
FSAuthnRequest.parseBASE64EncodedString(String encodedReq)
Deprecated.
Returns
FSAuthnRequest object. |
static FSAuthnRequest |
FSAuthnRequest.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSAuthnRequest object. |
static FSAuthnRequest |
FSAuthnRequest.parseXML(String xml)
Deprecated.
Returns the
FSAuthnRequest object. |
Modifier and Type | Method and Description |
---|---|
void |
FSAuthnRequestEnvelope.setAuthnRequest(FSAuthnRequest authnRequest)
Deprecated.
Sets the
FSAuthnRequest object. |
Constructor and Description |
---|
FSAuthnRequestEnvelope(FSAuthnRequest authnRequest,
String providerID,
String providerName,
String assertionConsumerServiceURL,
FSIDPList idpList,
boolean isPassive)
Deprecated.
Constructs a new
FSAuthnRequestEnvelope 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.
|
void |
FederationSPAdapter.preSSOFederationRequest(String hostedEntityID,
String idpEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest)
Deprecated.
Invokes before federation manager sends the Single-Sing-On and Federation
request to IDP.
|
Modifier and Type | Method and Description |
---|---|
String |
FSIDPProxy.getPreferredIDP(FSAuthnRequest authnRequest,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
This method is deprecated.
|
String |
FSRealmIDPProxy.getPreferredIDP(FSAuthnRequest authnRequest,
String realm,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Returns the preferred IDP.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LibertyManager.setAuthnRequest(FSAuthnRequest request,
String entityID)
Deprecated.
This method is deprecated.
|
static boolean |
LibertyManager.setAuthnRequest(FSAuthnRequest request,
String realm,
String entityID)
Sets the authentication request to be sent to identity provider.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.