Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in org.camunda.bpm.webapp.impl.security.auth
Subclasses of Authentication in org.camunda.bpm.webapp.impl.security.authFields in org.camunda.bpm.webapp.impl.security.auth declared as AuthenticationMethods in org.camunda.bpm.webapp.impl.security.auth that return AuthenticationModifier and TypeMethodDescriptionAuthentications.getAuthenticationForProcessEngine
(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 AuthenticationModifier and TypeMethodDescriptionstatic AuthenticationDto
AuthenticationDto.fromAuthentication
(Authentication authentication) protected boolean
ContainerBasedAuthenticationFilter.isAuthenticated
(Authentication authentication, String engineName, String username) -
Uses of Authentication in org.camunda.bpm.webapp.impl.security.filter
Methods in org.camunda.bpm.webapp.impl.security.filter that return AuthenticationMethods in org.camunda.bpm.webapp.impl.security.filter with parameters of type AuthenticationModifier and TypeMethodDescriptionstatic 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