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.termination |
Handles
ID-FF federation termination. |
Modifier and Type | Method and Description |
---|---|
static FSFederationTerminationNotification |
FSFederationTerminationNotification.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSFederationTerminationNotification object. |
static FSFederationTerminationNotification |
FSFederationTerminationNotification.parseXML(String xml)
Deprecated.
Returns the
FSAuthnRequest object. |
Modifier and Type | Method and Description |
---|---|
void |
FSDefaultSPAdapter.postTerminationNotificationSuccess(String hostedProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userDN,
FSFederationTerminationNotification notification,
String termProfile)
Invokes after the service provider successfully terminates federation
with IDP.
|
void |
FederationSPAdapter.postTerminationNotificationSuccess(String hostedEntityID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userDN,
FSFederationTerminationNotification notification,
String termProfile)
Deprecated.
Invokes after the service provider successfully terminates federation
with IDP.
|
Modifier and Type | Method and Description |
---|---|
FSFedTerminationHandler |
FSServiceManager.getFedTerminationHandler(FSFederationTerminationNotification terminationRequest,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType hostedConfig,
String realm,
String hostedEntityId,
String hostedProviderRole,
String metaAlias,
String remoteEntityId) |
Modifier and Type | Method and Description |
---|---|
boolean |
FSFedTerminationHandler.processSOAPTerminationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSFederationTerminationNotification reqTermination)
Processes the termination request received from a
remote provider.
|
void |
FSFedTerminationHandler.processTerminationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSFederationTerminationNotification reqTermination)
Processes the termination request received from a
remote provider.
|
boolean |
FSFedTerminationHandler.setUserID(FSFederationTerminationNotification reqTermination)
Finds the user based on the termination request received from a remote
provider.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.