Class ExternalProviderCredentials

java.lang.Object
com.bhn.risk.common.SmartObject<com.bhn.risk.common.Entity>
com.bhn.risk.common.Entity
com.bhn.risk.externalprovidercredentials.ExternalProviderCredentials

public class ExternalProviderCredentials extends com.bhn.risk.common.Entity
External Provider Credentials for Order Risk Service
Version:
$Id: $Id
Author:
jjung07
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
    com.bhn.risk.domain.RiskProvider
     

    Fields inherited from class com.bhn.risk.common.Entity

    additionalAttributes, createdTimestamp, creatorId, id, metaId, notes, updatedTimestamp, updaterId, version
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convertDescriptionToLowerCase.

    Methods inherited from class com.bhn.risk.common.Entity

    equals, hashCode, toUglyString

    Methods inherited from class com.bhn.risk.common.SmartObject

    addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, fromString, fromString, toExposedString, toString, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • provider

      @NotNull(errorCode="externalProviderCredentials.provider.is.null", message="externalProviderCredentials.provider is mandatory") public com.bhn.risk.domain.RiskProvider provider
    • description

      @NotNull(errorCode="externalProviderCredentials.description.is.null", message="externalProviderCredentials.description is mandatory") @NotBlank(errorCode="externalProviderCredentials.description.empty", message="externalProviderCredentials.description can not be empty") public String description
    • credentials

      @NotNull(errorCode="externalProviderCredentials.credentials.is.null", message="externalProviderCredentials.credentials is mandatory") @MinSize(value=1, errorCode="externalProviderCredentials.credentials.empty", message="At least one provider credentials should be supplied in request") public List<ProviderCredentials> credentials
  • Constructor Details

    • ExternalProviderCredentials

      public ExternalProviderCredentials()
  • Method Details

    • convertDescriptionToLowerCase

      public void convertDescriptionToLowerCase(String description)

      convertDescriptionToLowerCase.

      Parameters:
      description - a String object