Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.management | |
org.wildfly.swarm.management |
Modifier and Type | Method and Description |
---|---|
SecurityRealm |
ManagementCoreService.ManagementCoreServiceResources.securityRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<SecurityRealm> |
ManagementCoreService.ManagementCoreServiceResources.securityRealms()
Get the list of SecurityRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
ManagementCoreService.securityRealm(SecurityRealm value)
Add the SecurityRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ManagementCoreService.securityRealms(List<SecurityRealm> value)
Add all SecurityRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityRealm<T extends SecurityRealm<T>>
A security realm that can be associated with a management interface and used
to control access to the management services.
|
interface |
SecurityRealmConsumer<T extends SecurityRealm<T>> |
interface |
SecurityRealmSupplier<T extends SecurityRealm> |
Modifier and Type | Method and Description |
---|---|
SecurityRealm |
SecurityRealmSupplier.get()
Constructed instance of SecurityRealm resource
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedSecurityRealm |
Copyright © 2019 JBoss by Red Hat. All rights reserved.