Uses of Interface
org.wildfly.common.function.ExceptionBiConsumer
Packages that use ExceptionBiConsumer
Package
Description
Types related to management of contextual objects.
Expression string parsing and expansion classes.
Classes which implement useful functions which are missing from
java.util.function.Audit logging related resources.
Server side of authentication provided by Elytron.
-
Uses of ExceptionBiConsumer in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionBiConsumerModifier and TypeMethodDescriptiondefault <T,U, E extends Exception>
voidContextual.runExBiConsumer(ExceptionBiConsumer<T, U, E> consumer, T param1, U param2) Run the given task with this contextual object selected. -
Uses of ExceptionBiConsumer in org.wildfly.common.expression
Methods in org.wildfly.common.expression with parameters of type ExceptionBiConsumerModifier and TypeMethodDescriptionExpression.evaluateException(ExceptionBiConsumer<ResolveContext<E>, StringBuilder, E> expandFunction) Evaluate the expression with the given expansion function, which may throw a checked exception. -
Uses of ExceptionBiConsumer in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionBiConsumerModifier and TypeMethodDescriptiondefault ExceptionBiConsumer<T,U, E> ExceptionBiConsumer.andThen(ExceptionBiConsumer<? super T, ? super U, ? extends E> after) default ExceptionBiConsumer<T,U, E> ExceptionBiFunction.andThen(ExceptionConsumer<R, ? extends E> after) static <T,E extends EE, TT extends T, U, UU extends U, EE extends Exception>
ExceptionBiConsumer<TT,UU, EE> Functions.cast(ExceptionBiConsumer<T, U, E> consumer) Returns aExceptionBiConsumerwith identical behavior to the specifiedExceptionBiConsumerbut with restricted parameter types and relaxed exception type.static <T> ExceptionBiConsumer<Consumer<T>,T, RuntimeException> Functions.consumerExceptionBiConsumer()Get the singleton consumer which accepts a consumer and an argument to hand to it.static <T,U, E extends Exception>
ExceptionBiConsumer<T,U, E> Functions.discardingExceptionBiConsumer()Get a consumer which discards the values it is given.static <T,E extends Exception>
ExceptionBiConsumer<ExceptionConsumer<T,E>, T, E> Functions.exceptionConsumerBiConsumer()Get the singleton consumer which accepts a consumer and an argument to hand to it.Methods in org.wildfly.common.function with parameters of type ExceptionBiConsumerModifier and TypeMethodDescriptiondefault ExceptionBiConsumer<T,U, E> ExceptionBiConsumer.andThen(ExceptionBiConsumer<? super T, ? super U, ? extends E> after) default ExceptionConsumer<T,E> ExceptionFunction.andThen(ExceptionBiConsumer<? super T, ? super R, ? extends E> after) static <T,E extends EE, TT extends T, U, UU extends U, EE extends Exception>
ExceptionBiConsumer<TT,UU, EE> Functions.cast(ExceptionBiConsumer<T, U, E> consumer) Returns aExceptionBiConsumerwith identical behavior to the specifiedExceptionBiConsumerbut with restricted parameter types and relaxed exception type.static <T,U, E extends Exception>
ExceptionRunnable<E>Functions.exceptionCapturingRunnable(ExceptionBiConsumer<T, U, E> consumer, T param1, U param2) Get a runnable which executes the given consumer with captured values.static <T,U, E extends Exception>
BiConsumer<T,U> Functions.quiet(ExceptionBiConsumer<T, U, E> consumer, Consumer<E> exceptionHandler) Converts anExceptionBiConsumerto a standardBiConsumerusing the specified exception handler. -
Uses of ExceptionBiConsumer in org.wildfly.security.audit
Subinterfaces of ExceptionBiConsumer in org.wildfly.security.auditModifier and TypeInterfaceDescriptioninterfaceAn endpoint that receives audit messages.Classes in org.wildfly.security.audit that implement ExceptionBiConsumerModifier and TypeClassDescriptionclassAn audit endpoint to record all audit events to a local file.classAn audit endpoint which rotates the log at a preset time interval.classAn audit endpoint which rotates the log when log file size reach given value.classAn audit endpoint that logs to syslog server.Methods in org.wildfly.security.audit with parameters of type ExceptionBiConsumerModifier and TypeMethodDescriptionAuditLogger.Builder.setAuditEndpoint(ExceptionBiConsumer<EventPriority, String, IOException> auditEndpoint) Set the endpoint to receive the resulting audit messages. -
Uses of ExceptionBiConsumer in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type ExceptionBiConsumerModifier and TypeMethodDescription<T,U, E extends Exception>
voidFlexibleIdentityAssociation.runAsConsumerEx(ExceptionBiConsumer<T, U, E> action, T parameter1, U parameter2) <T,U, E extends Exception>
voidScoped.runAsConsumerEx(ExceptionBiConsumer<T, U, E> action, T parameter1, U parameter2) Run an action under this identity.<T,U, E extends Exception>
voidSecurityIdentity.runAsConsumerEx(ExceptionBiConsumer<T, U, E> action, T parameter1, U parameter2) Run an action under this identity.