Uses of Class
org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
-
Packages that use UserAuthentication Package Description org.camunda.bpm.webapp.impl.security.auth -
-
Uses of UserAuthentication in org.camunda.bpm.webapp.impl.security.auth
Fields in org.camunda.bpm.webapp.impl.security.auth with type parameters of type UserAuthentication Modifier and Type Field Description protected java.util.Map<java.lang.String,UserAuthentication>Authentications. authenticationsholds an entry for each processEngine->userId pair currently authenticatedMethods in org.camunda.bpm.webapp.impl.security.auth that return UserAuthentication Modifier and Type Method Description static UserAuthenticationAuthenticationUtil. createAuthentication(java.lang.String engineName, java.lang.String username)static UserAuthenticationAuthenticationUtil. createAuthentication(java.lang.String engineName, java.lang.String username, java.util.List<java.lang.String> groupIds, java.util.List<java.lang.String> tenantIds)static UserAuthenticationAuthenticationUtil. createAuthentication(ProcessEngine processEngine, java.lang.String username)static UserAuthenticationAuthenticationUtil. createAuthentication(ProcessEngine processEngine, java.lang.String username, java.util.List<java.lang.String> groupIds, java.util.List<java.lang.String> tenantIds)Creates and returns aUserAuthenticationwith the following information:userIdprocessEngineNamegroupIdstenantIdsauthorizedAppsprotected UserAuthenticationContainerBasedAuthenticationFilter. createAuthentication(ProcessEngine processEngine, java.lang.String username, java.util.List<java.lang.String> groups, java.util.List<java.lang.String> tenants)UserAuthenticationAuthentications. removeByEngineName(java.lang.String engineName)Removes the authentication for the provided process engine name.Methods in org.camunda.bpm.webapp.impl.security.auth that return types with arguments of type UserAuthentication Modifier and Type Method Description java.util.List<UserAuthentication>Authentications. getAuthentications()Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type UserAuthentication Modifier and Type Method Description voidAuthentications. addOrReplace(UserAuthentication authentication)Adds an authentication to the list of current authentications.static voidAuthenticationUtil. revalidateSession(javax.servlet.http.HttpServletRequest request, UserAuthentication authentication)Invalidates the oldHttpSessionof the current request and creates a new one.
-