Uses of Interface
org.wildfly.common.function.ExceptionSupplier
Packages that use ExceptionSupplier
Package
Description
Classes which implement useful functions which are missing from
java.util.function.Elytron Client enable remote clients to authenticate using Elytron.
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.Server side of authentication provided by Elytron.
Miscellaneous utility classes and APIs for client and server login applications.
Utility classes providing and augmenting support for
KeyStore management.-
Uses of ExceptionSupplier in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy that return ExceptionSupplierModifier and TypeMethodDescriptionJBossEJBProperties.AuthenticationConfiguration.getCallbackHandlerSupplier()JBossEJBProperties.ClusterConfiguration.getClusterNodeSelectorSupplier()JBossEJBProperties.getDefaultCallbackHandlerSupplier()JBossEJBProperties.getDeploymentNodeSelectorSupplier()Methods in org.jboss.ejb.client.legacy with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionstatic JBossEJBPropertiesJBossEJBProperties.fromResource(String fileName, ExceptionSupplier<InputStream, IOException> streamSupplier) -
Uses of ExceptionSupplier in org.wildfly.client.config
Methods in org.wildfly.client.config with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionstatic ClientConfigurationClientConfiguration.getInstance(URI configurationUri, ExceptionSupplier<InputStream, IOException> streamSupplier) Get a client configuration instance for a certain URI, with streams provided by the given supplier. -
Uses of ExceptionSupplier in org.wildfly.clustering.service.concurrent
Methods in org.wildfly.clustering.service.concurrent with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionServiceExecutor.execute(ExceptionSupplier<R, E> executeTask) Deprecated, for removal: This API element is subject to removal in a future version.Executes the specified task, but only if the service was not already closed.StampedLockServiceExecutor.execute(ExceptionSupplier<R, E> executeTask) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExceptionSupplier in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionSupplierModifier and TypeMethodDescriptiondefault <R> ExceptionSupplier<R,E> ExceptionSupplier.andThen(ExceptionFunction<? super T, ? extends R, ? extends E> after) static <T extends TT,E extends EE, TT, EE extends Exception>
ExceptionSupplier<TT,EE> Functions.cast(ExceptionSupplier<T, E> supplier) Returns aExceptionSupplierwith identical behavior to the specifiedExceptionSupplierbut with relaxed return type and relaxed exception type.default ExceptionSupplier<R,E> ExceptionBiFunction.compose(ExceptionSupplier<? extends T, ? extends E> before1, ExceptionSupplier<? extends U, ? extends E> before2) default ExceptionSupplier<R,E> ExceptionFunction.compose(ExceptionSupplier<? extends T, ? extends E> before) static <T,E extends Exception>
ExceptionSupplier<T,E> Functions.constantExceptionSupplier(T value) Get a supplier which always returns the same value.Methods in org.wildfly.common.function that return types with arguments of type ExceptionSupplierModifier and TypeMethodDescriptionstatic <R,E extends Exception>
ExceptionFunction<ExceptionSupplier<R,E>, R, E> Functions.exceptionSupplierFunction()Get the singleton function which accepts a supplier and returns the result of the supplier.static <R,E extends Exception>
ExceptionBiFunction<ExceptionFunction<ExceptionSupplier<R,E>, R, E>, ExceptionSupplier<R, E>, R, E> Functions.exceptionSupplierFunctionBiFunction()Get the singleton function which accepts a function which accepts a supplier, all of which return the result of the supplier.static <R,E extends Exception>
ExceptionBiFunction<ExceptionFunction<ExceptionSupplier<R,E>, R, E>, ExceptionSupplier<R, E>, R, E> Functions.exceptionSupplierFunctionBiFunction()Get the singleton function which accepts a function which accepts a supplier, all of which return the result of the supplier.Methods in org.wildfly.common.function with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionstatic <T extends TT,E extends EE, TT, EE extends Exception>
ExceptionSupplier<TT,EE> Functions.cast(ExceptionSupplier<T, E> supplier) Returns aExceptionSupplierwith identical behavior to the specifiedExceptionSupplierbut with relaxed return type and relaxed exception type.default ExceptionRunnable<E>ExceptionBiConsumer.compose(ExceptionSupplier<? extends T, ? extends E> before1, ExceptionSupplier<? extends U, ? extends E> before2) default ExceptionSupplier<R,E> ExceptionBiFunction.compose(ExceptionSupplier<? extends T, ? extends E> before1, ExceptionSupplier<? extends U, ? extends E> before2) default ExceptionRunnable<E>ExceptionConsumer.compose(ExceptionSupplier<? extends T, ? extends E> before) default ExceptionSupplier<R,E> ExceptionFunction.compose(ExceptionSupplier<? extends T, ? extends E> before) -
Uses of ExceptionSupplier in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type ExceptionSupplierModifier and TypeMethodDescription<T,E extends Exception>
TAuthenticationContext.runAsSupplierEx(ExceptionSupplier<T, E> action) Run a privileged action with this authentication context associated for the duration of the task. -
Uses of ExceptionSupplier in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionLdapSecurityRealmBuilder.setDirContextSupplier(ExceptionSupplier<DirContext, NamingException> dirContextSupplier) Set the directory context supplier. -
Uses of ExceptionSupplier in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type ExceptionSupplierModifier and TypeMethodDescriptiondefault <T,E extends Exception>
TScoped.runAsSupplierEx(ExceptionSupplier<T, E> action) Run an action under this identity. -
Uses of ExceptionSupplier in org.wildfly.security.auth.util
Constructors in org.wildfly.security.auth.util with parameters of type ExceptionSupplierModifierConstructorDescriptionElytronFilePasswordProvider(ExceptionSupplier<CredentialSource, XMLStreamException> credentialSourceSupplier) -
Uses of ExceptionSupplier in org.wildfly.security.keystore
Methods in org.wildfly.security.keystore with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionLdapKeyStore.Builder.setDirContextSupplier(ExceptionSupplier<DirContext, NamingException> dirContextSupplier) Set theDirContextsupplier, which will be used to obtain DirContext to perform operation overKeyStore.