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.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
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 |
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.
|
void |
FSDefaultSPAdapter.preSSOFederationRequest(String hostedProviderID,
String idpProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest)
Invokes before federation manager sends the Single-Sing-On and Federation * request to IDP.
|
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 |
---|---|
FSAuthnRequest |
FSSessionManager.getAuthnRequest(String requestID)
Returns authentication request associated with
requestID . |
FSAuthnRequest |
FSSessionManager.getProxySPAuthnRequest(String requestID)
Returns proxy authentication request.
|
Modifier and Type | Method and Description |
---|---|
FSAssertionArtifactHandler |
FSServiceManager.getAssertionArtifactHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
FSAuthnResponse authnResponse,
com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType idpDescriptor,
String idpEntityId)
Returns handler at
SP side which will handle fed/sso
profile. |
FSSSOLECPProfileHandler |
FSServiceManager.getLECPProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
String realm)
Returns handler at
IDP that handles LECP
profile. |
String |
FSIDPProxy.getPreferredIDP(FSAuthnRequest authnRequest,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
This method is deprecated.
|
String |
FSIDPProxyImpl.getPreferredIDP(FSAuthnRequest authnRequest,
String hostEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Returns the preferred IDP.
|
String |
FSRealmIDPProxyImpl.getPreferredIDP(FSAuthnRequest authnRequest,
String realm,
String hostEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the preferred IDP.
|
String |
FSRealmIDPProxy.getPreferredIDP(FSAuthnRequest authnRequest,
String realm,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Returns the preferred IDP.
|
FSSSOAndFedHandler |
FSServiceManager.getSSOAndFedHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
String realm)
Returns handler at
IDP side that handles single sign on and
federation requests. |
void |
FSSessionManager.setAuthnRequest(String requestID,
FSAuthnRequest authnRequest)
Sets authentication request.
|
void |
FSSessionManager.setProxySPAuthnRequest(String requestID,
FSAuthnRequest authnRequest)
Sets proxy authentication request.
|
Modifier and Type | Field and Description |
---|---|
protected FSAuthnRequest |
FSSSOAndFedHandler.authnRequest |
protected FSAuthnRequest |
FSAssertionArtifactHandler.authnRequest |
Modifier and Type | Method and Description |
---|---|
FSAuthnRequest |
FSAssertionArtifactHandler.getAuthnRequest()
Gets
FSAuthnRequest object. |
protected FSAuthnRequest |
FSAssertionArtifactHandler.getInResponseToRequest(String requestID) |
protected FSAuthnRequest |
FSBrowserArtifactConsumerHandler.getInResponseToRequest(String requestID) |
Modifier and Type | Method and Description |
---|---|
protected FSAccountFedInfo |
FSSSOAndFedHandler.doAccountFederation(Object ssoToken,
FSAuthnRequest authnRequest,
FSSession session) |
protected boolean |
FSSSOAndFedHandler.isIDPProxyEnabled(FSAuthnRequest authnRequest)
Checks if the identity provider is configured for proxying the
authentication requests for a requesting service provider.
|
void |
FSSSOAndFedHandler.processAuthnRequest(FSAuthnRequest authnRequest,
boolean bPostAuthn)
Processes authentication request.
|
void |
FSSSOBrowserArtifactProfileHandler.processAuthnRequest(FSAuthnRequest authnRequest,
boolean bPostAuthn)
Processes authentication request.
|
void |
FSSSOLECPProfileHandler.processLECPAuthnRequest(FSAuthnRequest authnRequest)
Processes
LECP authentication request. |
boolean |
FSSSOAndFedHandler.processPostAuthnSSO(FSAuthnRequest authnRequest)
Handles authentication request after local login.
|
boolean |
FSSSOAndFedHandler.processPreAuthnSSO(FSAuthnRequest authnRequest)
Handles authentication request.
|
protected void |
FSIntersiteTransferService.sendAuthnRequestPost(javax.servlet.http.HttpServletResponse response,
String destination,
FSAuthnRequest authnRequest) |
protected void |
FSSSOAndFedHandler.sendProxyAuthnRequest(FSAuthnRequest authnRequest,
String preferredIDP)
Sends a new AuthnRequest to the authenticating provider.
|
void |
FSAssertionArtifactHandler.setAuthnRequest(FSAuthnRequest authnRequest)
Sets
FSAuthnRequest object. |
protected boolean |
FSSSOAndFedHandler.verifyRequestSignature(FSAuthnRequest authnRequest) |
Constructor and Description |
---|
FSAssertionArtifactHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType idpDescriptor,
String idpEntityId,
FSAuthnRequest authnRequest,
boolean doFederate,
String relayState)
Constructs a
FSAssertionArtifactHandler object. |
FSBrowserPostConsumerHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType idpDescriptor,
String idpEntityId,
FSAuthnRequest authnRequest,
boolean doFederate,
String relayState)
Constructs a
FSBrowserPostConsumerHandler object. |
FSLECPConsumerHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType idpDescriptor,
String idpEntityId,
FSAuthnRequest authnRequest,
boolean doFederate,
String relayState)
Constructs a
FSLECPConsumerHandler object. |
FSProxyHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState,
Object ssoToken)
Constructor.
|
FSSSOAndFedHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
FSSSOAndFedHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState,
Object ssoToken)
Constructor.
|
FSSSOBrowserArtifactProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
FSSSOBrowserPostProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
FSSSOLECPProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
FSSSOWMLPostProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
FSWMLPostConsumerHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType idpDescriptor,
String idpEntityId,
FSAuthnRequest authnRequest,
boolean doFederate,
String relayState)
Constructs a
FSWMLPostConsumerHandler object. |
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–2025 Open Identity Platform Community. All rights reserved.