Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CustomModifiableRealm |
Elytron.ElytronResources.customModifiableRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomModifiableRealm> |
Elytron.ElytronResources.customModifiableRealms()
Get the list of CustomModifiableRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customModifiableRealm(CustomModifiableRealm value)
Add the CustomModifiableRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customModifiableRealms(List<CustomModifiableRealm> value)
Add all CustomModifiableRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomModifiableRealm<T extends CustomModifiableRealm<T>>
Custom realm configured as being modifiable will be expected to implement the
ModifiableSecurityRealm interface.
|
interface |
CustomModifiableRealmConsumer<T extends CustomModifiableRealm<T>> |
interface |
CustomModifiableRealmSupplier<T extends CustomModifiableRealm> |
Modifier and Type | Method and Description |
---|---|
CustomModifiableRealm |
CustomModifiableRealmSupplier.get()
Constructed instance of CustomModifiableRealm resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.