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