Package | Description |
---|---|
org.wildfly.swarm.config.management | |
org.wildfly.swarm.config.management.security_realm |
Modifier and Type | Method and Description |
---|---|
PlugIn |
SecurityRealm.SecurityRealmResources.plugIn(String key) |
Modifier and Type | Method and Description |
---|---|
List<PlugIn> |
SecurityRealm.SecurityRealmResources.plugIns()
Get the list of PlugIn resources
|
Modifier and Type | Method and Description |
---|---|
T |
SecurityRealm.plugIn(PlugIn value)
Add the PlugIn object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
SecurityRealm.plugIns(List<PlugIn> value)
Add all PlugIn objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PlugIn<T extends PlugIn<T>>
An extension to the security realm allowing additional authentication /
authorization modules to be loaded.
|
interface |
PlugInConsumer<T extends PlugIn<T>> |
interface |
PlugInSupplier<T extends PlugIn> |
Modifier and Type | Method and Description |
---|---|
PlugIn |
PlugInSupplier.get()
Constructed instance of PlugIn resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.