public interface IdentityProviderMapping
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentityProviderOrErrorURL(javax.servlet.http.HttpServletRequest req,
java.lang.String errorMsg,
java.lang.String acsUrl,
java.util.ArrayList<java.lang.String> ssoUrls)
Maps a HttpServletRequest to a valid URL.
|
java.lang.String getIdentityProviderOrErrorURL(javax.servlet.http.HttpServletRequest req, java.lang.String errorMsg, java.lang.String acsUrl, java.util.ArrayList<java.lang.String> ssoUrls) throws NotImplementedException
req
- the HttpServletRequesterrorMsg
- the StringacsUrl
- the String of AssertionConsumerService URLssoUrl
- the ArrayList of Single-SignOn service URLsNotImplementedException
- if this implementation is not supported.