|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.ac.classes.kerberos.OriginalAuthnContextDeclarationBaseType
public class 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="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}Identification" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}TechnicalProtection" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}OperationalProtection" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}AuthnMethod" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}GoverningAgreements" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AuthnMethodBaseType |
authnMethod
|
protected java.util.List<ExtensionType> |
extension
|
protected GoverningAgreementsType |
governingAgreements
|
protected java.lang.String |
id
|
protected IdentificationType |
identification
|
protected OperationalProtectionType |
operationalProtection
|
protected TechnicalProtectionBaseType |
technicalProtection
|
| Constructor Summary | |
|---|---|
OriginalAuthnContextDeclarationBaseType()
|
|
| Method Summary | |
|---|---|
AuthnMethodBaseType |
getAuthnMethod()
Gets the value of the authnMethod property. |
java.util.List<ExtensionType> |
getExtension()
Gets the value of the extension property. |
GoverningAgreementsType |
getGoverningAgreements()
Gets the value of the governingAgreements property. |
java.lang.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(java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IdentificationType identification
protected TechnicalProtectionBaseType technicalProtection
protected OperationalProtectionType operationalProtection
protected AuthnMethodBaseType authnMethod
protected GoverningAgreementsType governingAgreements
protected java.util.List<ExtensionType> extension
protected java.lang.String id
| Constructor Detail |
|---|
public OriginalAuthnContextDeclarationBaseType()
| Method Detail |
|---|
public IdentificationType getIdentification()
IdentificationTypepublic void setIdentification(IdentificationType value)
value - allowed object is
IdentificationTypepublic TechnicalProtectionBaseType getTechnicalProtection()
TechnicalProtectionBaseTypepublic void setTechnicalProtection(TechnicalProtectionBaseType value)
value - allowed object is
TechnicalProtectionBaseTypepublic OperationalProtectionType getOperationalProtection()
OperationalProtectionTypepublic void setOperationalProtection(OperationalProtectionType value)
value - allowed object is
OperationalProtectionTypepublic AuthnMethodBaseType getAuthnMethod()
AuthnMethodBaseTypepublic void setAuthnMethod(AuthnMethodBaseType value)
value - allowed object is
AuthnMethodBaseTypepublic GoverningAgreementsType getGoverningAgreements()
GoverningAgreementsTypepublic void setGoverningAgreements(GoverningAgreementsType value)
value - allowed object is
GoverningAgreementsTypepublic java.util.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
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||