Class ModuleSaml2KeyStoreKeyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ModuleSaml2KeyStoreKeyType
    extends AbstractModuleSaml2KeyType
    implements Serializable, Cloneable, Containerable
    SAML2 simple key.

    Java class for ModuleSaml2KeyStoreKeyType complex type.

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

     <complexType name="ModuleSaml2KeyStoreKeyType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractModuleSaml2KeyType">
           <sequence>
             <element name="keyStorePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="keyStorePassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType"/>
             <element name="keyAlias" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="keyPassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form