|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthnRequestProvider
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:
Field Summary | |
---|---|
static java.lang.String |
AUTHN_REQUEST
Base64 encoded |
static java.lang.String |
RELAY_STATE
Unique identifier for preserving and conveying state information in SP, and is posted to SAML IdP. |
static java.lang.String |
REQUEST_ID
The ID for this |
static java.lang.String |
SSO_URL
The SAML authentication request protocol endpoint at the identity provider to which the |
Method Summary | |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
getAuthnRequest(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. |
Methods inherited from interface com.ibm.wsspi.security.web.saml.IdentityProviderMapping |
---|
getIdentityProviderOrErrorURL |
Field Detail |
---|
static final java.lang.String AUTHN_REQUEST
static final java.lang.String REQUEST_ID
static final java.lang.String RELAY_STATE
static final java.lang.String SSO_URL
Method Detail |
---|
java.util.HashMap<java.lang.String,java.lang.String> getAuthnRequest(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 |