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