org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony
Class AuthnContextDeclarationBaseType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.OriginalAuthnContextDeclarationBaseType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.AuthnContextDeclarationBaseType

public class AuthnContextDeclarationBaseType
extends OriginalAuthnContextDeclarationBaseType

Java class for AuthnContextDeclarationBaseType complex type.

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

 <complexType name="AuthnContextDeclarationBaseType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}AuthnContextDeclarationBaseType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}Identification" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}TechnicalProtection" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}OperationalProtection" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}AuthnMethod"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}GoverningAgreements" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.OriginalAuthnContextDeclarationBaseType
authnMethod, extension, governingAgreements, id, identification, operationalProtection, technicalProtection
 
Constructor Summary
AuthnContextDeclarationBaseType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.OriginalAuthnContextDeclarationBaseType
getAuthnMethod, getExtension, getGoverningAgreements, getID, getIdentification, getOperationalProtection, getTechnicalProtection, setAuthnMethod, setGoverningAgreements, setID, setIdentification, setOperationalProtection, setTechnicalProtection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnContextDeclarationBaseType

public AuthnContextDeclarationBaseType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.