Class SingleSecretCallback

  • All Implemented Interfaces:
    SecretCallback

    public class SingleSecretCallback
    extends Object
    implements SecretCallback
    A single secret callback that can be used to collect a single secret
    • Constructor Detail

      • SingleSecretCallback

        public SingleSecretCallback​(String id)
      • SingleSecretCallback

        public SingleSecretCallback​(String prompt,
                                    String id)
      • SingleSecretCallback

        public SingleSecretCallback()
    • Method Detail

      • setSecret

        public void setSecret​(String secret)
      • getSecret

        public String getSecret()
      • getPrompt

        public String getPrompt()
      • setPrompt

        public void setPrompt​(String prompt)
      • getId

        public String getId()
      • setId

        public void setId​(String id)