Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentication
-
Packages that use Authentication Package Description org.camunda.bpm.webapp.impl.security.auth org.camunda.bpm.webapp.impl.security.filter -
-
Uses of Authentication in org.camunda.bpm.webapp.impl.security.auth
Subclasses of Authentication in org.camunda.bpm.webapp.impl.security.auth Modifier and Type Class Description class
UserAuthentication
An authentication for a userFields in org.camunda.bpm.webapp.impl.security.auth declared as Authentication Modifier and Type Field Description static Authentication
Authentication. ANONYMOUS
Fields in org.camunda.bpm.webapp.impl.security.auth with type parameters of type Authentication Modifier and Type Field Description protected Map<String,Authentication>
Authentications. authentications
holds an entry for each processEngine->userId pair currently authenticatedMethods in org.camunda.bpm.webapp.impl.security.auth that return Authentication Modifier and Type Method Description Authentication
AuthenticationService. createAuthenticate(String engineName, String username)
Authentication
AuthenticationService. createAuthenticate(String engineName, String username, List<String> groupIds, List<String> tenantIds)
Authentication
AuthenticationService. createAuthenticate(ProcessEngine processEngine, String username, List<String> groupIds, List<String> tenantIds)
protected Authentication
ContainerBasedAuthenticationFilter. createAuthentication(ProcessEngine processEngine, String username, List<String> groups, List<String> tenants)
Authentication
Authentications. getAuthenticationForProcessEngine(String engineName)
Returns anAuthentication
for a provided process engine name or "null".Methods in org.camunda.bpm.webapp.impl.security.auth that return types with arguments of type Authentication Modifier and Type Method Description List<Authentication>
Authentications. getAuthentications()
Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentication Modifier and Type Method Description void
Authentications. addAuthentication(Authentication authentication)
Adds an authentication to the list of current authentications.static AuthenticationDto
AuthenticationDto. fromAuthentication(Authentication authentication)
protected boolean
ContainerBasedAuthenticationFilter. isAuthenticated(Authentication authentication, String engineName, String username)
static void
Authentications. revalidateSession(javax.servlet.http.HttpServletRequest request, Authentication authentication)
Invalidates the oldHttpSession
of the current request and creates a new one. -
Uses of Authentication in org.camunda.bpm.webapp.impl.security.filter
Methods in org.camunda.bpm.webapp.impl.security.filter that return Authentication Modifier and Type Method Description Authentication
Authorization. getAuthentication()
Methods in org.camunda.bpm.webapp.impl.security.filter with parameters of type Authentication Modifier and Type Method Description static Authorization
Authorization. denied(Authentication authentication)
static Authorization
Authorization. granted(Authentication authentication)
static Authorization
Authorization. grantedUnlessNull(Authentication authentication)
Constructors in org.camunda.bpm.webapp.impl.security.filter with parameters of type Authentication Constructor Description Authorization(Authentication authentication, boolean granted)
-