public class SAML2IDPProxyImpl extends Object implements SAML2IDPFinder
SAML2IDPProxyImpl
is used to find a preferred Identity
Authenticating provider to proxy the authentication request.Constructor and Description |
---|
SAML2IDPProxyImpl()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
List |
getPreferredIDP(AuthnRequest authnRequest,
String hostProviderID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a list of preferred IDP providerIDs.
|
public List getPreferredIDP(AuthnRequest authnRequest, String hostProviderID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws SAML2Exception
getPreferredIDP
in interface SAML2IDPFinder
authnRequest
- original authnrequesthostProviderID
- ProxyIDP providerID.realm
- Realmrequest
- HttpServletRequestresponse
- HttpServletResponsenull
to disable the proxying and continue
for the localauthenticating provider.SAML2Exception
- if error occurs.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.