Class RestSharedCredential


  • public class RestSharedCredential
    extends AbstractRestModel
    Rest model for a shared credential. Each credential has the same field id and name, the other configurations varies depending on the implementation. Those attributes are stored in a map.
    Since:
    5.10
    • Constructor Detail

      • RestSharedCredential

        public RestSharedCredential()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • setAttributes

        public void setAttributes​(Map<String,​String> configuration)
      • getProjectKey

        public String getProjectKey()
      • setProjectKey

        public void setProjectKey​(String projectKey)