Class CredentialsStorageMethodType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CredentialsStorageMethodType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies the method of storing the credential in midPoint.

    Java class for CredentialsStorageMethodType complex type.

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

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