Class NonEncryptingPasswordItemReaderWriter

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyReader<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>, javax.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter()  
      • 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 javax.ws.rs.ext.MessageBodyReader

        isReadable
      • Methods inherited from interface javax.ws.rs.ext.MessageBodyWriter

        isWriteable
    • Constructor Detail

      • 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 Detail

      • createConverter

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