Package | Description |
---|---|
org.camunda.bpm.webapp.impl.security | |
org.camunda.bpm.webapp.impl.security.auth |
Modifier and Type | Method and Description |
---|---|
static <T> T |
SecurityActions.runWithAuthentications(SecurityActions.SecurityAction<T> action,
Authentications authentications) |
Modifier and Type | Method and Description |
---|---|
static Authentications |
Authentications.getCurrent()
Returns the authentications for the current thread.
|
static Authentications |
Authentications.getFromSession(javax.servlet.http.HttpSession session)
Allows obtaining an
Authentications object from the
HttpSession . |
Modifier and Type | Method and Description |
---|---|
protected void |
AuthenticationFilter.clearProcessEngineAuthentications(Authentications authentications) |
static void |
Authentications.setCurrent(Authentications auth)
sets the
Authentications for the current thread in a thread local. |
static void |
Authentications.updateSession(javax.servlet.http.HttpSession session,
Authentications authentications) |
Copyright © 2015. All rights reserved.