Class Authorization
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.Authorization
- Author:
- nico.rehwaldt
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
isGranted
public boolean isGranted() -
forApplication
-
attachHeaders
public void attachHeaders(jakarta.servlet.http.HttpServletResponse response) -
isAuthenticated
public boolean isAuthenticated() -
getApplication
-
granted
-
denied
-
grantedUnlessNull
-