Class SecretStore


  • public class SecretStore
    extends java.lang.Object
    Author:
    gjoranv
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SecretStore.Group  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecretStore()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addGroup​(java.lang.String name, java.lang.String environment)  
      java.util.List<SecretStore.Group> getGroups()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretStore

        public SecretStore()
    • Method Detail

      • addGroup

        public void addGroup​(java.lang.String name,
                             java.lang.String environment)