Class CertRequestPropertiesType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.CertRequestPropertiesType
-
public class CertRequestPropertiesType extends java.lang.ObjectJava class for CertRequestPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertRequestPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}RequestedCertAttributes" minOccurs="0"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}OtherProperties" minOccurs="0"/> </sequence> <attribute name="CertType" default="PKC"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PKC"/> <enumeration value="QC"/> <enumeration value="QC/SSCD"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>authnContextClassRefprotected java.lang.StringcertTypeprotected AnyTypeotherPropertiesprotected RequestedAttributesTyperequestedCertAttributes
-
Constructor Summary
Constructors Constructor Description CertRequestPropertiesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getAuthnContextClassRef()The URI reference(s) to the requested level of assurance with which the certificate subject should be authenticated.java.lang.StringgetCertType()Gets the value of the certType property.AnyTypegetOtherProperties()Gets the value of the otherProperties property.RequestedAttributesTypegetRequestedCertAttributes()Gets the value of the requestedCertAttributes property.voidsetCertType(java.lang.String value)Sets the value of the certType property.voidsetOtherProperties(AnyType value)Sets the value of the otherProperties property.voidsetRequestedCertAttributes(RequestedAttributesType value)Sets the value of the requestedCertAttributes property.
-
-
-
Field Detail
-
authnContextClassRef
protected java.util.List<java.lang.String> authnContextClassRef
-
requestedCertAttributes
protected RequestedAttributesType requestedCertAttributes
-
otherProperties
protected AnyType otherProperties
-
certType
protected java.lang.String certType
-
-
Method Detail
-
getAuthnContextClassRef
public java.util.List<java.lang.String> getAuthnContextClassRef()
The URI reference(s) to the requested level of assurance with which the certificate subject should be authenticated. Gets the value of the authnContextClassRef property.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
setmethod for the authnContextClassRef property.For example, to add a new item, do as follows:
getAuthnContextClassRef().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getRequestedCertAttributes
public RequestedAttributesType getRequestedCertAttributes()
Gets the value of the requestedCertAttributes property.- Returns:
- possible object is
RequestedAttributesType
-
setRequestedCertAttributes
public void setRequestedCertAttributes(RequestedAttributesType value)
Sets the value of the requestedCertAttributes property.- Parameters:
value- allowed object isRequestedAttributesType
-
getOtherProperties
public AnyType getOtherProperties()
Gets the value of the otherProperties property.- Returns:
- possible object is
AnyType
-
setOtherProperties
public void setOtherProperties(AnyType value)
Sets the value of the otherProperties property.- Parameters:
value- allowed object isAnyType
-
getCertType
public java.lang.String getCertType()
Gets the value of the certType property.- Returns:
- possible object is
String
-
setCertType
public void setCertType(java.lang.String value)
Sets the value of the certType property.- Parameters:
value- allowed object isString
-
-