public interface FSIDPProxy
FSIDPProxy
is used to find a preferred Identity
Authenticating provider to proxy the authentication request.FSRealmIDPProxy
Modifier and Type | Method and Description |
---|---|
String |
getPreferredIDP(FSAuthnRequest authnRequest,
String hostProviderID,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
This method is deprecated.
|
String getPreferredIDP(FSAuthnRequest authnRequest, String hostProviderID, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FSRedirectException
authnRequest
- original authnrequesthostProviderID
- ProxyIDP providerID.request
- HttpServletRequestresponse
- HttpServletResponsenull
to disable the proxying and continue for the local
authenticating provider.FSRedirectException
- if redirect was doneFSRealmIDPProxy
Copyright © 2010-2018, ForgeRock All Rights Reserved.