Class Secrets

All Implemented Interfaces:
IdentifiedCollection<Secret>

public class Secrets extends IdentifiedCollection.Base<Secret>
  • Constructor Details

    • Secrets

      public Secrets()
  • Method Details

    • getOfType

      public <T extends Secret> List<T> getOfType(Class<T> secretClass)