org.picketlink.identity.federation.saml.v2.ac.classes
Class AuthnContextDeclarationBaseType
java.lang.Object
org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType
org.picketlink.identity.federation.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthnContextDeclarationBaseType
public AuthnContextDeclarationBaseType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.