Class OriginalAuthnContextDeclarationBaseType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
org.keycloak.dom.saml.v2.ac.classes.OriginalAuthnContextDeclarationBaseType
- Direct Known Subclasses:
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="{http://www.w3.org/2001/XMLSchema}anyType"> <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" minOccurs="0"/> <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
Modifier and TypeFieldDescriptionprotected AuthnMethodBaseType
protected GoverningAgreementsType
protected String
protected IdentificationType
protected OperationalProtectionType
protected TechnicalProtectionBaseType
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authnMethod property.Gets the value of the governingAgreements property.getID()
Gets the value of the id property.Gets the value of the identification property.Gets the value of the operationalProtection property.Gets the value of the technicalProtection property.void
Sets the value of the authnMethod property.void
Sets the value of the governingAgreements property.void
Sets the value of the id property.void
Sets the value of the identification property.void
Sets the value of the operationalProtection property.void
Sets the value of the technicalProtection property.Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
Field Details
-
identification
-
technicalProtection
-
operationalProtection
-
authnMethod
-
governingAgreements
-
id
-
-
Constructor Details
-
OriginalAuthnContextDeclarationBaseType
public OriginalAuthnContextDeclarationBaseType()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.- Returns:
- possible object is
IdentificationType
-
setIdentification
Sets the value of the identification property.- Parameters:
value
- allowed object isIdentificationType
-
getTechnicalProtection
Gets the value of the technicalProtection property.- Returns:
- possible object is
TechnicalProtectionBaseType
-
setTechnicalProtection
Sets the value of the technicalProtection property.- Parameters:
value
- allowed object isTechnicalProtectionBaseType
-
getOperationalProtection
Gets the value of the operationalProtection property.- Returns:
- possible object is
OperationalProtectionType
-
setOperationalProtection
Sets the value of the operationalProtection property.- Parameters:
value
- allowed object isOperationalProtectionType
-
getAuthnMethod
Gets the value of the authnMethod property.- Returns:
- possible object is
AuthnMethodBaseType
-
setAuthnMethod
Sets the value of the authnMethod property.- Parameters:
value
- allowed object isAuthnMethodBaseType
-
getGoverningAgreements
Gets the value of the governingAgreements property.- Returns:
- possible object is
GoverningAgreementsType
-
setGoverningAgreements
Sets the value of the governingAgreements property.- Parameters:
value
- allowed object isGoverningAgreementsType
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value
- allowed object isString
-