Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.management |
Modifier and Type | Method and Description |
---|---|
LdapConnection |
ManagementCoreService.ManagementCoreServiceResources.ldapConnection(String key) |
Modifier and Type | Method and Description |
---|---|
List<LdapConnection> |
ManagementCoreService.ManagementCoreServiceResources.ldapConnections()
Get the list of LdapConnection resources
|
Modifier and Type | Method and Description |
---|---|
T |
ManagementCoreService.ldapConnection(LdapConnection value)
Add the LdapConnection object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ManagementCoreService.ldapConnections(List<LdapConnection> value)
Add all LdapConnection objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LdapConnection<T extends LdapConnection<T>>
A connection factory that can be used by a security realm to access an LDAP
server as a source of authentication and authorization information.
|
interface |
LdapConnectionConsumer<T extends LdapConnection<T>> |
interface |
LdapConnectionSupplier<T extends LdapConnection> |
Modifier and Type | Method and Description |
---|---|
LdapConnection |
LdapConnectionSupplier.get()
Constructed instance of LdapConnection resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.