Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentication
Package
Description
-
Uses of Authentication in org.camunda.bpm.webapp.impl.security.auth
Modifier and TypeMethodDescriptionAuthentications.getAuthenticationForProcessEngine
(String engineName) Returns anAuthentication
for a provided process engine name or "null".Modifier 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
Modifier and TypeMethodDescriptionstatic Authorization
Authorization.denied
(Authentication authentication) static Authorization
Authorization.granted
(Authentication authentication) static Authorization
Authorization.grantedUnlessNull
(Authentication authentication)