Class ResourceCredentialsDefinitionType

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

    public class ResourceCredentialsDefinitionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for ResourceCredentialsDefinitionType complex type.

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

     <complexType name="ResourceCredentialsDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="password" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourcePasswordDefinitionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceCredentialsDefinitionType

        public ResourceCredentialsDefinitionType()
        Creates a new ResourceCredentialsDefinitionType instance.
      • ResourceCredentialsDefinitionType

        public ResourceCredentialsDefinitionType​(ResourceCredentialsDefinitionType o)
        Creates a new ResourceCredentialsDefinitionType instance by deeply copying a given ResourceCredentialsDefinitionType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.