Package | Description |
---|---|
org.securityfilter.authenticator | |
org.securityfilter.realm |
Modifier and Type | Method and Description |
---|---|
boolean |
FormAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
The login and error pages should be viewable, even if they would otherwise be blocked by a security constraint.
|
boolean |
Authenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request.
|
boolean |
CookieAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Controls which pages must be visible without authorisation (login, error and logout)
|
boolean |
BasicAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request.
|
boolean |
FormDomainCookieTokenAuthenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response) |
boolean |
FormAuthenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
Process any login information that was included in the request, if any.
|
boolean |
Authenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
Process any login information that was included in the request, if any.
|
boolean |
ExtendedFormAuthenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response) |
boolean |
CookieAuthenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
Process the login information stored in the cookie, named "AuthInfo".
|
boolean |
BasicAuthenticator.processLogin(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response)
Process any login information that was included in the request, if any.
|
boolean |
FormDomainCookieTokenAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
FormAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
boolean |
Authenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
boolean |
ExtendedFormAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
CookieAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
BasicAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
Modifier and Type | Method and Description |
---|---|
Principal |
FlexibleRealmInterface.authenticate(SecurityRequestWrapper credentials)
Authenticate a user.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.