Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentications
-
Uses of Authentications in org.camunda.bpm.webapp.impl.security
Modifier and TypeMethodDescriptionstatic <T> T
SecurityActions.runWithAuthentications
(SecurityActions.SecurityAction<T> action, Authentications authentications) -
Uses of Authentications in org.camunda.bpm.webapp.impl.security.auth
Modifier and TypeMethodDescriptionstatic Authentications
AuthenticationUtil.getAuthsFromSession
(javax.servlet.http.HttpSession session) Allows obtaining anAuthentications
object from theHttpSession
.static Authentications
Authentications.getCurrent()
Returns the authentications for the current thread.Modifier and TypeMethodDescriptionprotected boolean
ContainerBasedAuthenticationFilter.existisAuthentication
(Authentications authentications, String engineName, String username) static void
Authentications.setCurrent
(Authentications auth) sets theAuthentications
for the current thread in a thread local.static void
AuthenticationUtil.updateCache
(Authentications authentications, javax.servlet.http.HttpSession session, long cacheTimeToLive) Update/remove authentications when cache validation time (= x + TTL) is due.static void
AuthenticationUtil.updateSession
(javax.servlet.http.HttpSession session, Authentications authentications) Store authentications in current session.