public interface SAML2IDPFinder
SAML2IDPFinder
is used to find a list of
preferred Identity Authenticating providers to service the authentication
request.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 providerID's.
|
List getPreferredIDP(AuthnRequest authnRequest, String hostProviderID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws SAML2Exception
authnRequest
- original authnrequesthostProviderID
- hosted providerID.realm
- Realmrequest
- HttpServletRequestresponse
- HttpServletResponseSAML2Exception
- if error occurs.Copyright © 2010-2018, ForgeRock All Rights Reserved.