Class UserSessionManagementType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.UserSessionManagementType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class UserSessionManagementType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructuredDescribe session - user, active sessions, nodes where the user is active Be aware: EXPERIMENTAL- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegeractiveSessionsstatic QNameCOMPLEX_TYPEstatic ItemNameF_ACTIVE_SESSIONSstatic ItemNameF_FOCUSstatic ItemNameF_NODEprotected FocusTypefocusprotected List<String>node
-
Constructor Summary
Constructors Constructor Description UserSessionManagementType()UserSessionManagementType(UserSessionManagementType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)UserSessionManagementTypeactiveSessions(Integer value)UserSessionManagementTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)UserSessionManagementTypefocus(FocusType value)IntegergetActiveSessions()FocusTypegetFocus()List<String>getNode()inthashCode(StructuredHashCodeStrategy strategy)UserSessionManagementTypenode(String value)voidsetActiveSessions(Integer value)voidsetFocus(FocusType value)
-
-
-
Constructor Detail
-
UserSessionManagementType
public UserSessionManagementType()
-
UserSessionManagementType
public UserSessionManagementType(UserSessionManagementType other)
-
-
Method Detail
-
getFocus
public FocusType getFocus()
-
setFocus
public void setFocus(FocusType value)
-
getActiveSessions
public Integer getActiveSessions()
-
setActiveSessions
public void setActiveSessions(Integer value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
focus
public UserSessionManagementType focus(FocusType value)
-
activeSessions
public UserSessionManagementType activeSessions(Integer value)
-
node
public UserSessionManagementType node(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public UserSessionManagementType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-