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