public class ASelectFilterAuthenticator extends Object implements org.securityfilter.authenticator.Authenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_NO_ASELECT_TICKET |
static String |
ERROR_USERNAME_NOT_AUTHORIZED |
protected org.securityfilter.realm.SecurityRealmInterface |
realm |
protected String |
realmName |
| Constructor and Description |
|---|
ASelectFilterAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bypassSecurityForThisRequest(org.securityfilter.filter.SecurityRequestWrapper request,
org.securityfilter.filter.URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request.
|
String |
getAuthMethod()
Returns ASELECTFILTER as the authentication method.
|
void |
init(javax.servlet.FilterConfig filterConfig,
org.securityfilter.config.SecurityConfig securityConfig)
Initialize this Authenticator.
|
boolean |
processLogin(org.securityfilter.filter.SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
Process any login information that was included in the request, if any.
|
boolean |
processLogout(org.securityfilter.filter.SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
org.securityfilter.filter.URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
void |
showLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected org.securityfilter.realm.SecurityRealmInterface realm
protected String realmName
public static final String ERROR_NO_ASELECT_TICKET
public static final String ERROR_USERNAME_NOT_AUTHORIZED
public void init(javax.servlet.FilterConfig filterConfig,
org.securityfilter.config.SecurityConfig securityConfig)
throws Exception
init in interface org.securityfilter.authenticator.AuthenticatorfilterConfig - securityConfig - Exceptionpublic String getAuthMethod()
getAuthMethod in interface org.securityfilter.authenticator.Authenticatorpublic boolean processLogin(org.securityfilter.filter.SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
throws Exception
processLogin in interface org.securityfilter.authenticator.Authenticatorrequest - response - Exceptionpublic void showLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
showLogin in interface org.securityfilter.authenticator.AuthenticatorIOExceptionpublic boolean bypassSecurityForThisRequest(org.securityfilter.filter.SecurityRequestWrapper request,
org.securityfilter.filter.URLPatternMatcher patternMatcher)
bypassSecurityForThisRequest in interface org.securityfilter.authenticator.Authenticatorrequest - patternMatcher - public boolean processLogout(org.securityfilter.filter.SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
org.securityfilter.filter.URLPatternMatcher patternMatcher)
processLogout in interface org.securityfilter.authenticator.Authenticatorrequest - response - patternMatcher - Copyright © 2015. All rights reserved.