Class Authorization
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.Authorization
- Author:
- nico.rehwaldt
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidattachHeaders(jakarta.servlet.http.HttpServletResponse response) static Authorizationdenied(Authentication authentication) forApplication(String application) static Authorizationgranted(Authentication authentication) static AuthorizationgrantedUnlessNull(Authentication authentication) booleanboolean
- 
Constructor Details- 
Authorization
 
- 
- 
Method Details- 
getAuthentication
- 
isGrantedpublic boolean isGranted()
- 
forApplication
- 
attachHeaderspublic void attachHeaders(jakarta.servlet.http.HttpServletResponse response) 
- 
isAuthenticatedpublic boolean isAuthenticated()
- 
getApplication
- 
granted
- 
denied
- 
grantedUnlessNull
 
-