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