Class NonEncryptingPasswordItemReaderWriter

java.lang.Object
com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter
com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter
com.xebialabs.xlrelease.api.v1.NonEncryptingPasswordItemReaderWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>, jakarta.ws.rs.ext.MessageBodyWriter<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>

@Component public class NonEncryptingPasswordItemReaderWriter extends com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter
  • Field Summary

    Fields inherited from class com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter

    configurationRepository, formats, LEVEL, repository
  • Constructor Summary

    Constructors
    Constructor
    Description
    NonEncryptingPasswordItemReaderWriter(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory, com.xebialabs.deployit.plumbing.XlrFormatFactory formats, com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.xebialabs.xltype.serialization.ConfigurationItemConverter
     

    Methods inherited from class com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter

    getSize, readFrom, writeTo

    Methods inherited from class com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter

    getCiRefsFromLevel, isReadable, isWriteable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.ws.rs.ext.MessageBodyReader

    isReadable

    Methods inherited from interface jakarta.ws.rs.ext.MessageBodyWriter

    isWriteable
  • Constructor Details

    • NonEncryptingPasswordItemReaderWriter

      @Autowired public NonEncryptingPasswordItemReaderWriter(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory, com.xebialabs.deployit.plumbing.XlrFormatFactory formats, com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
  • Method Details

    • createConverter

      protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter()
      Overrides:
      createConverter in class com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter