Class SecretKeys

java.lang.Object
io.smallrye.config.SecretKeys
All Implemented Interfaces:
Serializable

public final class SecretKeys extends Object implements Serializable
See Also:
  • Constructor Details

    • SecretKeys

      public SecretKeys()
  • Method Details

    • isLocked

      public static boolean isLocked()
    • doUnlocked

      public static void doUnlocked(Runnable runnable)
    • doUnlocked

      public static <T> T doUnlocked(Supplier<T> supplier)
    • doLocked

      public static void doLocked(Runnable runnable)
    • doLocked

      public static <T> T doLocked(Supplier<T> supplier)