Class BehaviorType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class BehaviorType
    extends Object
    implements Serializable, Cloneable, Containerable
    General-purpose behavioral data. In a more specific meaning: behavioral data of an agent (user or system), usually represented in midPoint by focus. This data structure records informational data about the agent's behavior, such as authentications, interaction with systems and so on. Such data are inherently _observed_, e.g. they are not configured by the user. <p>Java class for BehaviorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="BehaviorType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="authentication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationBehavioralDataType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form