Class Verisign


  • @ApiType("SoftLayer_User_Customer_External_Binding_Verisign")
    public class Verisign
    extends Binding
    The SoftLayer_User_Customer_External_Binding_Verisign data type contains information about a single VeriSign external binding. The external binding information is used when a SoftLayer customer logs into the SoftLayer customer portal to authenticate them against a 3rd party, in this case VeriSign.

    The information provided by the VeriSign external binding data type includes:
    * The type of credential
    * The current state of the credential
    ** Enabled
    ** Disabled
    ** Locked
    * The credential's expiration date
    * The last time the credential was updated


    SoftLayer users with an active external binding will be prohibited from using the API for security reasons.
    See Also:
    SoftLayer_User_Customer_External_Binding_Verisign
    • Field Detail

      • credentialExpirationDate

        @ApiProperty
        protected String credentialExpirationDate
        The date that a VeriSign credential expires.
      • credentialLastUpdateDate

        @ApiProperty
        protected String credentialLastUpdateDate
        The last time a VeriSign credential was updated.
      • credentialState

        @ApiProperty
        protected String credentialState
        The current state of a VeriSign credential. This can be 'Enabled', 'Disabled', or 'Locked'.
      • credentialType

        @ApiProperty
        protected String credentialType
        The type of VeriSign credential. This can be either 'Hardware' or 'Software'.
    • Constructor Detail

      • Verisign

        public Verisign()
    • Method Detail

      • getCredentialExpirationDate

        public String getCredentialExpirationDate()
      • setCredentialExpirationDate

        public void setCredentialExpirationDate​(String credentialExpirationDate)
      • getCredentialLastUpdateDate

        public String getCredentialLastUpdateDate()
      • setCredentialLastUpdateDate

        public void setCredentialLastUpdateDate​(String credentialLastUpdateDate)
      • getCredentialState

        public String getCredentialState()
      • setCredentialState

        public void setCredentialState​(String credentialState)
      • getCredentialType

        public String getCredentialType()
      • setCredentialType

        public void setCredentialType​(String credentialType)