Package | Description |
---|---|
com.sun.identity.federation.plugins |
Defines Federation Adapter for Service Provider.
|
Modifier and Type | Method and Description |
---|---|
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.