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
public class OriginalAuthnContextDeclarationBaseType extends ExtensionListType
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
Fields Modifier and Type Field Description protected AuthnMethodBaseTypeauthnMethodprotected GoverningAgreementsTypegoverningAgreementsprotected Stringidprotected IdentificationTypeidentificationprotected OperationalProtectionTypeoperationalProtectionprotected TechnicalProtectionBaseTypetechnicalProtection-
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
-
Constructor Summary
Constructors Constructor Description OriginalAuthnContextDeclarationBaseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnMethodBaseTypegetAuthnMethod()Gets the value of the authnMethod property.GoverningAgreementsTypegetGoverningAgreements()Gets the value of the governingAgreements property.StringgetID()Gets the value of the id property.IdentificationTypegetIdentification()Gets the value of the identification property.OperationalProtectionTypegetOperationalProtection()Gets the value of the operationalProtection property.TechnicalProtectionBaseTypegetTechnicalProtection()Gets the value of the technicalProtection property.voidsetAuthnMethod(AuthnMethodBaseType value)Sets the value of the authnMethod property.voidsetGoverningAgreements(GoverningAgreementsType value)Sets the value of the governingAgreements property.voidsetID(String value)Sets the value of the id property.voidsetIdentification(IdentificationType value)Sets the value of the identification property.voidsetOperationalProtection(OperationalProtectionType value)Sets the value of the operationalProtection property.voidsetTechnicalProtection(TechnicalProtectionBaseType value)Sets the value of the technicalProtection property.-
Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
-
-
-
Field Detail
-
identification
protected IdentificationType identification
-
technicalProtection
protected TechnicalProtectionBaseType technicalProtection
-
operationalProtection
protected OperationalProtectionType operationalProtection
-
authnMethod
protected AuthnMethodBaseType authnMethod
-
governingAgreements
protected GoverningAgreementsType governingAgreements
-
id
protected String id
-
-
Method Detail
-
getIdentification
public IdentificationType getIdentification()
Gets the value of the identification property.- Returns:
- possible object is
IdentificationType
-
setIdentification
public void setIdentification(IdentificationType value)
Sets the value of the identification property.- Parameters:
value- allowed object isIdentificationType
-
getTechnicalProtection
public TechnicalProtectionBaseType getTechnicalProtection()
Gets the value of the technicalProtection property.- Returns:
- possible object is
TechnicalProtectionBaseType
-
setTechnicalProtection
public void setTechnicalProtection(TechnicalProtectionBaseType value)
Sets the value of the technicalProtection property.- Parameters:
value- allowed object isTechnicalProtectionBaseType
-
getOperationalProtection
public OperationalProtectionType getOperationalProtection()
Gets the value of the operationalProtection property.- Returns:
- possible object is
OperationalProtectionType
-
setOperationalProtection
public void setOperationalProtection(OperationalProtectionType value)
Sets the value of the operationalProtection property.- Parameters:
value- allowed object isOperationalProtectionType
-
getAuthnMethod
public AuthnMethodBaseType getAuthnMethod()
Gets the value of the authnMethod property.- Returns:
- possible object is
AuthnMethodBaseType
-
setAuthnMethod
public void setAuthnMethod(AuthnMethodBaseType value)
Sets the value of the authnMethod property.- Parameters:
value- allowed object isAuthnMethodBaseType
-
getGoverningAgreements
public GoverningAgreementsType getGoverningAgreements()
Gets the value of the governingAgreements property.- Returns:
- possible object is
GoverningAgreementsType
-
setGoverningAgreements
public void setGoverningAgreements(GoverningAgreementsType value)
Sets the value of the governingAgreements property.- Parameters:
value- allowed object isGoverningAgreementsType
-
-