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. ANONYMOUSFields in org.camunda.bpm.webapp.impl.security.auth with type parameters of type Authentication Modifier and Type Field Description protected Map<String,Authentication>Authentications. authenticationsholds an entry for each processEngine->userId pair currently authenticatedMethods in org.camunda.bpm.webapp.impl.security.auth that return Authentication Modifier and Type Method Description AuthenticationAuthenticationService. createAuthenticate(String engineName, String username)AuthenticationAuthenticationService. createAuthenticate(String engineName, String username, List<String> groupIds, List<String> tenantIds)AuthenticationAuthenticationService. createAuthenticate(ProcessEngine processEngine, String username, List<String> groupIds, List<String> tenantIds)protected AuthenticationContainerBasedAuthenticationFilter. createAuthentication(ProcessEngine processEngine, String username, List<String> groups, List<String> tenants)AuthenticationAuthentications. getAuthenticationForProcessEngine(String engineName)Returns anAuthenticationfor a provided process engine name or "null".Methods in org.camunda.bpm.webapp.impl.security.auth that return types with arguments of type Authentication Modifier and Type Method Description List<Authentication>Authentications. getAuthentications()Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type Authentication Modifier and Type Method Description voidAuthentications. addAuthentication(Authentication authentication)Adds an authentication to the list of current authentications.static AuthenticationDtoAuthenticationDto. fromAuthentication(Authentication authentication)protected booleanContainerBasedAuthenticationFilter. isAuthenticated(Authentication authentication, String engineName, String username)static voidAuthentications. revalidateSession(javax.servlet.http.HttpServletRequest request, Authentication authentication)Invalidates the oldHttpSessionof the current request and creates a new one. -
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)
-