Package com.sun.identity.saml2.plugins
Interface SAML2IDPFinder
- 
@SupportedAll public interface SAML2IDPFinder
This interfaceSAML2IDPFinderis used to find a list of preferred Identity Authenticating providers to service the authentication request. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListgetPreferredIDP(AuthnRequest authnRequest, String hostProviderID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Returns a list of preferred IDP providerID's. 
 - 
 
- 
- 
Method Detail
- 
getPreferredIDP
List getPreferredIDP(AuthnRequest authnRequest, String hostProviderID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws SAML2Exception
Returns a list of preferred IDP providerID's.- Parameters:
 authnRequest- original authnrequesthostProviderID- hosted providerID.realm- Realmrequest- HttpServletRequestresponse- HttpServletResponse- Returns:
 - a list of IDP providerID's or null if not found.
 - Throws:
 SAML2Exception- if error occurs.
 
 - 
 
 -