public class AuthnContextDeclarationBaseType extends Object
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}Identification" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac}TechnicalProtection" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac}OperationalProtection" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac}AuthnMethod" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac}GoverningAgreements" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AuthnMethodBaseType |
authnMethod |
protected List<ExtensionType> |
extension |
protected GoverningAgreementsType |
governingAgreements |
protected String |
id |
protected IdentificationType |
identification |
protected OperationalProtectionType |
operationalProtection |
protected TechnicalProtectionBaseType |
technicalProtection |
Constructor and Description |
---|
AuthnContextDeclarationBaseType() |
Modifier and Type | Method and Description |
---|---|
AuthnMethodBaseType |
getAuthnMethod()
Gets the value of the authnMethod property.
|
List<ExtensionType> |
getExtension()
Gets the value of the extension property.
|
GoverningAgreementsType |
getGoverningAgreements()
Gets the value of the governingAgreements property.
|
String |
getID()
Gets the value of the id property.
|
IdentificationType |
getIdentification()
Gets the value of the identification property.
|
OperationalProtectionType |
getOperationalProtection()
Gets the value of the operationalProtection property.
|
TechnicalProtectionBaseType |
getTechnicalProtection()
Gets the value of the technicalProtection property.
|
void |
setAuthnMethod(AuthnMethodBaseType value)
Sets the value of the authnMethod property.
|
void |
setGoverningAgreements(GoverningAgreementsType value)
Sets the value of the governingAgreements property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIdentification(IdentificationType value)
Sets the value of the identification property.
|
void |
setOperationalProtection(OperationalProtectionType value)
Sets the value of the operationalProtection property.
|
void |
setTechnicalProtection(TechnicalProtectionBaseType value)
Sets the value of the technicalProtection property.
|
protected IdentificationType identification
protected TechnicalProtectionBaseType technicalProtection
protected OperationalProtectionType operationalProtection
protected AuthnMethodBaseType authnMethod
protected GoverningAgreementsType governingAgreements
protected List<ExtensionType> extension
protected String id
public IdentificationType getIdentification()
IdentificationType
public void setIdentification(IdentificationType value)
value
- allowed object is IdentificationType
public TechnicalProtectionBaseType getTechnicalProtection()
TechnicalProtectionBaseType
public void setTechnicalProtection(TechnicalProtectionBaseType value)
value
- allowed object is TechnicalProtectionBaseType
public OperationalProtectionType getOperationalProtection()
OperationalProtectionType
public void setOperationalProtection(OperationalProtectionType value)
value
- allowed object is OperationalProtectionType
public AuthnMethodBaseType getAuthnMethod()
AuthnMethodBaseType
public void setAuthnMethod(AuthnMethodBaseType value)
value
- allowed object is AuthnMethodBaseType
public GoverningAgreementsType getGoverningAgreements()
GoverningAgreementsType
public void setGoverningAgreements(GoverningAgreementsType value)
value
- allowed object is GoverningAgreementsType
public List<ExtensionType> getExtension()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the
returned list will be present inside the JAXB object. This is why there is not a set
method for the
extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list ExtensionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.