Class ModuleSaml2SimpleKeyType

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

    public class ModuleSaml2SimpleKeyType
    extends AbstractModuleSaml2KeyType
    implements Serializable, Cloneable, Containerable
    SAML2 key from key store. Supported only JKS type of key store.

    Java class for ModuleSaml2SimpleKeyType complex type.

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

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