Class ModuleSaml2KeyStoreKeyType

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

    public class ModuleSaml2KeyStoreKeyType
    extends AbstractModuleSaml2KeyType
    implements Serializable, Cloneable, Containerable
    SAML2 simple key. <p>Java class for ModuleSaml2KeyStoreKeyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ModuleSaml2KeyStoreKeyType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractModuleSaml2KeyType"&gt; &lt;sequence&gt; &lt;element name="keyStorePath" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="keyStorePassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType"/&gt; &lt;element name="keyAlias" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="keyPassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form