Package | Description |
---|---|
org.camunda.bpm.webapp.impl.security.auth | |
org.camunda.bpm.webapp.impl.security.filter |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthentication
An authentication for a user
|
Modifier and Type | Field and Description |
---|---|
static Authentication |
Authentication.ANONYMOUS |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Authentication> |
Authentications.authentications
holds an entry for each processEngine->userId pair currently authenticated
|
Modifier and Type | Method and Description |
---|---|
Authentication |
Authentications.getAuthenticationForProcessEngine(String engineName)
Returns an
Authentication for a provided process engine name or "null". |
Modifier and Type | Method and Description |
---|---|
List<Authentication> |
Authentications.getAuthentications() |
Modifier and Type | Method and Description |
---|---|
void |
Authentications.addAuthentication(Authentication authentication)
Adds an authentication to the list of current authentications.
|
static AuthenticationDto |
AuthenticationDto.fromAuthentication(Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
Authentication |
Authorization.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
static Authorization |
Authorization.denied(Authentication authentication) |
static Authorization |
Authorization.granted(Authentication authentication) |
static Authorization |
Authorization.grantedUnlessNull(Authentication authentication) |
Constructor and Description |
---|
Authorization(Authentication authentication,
boolean granted) |
Copyright © 2015. All rights reserved.