Class GeneratedConsumedCertificateCredential

    • Field Detail

      • CERTIFICATEDATA

        public static final java.lang.String CERTIFICATEDATA
        Qualifier of the ConsumedCertificateCredential.certificateData attribute
        See Also:
        Constant Field Values
      • PRIVATEKEY

        public static final java.lang.String PRIVATEKEY
        Qualifier of the ConsumedCertificateCredential.privateKey attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedConsumedCertificateCredential

        public GeneratedConsumedCertificateCredential()
    • Method Detail

      • getCertificateData

        public java.lang.String getCertificateData​(SessionContext ctx)
        Generated method - Getter of the ConsumedCertificateCredential.certificateData attribute.
        Returns:
        the certificateData - Serialized Authentication Object
      • getCertificateData

        public java.lang.String getCertificateData()
        Generated method - Getter of the ConsumedCertificateCredential.certificateData attribute.
        Returns:
        the certificateData - Serialized Authentication Object
      • setCertificateData

        public void setCertificateData​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the ConsumedCertificateCredential.certificateData attribute.
        Parameters:
        value - the certificateData - Serialized Authentication Object
      • setCertificateData

        public void setCertificateData​(java.lang.String value)
        Generated method - Setter of the ConsumedCertificateCredential.certificateData attribute.
        Parameters:
        value - the certificateData - Serialized Authentication Object
      • getPrivateKey

        public java.lang.String getPrivateKey​(SessionContext ctx)
        Generated method - Getter of the ConsumedCertificateCredential.privateKey attribute.
        Returns:
        the privateKey - Serialized Authentication Object
      • getPrivateKey

        public java.lang.String getPrivateKey()
        Generated method - Getter of the ConsumedCertificateCredential.privateKey attribute.
        Returns:
        the privateKey - Serialized Authentication Object
      • setPrivateKey

        public void setPrivateKey​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the ConsumedCertificateCredential.privateKey attribute.
        Parameters:
        value - the privateKey - Serialized Authentication Object
      • setPrivateKey

        public void setPrivateKey​(java.lang.String value)
        Generated method - Setter of the ConsumedCertificateCredential.privateKey attribute.
        Parameters:
        value - the privateKey - Serialized Authentication Object