Class AuthenticationType

java.lang.Object
org.apache.cxf.xkms.model.xkms.AuthenticationType

public class AuthenticationType extends Object

Java class for AuthenticationType complex type.

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

 <complexType name="AuthenticationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}KeyBindingAuthentication" minOccurs="0"/>
         <element ref="{http://www.w3.org/2002/03/xkms#}NotBoundAuthentication" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>