Package io.digdag.spi

Interface Authenticator.Result

  • Enclosing interface:
    Authenticator

    @Immutable
    public static interface Authenticator.Result
    • Method Detail

      • isAccepted

        default boolean isAccepted()
      • checkNull

        @Check
        default void checkNull()
      • getErrorMessage

        com.google.common.base.Optional<java.lang.String> getErrorMessage()
      • getSecrets

        com.google.common.base.Optional<com.google.common.base.Supplier<java.util.Map<java.lang.String,​java.lang.String>>> getSecrets()
      • getAuthenticatedUser

        com.google.common.base.Optional<AuthenticatedUser> getAuthenticatedUser()