Class AuthenticationModuleSaml2KeyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationModuleSaml2KeyType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 key.

    Java class for AuthenticationModuleSaml2KeyType complex type.

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

     <complexType name="AuthenticationModuleSaml2KeyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="activeSimpleKey" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModuleSaml2SimpleKeyType" minOccurs="0"/>
               <element name="activeKeyStoreKey" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModuleSaml2KeyStoreKeyType" minOccurs="0"/>
             </choice>
             <element name="standBySimpleKey" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModuleSaml2SimpleKeyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="standByKeyStoreKey" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModuleSaml2KeyStoreKeyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form