@FunctionalInterface public interface LdapKeyStoreConsumer<T extends LdapKeyStore<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Configure a pre-constructed instance of LdapKeyStore resource
|
default LdapKeyStoreConsumer<T> |
andThen(LdapKeyStoreConsumer<T> after) |
void accept(T value)
default LdapKeyStoreConsumer<T> andThen(LdapKeyStoreConsumer<T> after)
Copyright © 2018 JBoss by Red Hat. All rights reserved.