Class ArtemisProvisioningTargetType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ArtemisProvisioningTargetType
    extends AsyncProvisioningTargetType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    ActiveMQ Artemis target.

    Java class for ArtemisProvisioningTargetType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ArtemisProvisioningTargetType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncProvisioningTargetType">
           <sequence>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="password" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form