Uses of Interface
org.wildfly.common.function.ExceptionObjIntConsumer
Packages that use ExceptionObjIntConsumer
Package
Description
Classes which implement useful functions which are missing from
java.util.function.Elytron Client enable remote clients to authenticate using Elytron.
Server side of authentication provided by Elytron.
-
Uses of ExceptionObjIntConsumer in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjIntConsumer<TT,EE> Functions.cast(ExceptionObjIntConsumer<T, E> consumer) Returns aExceptionObjIntConsumerwith identical behavior to the specifiedExceptionObjIntConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) Methods in org.wildfly.common.function with parameters of type ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjIntConsumer<TT,EE> Functions.cast(ExceptionObjIntConsumer<T, E> consumer) Returns aExceptionObjIntConsumerwith identical behavior to the specifiedExceptionObjIntConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before) static <T,E extends Exception>
ObjIntConsumer<T>Functions.quiet(ExceptionObjIntConsumer<T, E> consumer, Consumer<E> exceptionHandler) Converts anExceptionObjIntConsumerto a standardObjIntConsumerusing the specified exception handler. -
Uses of ExceptionObjIntConsumer in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type ExceptionObjIntConsumerModifier and TypeMethodDescription<T,E extends Exception>
voidAuthenticationContext.runAsObjIntConsumerEx(ExceptionObjIntConsumer<T, E> action, T parameter1, int parameter2) Run a privileged action with this authentication context associated for the duration of the task. -
Uses of ExceptionObjIntConsumer in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type ExceptionObjIntConsumerModifier and TypeMethodDescription<T,E extends Exception>
voidFlexibleIdentityAssociation.runAsObjIntConsumerEx(ExceptionObjIntConsumer<T, E> action, T parameter1, int parameter2) <T,E extends Exception>
voidScoped.runAsObjIntConsumerEx(ExceptionObjIntConsumer<T, E> action, T parameter1, int parameter2) Run an action under this identity.<T,E extends Exception>
voidSecurityIdentity.runAsObjIntConsumerEx(ExceptionObjIntConsumer<T, E> action, T parameter1, int parameter2) Run an action under this identity.