Class SecurityApiBinding

java.lang.Object
com.xebialabs.xlrelease.script.bindings.SecurityApiBinding
All Implemented Interfaces:
Serializable

@Service public class SecurityApiBinding extends Object implements Serializable
Binding exposed to REST extension endpoints additional to the public API.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityApiBinding(com.xebialabs.xlrelease.service.ConfigurationVariableService configurationVariableService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>
    T
    decrypt(T configurationItem)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAME

      public static String NAME
  • Constructor Details

    • SecurityApiBinding

      @Autowired public SecurityApiBinding(com.xebialabs.xlrelease.service.ConfigurationVariableService configurationVariableService)
  • Method Details

    • decrypt

      public <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> T decrypt(T configurationItem)