Class AuthnContextDeclarationBaseType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
org.keycloak.dom.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
org.keycloak.dom.saml.v2.ac.classes.AuthnContextDeclarationBaseType
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.keycloak.dom.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
authnMethod, governingAgreements, id, identification, operationalProtection, technicalProtection
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
getAuthnMethod, getGoverningAgreements, getID, getIdentification, getOperationalProtection, getTechnicalProtection, setAuthnMethod, setGoverningAgreements, setID, setIdentification, setOperationalProtection, setTechnicalProtection
Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
Constructor Details
-
AuthnContextDeclarationBaseType
public AuthnContextDeclarationBaseType()
-