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. |
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 |
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 | 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. |
Modifier and Type | Field and Description |
---|---|
protected FSAuthnResponse |
FSLECPConsumerHandler.authnResponse |
protected FSAuthnResponse |
FSAssertionArtifactHandler.authnResponse |
protected FSAuthnResponse |
FSBrowserPostConsumerHandler.authnResponse |
protected FSAuthnResponse |
FSWMLPostConsumerHandler.authnResponse |
Modifier and Type | Method and Description |
---|---|
protected FSAuthnResponse |
FSSSOAndFedHandler.createAuthnResponse(Object ssoToken,
String inResponseTo,
NameIdentifier userHandle,
NameIdentifier idpHandle) |
Modifier and Type | Method and Description |
---|---|
void |
FSAssertionArtifactHandler.processAuthnResponse(FSAuthnResponse authnResponse)
Processes
FSAuthnResponse . |
protected void |
FSSSOWMLPostProfileHandler.sendAuthnResponse(FSAuthnResponse authnResponse) |
protected void |
FSSSOAndFedHandler.sendAuthnResponse(FSAuthnResponse authnResponse) |
protected void |
FSSSOLECPProfileHandler.sendAuthnResponse(FSAuthnResponse authnResponse) |
protected void |
FSSSOBrowserPostProfileHandler.sendAuthnResponse(FSAuthnResponse authnResponse) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.