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