|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
true
if we are allowed to redirect to the given URL from the given HTTP request.
SecurityUtils.isSeraphFilteringDisabled(javax.servlet.ServletRequest)
or SecurityUtils.disableSeraphFiltering(javax.servlet.ServletRequest)
PathMapper
get(String)
and the getAll(String)
calls.
get(String)
calls and cacheAllMap to cache the
results of the getAll(String)
class.
RememberMeService
codeRememberMeService
codeRememberMeService
codeCookieHandler
, CookieEncoder
or CookieDecoder
instead.CookieUtils.decodePasswordCookie(String)
CookieEncoder
instead
CookieEncoder
instead
RememberMeService
codeRememberMeConfiguration
RememberMeToken
that should be suitable for most apps
Have a look at the DefaultRememberMeToken.builder(String)
methods to see how you can costruct them easily enoughRememberMeTokenGenerator
that should be enough for most apps
CookieUtils.encodePasswordCookie(String, String)
CookieEncoder
instead
CookieEncoder
instead
RememberMeService
codeRememberMeToken
returned will have the user name and random string set
CookieHandler
instead
RememberMeService
code
CookieHandler
instead
request
.
request
.
ApplicationServicesRegistry.setRememberMeService(RememberMeService)
or a NoopRememberMeService
if application has not set one.
Principal
authenticated for the given HttpServletRequest
.
Principal
authenticated for the given HttpServletRequest
.
Principal
for the HttpServletRequest
.
SimpleAbstractRoleMapper
, or implement RoleMapper directly. Deprecated since v2.2RememberMeService
codeCookieHandler
instead
CookieHandler
instead
RoleMapper
directly
RoleMapper
directly
RoleMapper
directly
BaseLoginFilter.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
and uses extracted user name and password to perform the check
ElevatedSecurityGuard
does nothing, as its name might suggestRememberMeService
to know what the name of the remember me cookie could be and how old it should be made and what path it should be
placed on and so on.RememberMeToken
objectsSecurityConfig
instances.ServletContext.getServerInfo()
into separate pieces.CookieHandler
instead
RememberMeService
for Seraph to use.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |