Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
KeyStoreRealm |
Elytron.ElytronResources.keyStoreRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<KeyStoreRealm> |
Elytron.ElytronResources.keyStoreRealms()
Get the list of KeyStoreRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.keyStoreRealm(KeyStoreRealm value)
Add the KeyStoreRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.keyStoreRealms(List<KeyStoreRealm> value)
Add all KeyStoreRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreRealm<T extends KeyStoreRealm<T>>
A security realm definition backed by a key store.
|
interface |
KeyStoreRealmConsumer<T extends KeyStoreRealm<T>> |
interface |
KeyStoreRealmSupplier<T extends KeyStoreRealm> |
Modifier and Type | Method and Description |
---|---|
KeyStoreRealm |
KeyStoreRealmSupplier.get()
Constructed instance of KeyStoreRealm resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.