Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.security |
Modifier and Type | Method and Description |
---|---|
ElytronRealm |
Security.SecurityResources.elytronRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<ElytronRealm> |
Security.SecurityResources.elytronRealms()
Get the list of ElytronRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Security.elytronRealm(ElytronRealm value)
Add the ElytronRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Security.elytronRealms(List<ElytronRealm> value)
Add all ElytronRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ElytronRealm<T extends ElytronRealm<T>>
The configuration of an Elytron-compatible realm that delegates
authentication decisions to a legacy security domain.
|
interface |
ElytronRealmConsumer<T extends ElytronRealm<T>> |
interface |
ElytronRealmSupplier<T extends ElytronRealm> |
Modifier and Type | Method and Description |
---|---|
ElytronRealm |
ElytronRealmSupplier.get()
Constructed instance of ElytronRealm resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.