Uses of Class
org.operaton.bpm.webapp.impl.security.auth.UserAuthentication
Packages that use UserAuthentication
-
Uses of UserAuthentication in org.operaton.bpm.webapp.impl.security.auth
Methods in org.operaton.bpm.webapp.impl.security.auth that return UserAuthenticationModifier and TypeMethodDescriptionstatic UserAuthenticationAuthenticationUtil.createAuthentication(String engineName, String username) static UserAuthenticationAuthenticationUtil.createAuthentication(String engineName, String username, List<String> groupIds, List<String> tenantIds) static UserAuthenticationAuthenticationUtil.createAuthentication(ProcessEngine processEngine, String username) static UserAuthenticationAuthenticationUtil.createAuthentication(ProcessEngine processEngine, String username, List<String> groupIds, List<String> tenantIds) Creates and returns aUserAuthenticationwith the following information:userIdprocessEngineNamegroupIdstenantIdsauthorizedAppsprotected UserAuthenticationContainerBasedAuthenticationFilter.createAuthentication(ProcessEngine processEngine, String username, List<String> groups, List<String> tenants) Authentications.removeByEngineName(String engineName) Removes the authentication for the provided process engine name.Methods in org.operaton.bpm.webapp.impl.security.auth that return types with arguments of type UserAuthenticationMethods in org.operaton.bpm.webapp.impl.security.auth with parameters of type UserAuthenticationModifier and TypeMethodDescriptionvoidAuthentications.addOrReplace(UserAuthentication authentication) Adds an authentication to the list of current authentications.static voidAuthenticationUtil.revalidateSession(jakarta.servlet.http.HttpServletRequest request, UserAuthentication authentication) Invalidates the oldHttpSessionof the current request and creates a new one.