@Deprecated public interface FSRealmIDPProxy
FSRealmIDPProxy
is used to find a preferred
Identity Authenticating provider to proxy the authentication request.Modifier and Type | Method and Description |
---|---|
String |
getPreferredIDP(FSAuthnRequest authnRequest,
String realm,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Returns the preferred IDP.
|
String getPreferredIDP(FSAuthnRequest authnRequest, String realm, String hostProviderID, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FSRedirectException
authnRequest
- original authnrequestrealm
- The realm under which the entity resides.hostProviderID
- ProxyIDP providerID.request
- HttpServletRequestresponse
- HttpServletResponsenull
to disable the proxying and continue for the local
authenticating provider.FSRedirectException
- if redirect was doneCopyright © 2010-2018, ForgeRock All Rights Reserved.