Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
LdapRealm |
Elytron.ElytronResources.ldapRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<LdapRealm> |
Elytron.ElytronResources.ldapRealms()
Get the list of LdapRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.ldapRealm(LdapRealm value)
Add the LdapRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.ldapRealms(List<LdapRealm> value)
Add all LdapRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LdapRealm<T extends LdapRealm<T>>
A security realm definition backed by LDAP.
|
interface |
LdapRealmConsumer<T extends LdapRealm<T>> |
interface |
LdapRealmSupplier<T extends LdapRealm> |
Modifier and Type | Method and Description |
---|---|
LdapRealm |
LdapRealmSupplier.get()
Constructed instance of LdapRealm resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.