public interface HTTPRequestHandlerInterface
HTTPRequestHandlerInterface
provides the interfaces
to process methods required by AMHttpAuthModule
and
implememted by HTTPRequestHandler
Modifier and Type | Method and Description |
---|---|
String |
getLoginURL(javax.servlet.http.HttpServletRequest request)
Returns Login URL for client to be redirected.
|
void |
init(Map config)
Initialize the HTTP Request handler with a configuration map.
|
boolean |
shouldAuthenticate(Subject subject,
javax.servlet.http.HttpServletRequest request)
Checks whether client should be authenticated or not.
|
void init(Map config)
config
- the configuration map.boolean shouldAuthenticate(Subject subject, javax.servlet.http.HttpServletRequest request)
subject
- the subject that may be used by the callers
to store Principals and credentials validated in the request.request
- the HttpServletRequest
associated with
this Client message request.String getLoginURL(javax.servlet.http.HttpServletRequest request)
request
- the HttpServletRequest
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.