Class AuthenticationsPolicyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationsPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of the use of authentication mechanisms. This is in fact practically applicable only in default security policy (the policy that is referenced from system configuration).

    Java class for AuthenticationsPolicyType complex type.

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

     <complexType name="AuthenticationsPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="mailAuthentication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailAuthenticationPolicyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="smsAuthentication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SmsAuthenticationPolicyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form