|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityProviderMapping
Implementing this interface enables WebSphere Security to redirect request to an URL for re-authentication or displaying error message upon authentication failure. Implementation of this interface must provide implementations for:
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 URLs
NotImplementedException
- if this implementation is not supported.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |