Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
DirContext |
Elytron.ElytronResources.dirContext(String key) |
Modifier and Type | Method and Description |
---|---|
List<DirContext> |
Elytron.ElytronResources.dirContexts()
Get the list of DirContext resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.dirContext(DirContext value)
Add the DirContext object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.dirContexts(List<DirContext> value)
Add all DirContext objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
DirContext<T extends DirContext<T>>
The configuration to connect to a directory (LDAP) server.
|
interface |
DirContextConsumer<T extends DirContext<T>> |
interface |
DirContextSupplier<T extends DirContext> |
Modifier and Type | Method and Description |
---|---|
DirContext |
DirContextSupplier.get()
Constructed instance of DirContext resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.