Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
IdentityRealm |
Elytron.ElytronResources.identityRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<IdentityRealm> |
Elytron.ElytronResources.identityRealms()
Get the list of IdentityRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.identityRealm(IdentityRealm value)
Add the IdentityRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.identityRealms(List<IdentityRealm> value)
Add all IdentityRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityRealm<T extends IdentityRealm<T>>
Realm definition for a realm which contains a single pre-defined identity.
|
interface |
IdentityRealmConsumer<T extends IdentityRealm<T>> |
interface |
IdentityRealmSupplier<T extends IdentityRealm> |
Modifier and Type | Method and Description |
---|---|
IdentityRealm |
IdentityRealmSupplier.get()
Constructed instance of IdentityRealm resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.