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> TSecurityActions. 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 AuthenticationsAuthentications. getCurrent()Returns the authentications for the current thread.static AuthenticationsAuthentications. getFromSession(javax.servlet.http.HttpSession session)Allows obtaining anAuthenticationsobject from theHttpSession.Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentications Modifier and Type Method Description protected voidAuthenticationFilter. clearProcessEngineAuthentications(Authentications authentications)protected booleanContainerBasedAuthenticationFilter. existisAuthentication(Authentications authentications, String engineName, String username)static voidAuthentications. setCurrent(Authentications auth)sets theAuthenticationsfor the current thread in a thread local.static voidAuthentications. updateSession(javax.servlet.http.HttpSession session, Authentications authentications)
-