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