public abstract class JndiContextSupplier extends Object implements Supplier<JndiContextWrapper>
Supplier implementations to return a JndiContextWrapper
implementation.| Modifier and Type | Class and Description |
|---|---|
static class |
JndiContextSupplier.DefaultJndiContextSupplier
JndiContextWrapper Supplier that attempts to initialize a standard
InitialContext. |
static class |
JndiContextSupplier.EmptyJndiContextSupplier
JndiContextWrapper Supplier that does not provide a Jndi Context
|
| Constructor and Description |
|---|
JndiContextSupplier() |
Copyright © 2022. All rights reserved.