PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.ac.classes
Class AuthnContextDeclarationBaseType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
      extended by org.picketlink.identity.federation.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
          extended by org.picketlink.identity.federation.saml.v2.ac.classes.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:AuthenticatedTelephony}AuthnContextDeclarationBaseType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Identification" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}TechnicalProtection" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}OperationalProtection" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}AuthnMethod"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}GoverningAgreements" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}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.picketlink.identity.federation.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
authnMethod, governingAgreements, id, identification, operationalProtection, technicalProtection
 
Fields inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
content
 
Constructor Summary
AuthnContextDeclarationBaseType()
           
 
Method Summary
 
Methods inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
getAuthnMethod, getGoverningAgreements, getID, getIdentification, getOperationalProtection, getTechnicalProtection, setAuthnMethod, setGoverningAgreements, setID, setIdentification, setOperationalProtection, setTechnicalProtection
 
Methods inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnContextDeclarationBaseType

public AuthnContextDeclarationBaseType()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.