Uses of Interface
org.wildfly.common.function.ExceptionSupplier
-
Packages that use ExceptionSupplier Package Description org.jboss.ejb.client.legacy org.wildfly.client.config org.wildfly.clustering.service.concurrent org.wildfly.common.function Classes which implement useful functions which are missing fromjava.util.function.org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealmimplementation capable of integrating with LDAP servers.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.util Miscellaneous utility classes and APIs for client and server login applications.org.wildfly.security.keystore Utility classes providing and augmenting support forKeyStoremanagement. -
-
Uses of ExceptionSupplier in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy that return ExceptionSupplier Modifier and Type Method Description ExceptionSupplier<CallbackHandler,ReflectiveOperationException>JBossEJBProperties.AuthenticationConfiguration. getCallbackHandlerSupplier()ExceptionSupplier<ClusterNodeSelector,ReflectiveOperationException>JBossEJBProperties.ClusterConfiguration. getClusterNodeSelectorSupplier()ExceptionSupplier<CallbackHandler,ReflectiveOperationException>JBossEJBProperties. getDefaultCallbackHandlerSupplier()ExceptionSupplier<DeploymentNodeSelector,ReflectiveOperationException>JBossEJBProperties. getDeploymentNodeSelectorSupplier()Methods in org.jboss.ejb.client.legacy with parameters of type ExceptionSupplier Modifier and Type Method Description static 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 ExceptionSupplier Modifier and Type Method Description static 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 ExceptionSupplier Modifier and Type Method Description <R,E extends Exception>
Optional<R>ServiceExecutor. 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.<R,E extends Exception>
Optional<R>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 ExceptionSupplier Modifier and Type Method Description default <R> ExceptionSupplier<R,E>ExceptionSupplier. andThen(ExceptionFunction<? super T,? extends R,? extends E> after)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 ExceptionSupplier Modifier and Type Method Description static <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 ExceptionSupplier Modifier and Type Method Description 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 ExceptionSupplier Modifier and Type Method Description <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 ExceptionSupplier Modifier and Type Method Description LdapSecurityRealmBuilderLdapSecurityRealmBuilder. 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 ExceptionSupplier Modifier and Type Method Description default <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 ExceptionSupplier Constructor Description ElytronFilePasswordProvider(ExceptionSupplier<CredentialSource,XMLStreamException> credentialSourceSupplier) -
Uses of ExceptionSupplier in org.wildfly.security.keystore
Methods in org.wildfly.security.keystore with parameters of type ExceptionSupplier Modifier and Type Method Description LdapKeyStore.BuilderLdapKeyStore.Builder. setDirContextSupplier(ExceptionSupplier<DirContext,NamingException> dirContextSupplier)Set theDirContextsupplier, which will be used to obtain DirContext to perform operation overKeyStore.
-