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. session
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return UserSessionManagementType Modifier and Type Method Description UserSessionManagementType
UserSessionManagementType. activeSessions(Integer value)
UserSessionManagementType
UserSessionManagementListType. beginSession()
UserSessionManagementType
UserSessionManagementType. clone()
Creates and returns a deep copy of this object.UserSessionManagementType
ObjectFactory. createUserSessionManagementType()
Create an instance ofUserSessionManagementType
UserSessionManagementType
UserSessionManagementType. focus(FocusType value)
UserSessionManagementType
UserSessionManagementType. 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)
UserSessionManagementListType
UserSessionManagementListType. 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 newUserSessionManagementType
instance by deeply copying a givenUserSessionManagementType
instance.
-