Uses of Class
org.camunda.bpm.webapp.impl.security.auth.Authentication
-
Packages that use Authentication Package Description org.camunda.bpm.webapp.impl.security.auth org.camunda.bpm.webapp.impl.security.filter -
-
Uses of Authentication in org.camunda.bpm.webapp.impl.security.auth
Subclasses of Authentication in org.camunda.bpm.webapp.impl.security.auth Modifier and Type Class Description classUserAuthenticationAn authentication for a userFields in org.camunda.bpm.webapp.impl.security.auth declared as Authentication Modifier and Type Field Description static AuthenticationAuthentication. ANONYMOUSMethods in org.camunda.bpm.webapp.impl.security.auth that return Authentication Modifier and Type Method Description AuthenticationAuthentications. getAuthenticationForProcessEngine(java.lang.String engineName)Returns anAuthenticationfor a provided process engine name or "null".Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentication Modifier and Type Method Description static AuthenticationDtoAuthenticationDto. fromAuthentication(Authentication authentication)protected booleanContainerBasedAuthenticationFilter. isAuthenticated(Authentication authentication, java.lang.String engineName, java.lang.String username) -
Uses of Authentication in org.camunda.bpm.webapp.impl.security.filter
Methods in org.camunda.bpm.webapp.impl.security.filter that return Authentication Modifier and Type Method Description AuthenticationAuthorization. getAuthentication()Methods in org.camunda.bpm.webapp.impl.security.filter with parameters of type Authentication Modifier and Type Method Description static AuthorizationAuthorization. denied(Authentication authentication)static AuthorizationAuthorization. granted(Authentication authentication)static AuthorizationAuthorization. grantedUnlessNull(Authentication authentication)Constructors in org.camunda.bpm.webapp.impl.security.filter with parameters of type Authentication Constructor Description Authorization(Authentication authentication, boolean granted)
-