Interface IDPFinder
-
- All Superinterfaces:
SAMLPlugin
- All Known Subinterfaces:
SAML2IDPFinder
@EvolvingAll public interface IDPFinder extends SAMLPlugin
This interfaceIDPFinder
is used to find a list of preferred Identity Authenticating providers to service the authentication request.
-
-
Field Summary
-
Fields inherited from interface org.forgerock.openam.saml2.plugins.SAMLPlugin
HOSTED_ENTITY_ID, REALM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
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 providerIDrealm
- Realmrequest
- HttpServletRequestresponse
- HttpServletResponse- Returns:
- a list of IDP providerID's or null if not found
- Throws:
SAML2Exception
- if error occurs
-
-