Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.UserSessionManagementType
-
Packages that use UserSessionManagementType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.authentication com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of UserSessionManagementType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type UserSessionManagementType Modifier and Type Method Description List<UserSessionManagementType>ModelInteractionService. getLoggedInPrincipals(com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of UserSessionManagementType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type UserSessionManagementType Modifier and Type Method Description List<UserSessionManagementType>GuiProfiledPrincipalManager. getLocalLoggedInPrincipals()List<UserSessionManagementType>ClusterwideUserSessionManager. getLoggedInPrincipals(com.evolveum.midpoint.task.api.Task task, OperationResult result)Collects logged in principals (on local and remote nodes). -
Uses of UserSessionManagementType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type UserSessionManagementType Modifier and Type Field Description protected List<UserSessionManagementType>UserSessionManagementListType. sessionMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return UserSessionManagementType Modifier and Type Method Description UserSessionManagementTypeUserSessionManagementType. activeSessions(Integer value)UserSessionManagementTypeUserSessionManagementListType. beginSession()UserSessionManagementTypeUserSessionManagementType. clone()Creates and returns a deep copy of this object.UserSessionManagementTypeObjectFactory. createUserSessionManagementType()Create an instance ofUserSessionManagementTypeUserSessionManagementTypeUserSessionManagementType. focus(FocusType value)UserSessionManagementTypeUserSessionManagementType. node(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type UserSessionManagementType Modifier and Type Method Description javax.xml.bind.JAXBElement<UserSessionManagementType>ObjectFactory. createUserSessionManagement(UserSessionManagementType value)List<UserSessionManagementType>UserSessionManagementListType. getSession()Gets the value of the session property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type UserSessionManagementType Modifier and Type Method Description javax.xml.bind.JAXBElement<UserSessionManagementType>ObjectFactory. createUserSessionManagement(UserSessionManagementType value)UserSessionManagementListTypeUserSessionManagementListType. session(UserSessionManagementType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type UserSessionManagementType Constructor Description UserSessionManagementType(UserSessionManagementType o)Creates a newUserSessionManagementTypeinstance by deeply copying a givenUserSessionManagementTypeinstance.
-