|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Authenticator - interface for a SecurityFilter authenticator module. Implementations correspond to an implementation method, such as FORM or BASIC (others are possible).
| Method Summary | |
boolean |
bypassSecurityForThisRequest(javax.servlet.http.HttpServletRequest request,
URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request. |
String |
getAuthMethod()
Get the auth method string for this authentication scheme. |
void |
init(javax.servlet.FilterConfig filterConfig,
SecurityConfig securityConfig)
Initialize this Authenticator. |
boolean |
processLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process any login information that was included in the request, if any. |
void |
showLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Show the login interface. |
| Method Detail |
public void init(javax.servlet.FilterConfig filterConfig,
SecurityConfig securityConfig)
throws Exception
filterConfig - securityConfig -
Exceptionpublic String getAuthMethod()
public boolean processLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
request - response -
Exception
public void showLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - response -
IOException
public boolean bypassSecurityForThisRequest(javax.servlet.http.HttpServletRequest request,
URLPatternMatcher patternMatcher)
throws Exception
request -
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||