public interface CredentialsCase<T>
Modifier and Type | Method and Description |
---|---|
static <T> CredentialsCase<T> |
create(CredentialsType<T> type,
java.util.function.Consumer<T> consumer) |
CredentialsType<T> |
getType() |
void |
process(T credentials) |
CredentialsType<T> getType()
void process(T credentials)
static <T> CredentialsCase<T> create(CredentialsType<T> type, java.util.function.Consumer<T> consumer)