Class Authorization
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.Authorization
- Author:
- nico.rehwaldt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachHeaders
(jakarta.servlet.http.HttpServletResponse response) static Authorization
denied
(Authentication authentication) forApplication
(String application) static Authorization
granted
(Authentication authentication) static Authorization
grantedUnlessNull
(Authentication authentication) boolean
boolean
-
Constructor Details
-
Authorization
-
-
Method Details
-
getAuthentication
-
isGranted
public boolean isGranted() -
forApplication
-
attachHeaders
public void attachHeaders(jakarta.servlet.http.HttpServletResponse response) -
isAuthenticated
public boolean isAuthenticated() -
getApplication
-
granted
-
denied
-
grantedUnlessNull
-