Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentications
-
Packages that use Authentications Package Description org.camunda.bpm.webapp.impl.security org.camunda.bpm.webapp.impl.security.auth -
-
Uses of Authentications in org.camunda.bpm.webapp.impl.security
Methods in org.camunda.bpm.webapp.impl.security with parameters of type Authentications Modifier and Type Method Description static <T> T
SecurityActions. runWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications)
-
Uses of Authentications in org.camunda.bpm.webapp.impl.security.auth
Methods in org.camunda.bpm.webapp.impl.security.auth that return Authentications Modifier and Type Method Description static 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.Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentications Modifier and Type Method Description protected boolean
ContainerBasedAuthenticationFilter. existisAuthentication(Authentications authentications, java.lang.String engineName, java.lang.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.
-