Class CertRequestPropertiesType


  • public class CertRequestPropertiesType
    extends java.lang.Object

    Java 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 Detail

      • authnContextClassRef

        protected java.util.List<java.lang.String> authnContextClassRef
      • otherProperties

        protected AnyType otherProperties
      • certType

        protected java.lang.String certType
    • Constructor Detail

      • CertRequestPropertiesType

        public CertRequestPropertiesType()
    • 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 set method 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

      • 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 is AnyType
      • 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 is String