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
Methods in org.camunda.bpm.webapp.impl.security.auth that return Authentication Modifier and Type Method Description Authentication
Authentications. getAuthenticationForProcessEngine(java.lang.String engineName)
Returns anAuthentication
for a provided process engine name or "null".Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentication Modifier and Type Method Description static AuthenticationDto
AuthenticationDto. fromAuthentication(Authentication authentication)
protected boolean
ContainerBasedAuthenticationFilter. isAuthenticated(Authentication authentication, java.lang.String engineName, java.lang.String username)
-
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)
-