|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpAuthenticationHandler
HTTP Callback Handler
| Method Summary | |
|---|---|
AuthenticationContext |
getAuthentication(HttpServletRequest request,
boolean create)
Acquire an AuthenticationContext object |
void |
returnAuthentication(HttpServletRequest request)
Return an Authentication object |
| Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler |
|---|
destroy, init |
| Method Detail |
|---|
AuthenticationContext getAuthentication(HttpServletRequest request,
boolean create)
throws ServletException,
TimeoutException
AuthenticationContext object
request - create - tells whther the Authentication should be
newly created or retrieved.
Authentication object
ServletException - if Authentication acquisition fails
TimeoutException - in case of timeout
void returnAuthentication(HttpServletRequest request)
throws ServletException,
TimeoutException
Authentication object
request -
ServletException - if Authentication return fails
TimeoutException - in case of timeout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||