com.sun.identity.federation.services
インタフェース FSIDPProxy


推奨されていません。 This SPI is deprecated.

public interface FSIDPProxy

This interface FSIDPProxy is used to find a preferred Identity Authenticating provider to proxy the authentication request.

関連項目:
FSRealmIDPProxy

メソッドの概要
 String getPreferredIDP(FSAuthnRequest authnRequest, String hostProviderID, HttpServletRequest request, HttpServletResponse response)
          推奨されていません。 This method is deprecated.
 

メソッドの詳細

getPreferredIDP

String getPreferredIDP(FSAuthnRequest authnRequest,
                       String hostProviderID,
                       HttpServletRequest request,
                       HttpServletResponse response)
推奨されていません。 This method is deprecated.

Returns the preferred IDP.

パラメータ:
authnRequest - original authnrequest
hostProviderID - ProxyIDP providerID.
request - HttpServletRequest
response - HttpServletResponse
戻り値:
providerID of the authenticating provider to be proxied. null to disable the proxying and continue for the local authenticating provider.
例外:
FSRedirectException - if redirect was done
関連項目:
FSRealmIDPProxy