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
Authentications. getCurrent()
Returns the authentications for the current thread.static Authentications
Authentications. getFromSession(javax.servlet.http.HttpSession session)
Allows obtaining anAuthentications
object from theHttpSession
.Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentications Modifier and Type Method Description protected void
AuthenticationFilter. clearProcessEngineAuthentications(Authentications authentications)
protected 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
Authentications. updateSession(javax.servlet.http.HttpSession session, Authentications authentications)
-