Skip navigation links
WildFly Configuration API, 0.1.0
A C D E G K M O P R S T W 

A

accept(T) - Method in interface org.wildfly.swarm.config.keycloak.server.spi.ProviderConsumer
Configure a pre-constructed instance of Provider resource
accept(T) - Method in interface org.wildfly.swarm.config.keycloak.server.SpiConsumer
Configure a pre-constructed instance of Spi resource
accept(T) - Method in interface org.wildfly.swarm.config.keycloak.server.ThemeConsumer
Configure a pre-constructed instance of Theme resource
accept(T) - Method in interface org.wildfly.swarm.config.KeycloakServerConsumer
Configure a pre-constructed instance of KeycloakServer resource
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Adds a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
Adds a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Adds a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.KeycloakServer
Adds a property change listener
andThen(ProviderConsumer<T>) - Method in interface org.wildfly.swarm.config.keycloak.server.spi.ProviderConsumer
 
andThen(SpiConsumer<T>) - Method in interface org.wildfly.swarm.config.keycloak.server.SpiConsumer
 
andThen(ThemeConsumer<T>) - Method in interface org.wildfly.swarm.config.keycloak.server.ThemeConsumer
 
andThen(KeycloakServerConsumer<T>) - Method in interface org.wildfly.swarm.config.KeycloakServerConsumer
 
attributeDefault() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
The default theme to use if no theme is specified for a realm.
attributeDefault(String) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
The default theme to use if no theme is specified for a realm.

C

cachetemplates() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
If true, theme templates are cached.
cachetemplates(Boolean) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
If true, theme templates are cached.
cachethemes() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
If true, themes are cached.
cachethemes(Boolean) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
If true, themes are cached.

D

defaultProvider() - Method in class org.wildfly.swarm.config.keycloak.server.Spi
The default provider for the spi.
defaultProvider(String) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
The default provider for the spi.
dir() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Directory where themes can be located.
dir(String) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Directory where themes can be located.

E

enabled() - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
Enable or disable the provider.
enabled(Boolean) - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
Enable or disable the provider.

G

get() - Method in interface org.wildfly.swarm.config.keycloak.server.spi.ProviderSupplier
Constructed instance of Provider resource
get() - Method in interface org.wildfly.swarm.config.keycloak.server.SpiSupplier
Constructed instance of Spi resource
get() - Method in interface org.wildfly.swarm.config.keycloak.server.ThemeSupplier
Constructed instance of Theme resource
get() - Method in interface org.wildfly.swarm.config.KeycloakServerSupplier
Constructed instance of KeycloakServer resource
getKey() - Method in class org.wildfly.swarm.config.keycloak.server.Spi
 
getKey() - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
 
getKey() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
 
getKey() - Method in class org.wildfly.swarm.config.KeycloakServer
 

K

KeycloakServer<T extends KeycloakServer<T>> - Class in org.wildfly.swarm.config
Keycloak subsystem
KeycloakServer() - Constructor for class org.wildfly.swarm.config.KeycloakServer
 
KeycloakServer.KeycloakServerResources - Class in org.wildfly.swarm.config
Child mutators for KeycloakServer
KeycloakServerConsumer<T extends KeycloakServer<T>> - Interface in org.wildfly.swarm.config
 
KeycloakServerResources() - Constructor for class org.wildfly.swarm.config.KeycloakServer.KeycloakServerResources
 
KeycloakServerSupplier<T extends KeycloakServer> - Interface in org.wildfly.swarm.config
 

M

masterRealmName() - Method in class org.wildfly.swarm.config.KeycloakServer
The name of the master admin realm.
masterRealmName(String) - Method in class org.wildfly.swarm.config.KeycloakServer
The name of the master admin realm.
module(String) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
List of modules containing themes.
modules() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
List of modules containing themes.
modules(List<String>) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
List of modules containing themes.
modules(String...) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
List of modules containing themes.

O

org.wildfly.swarm.config - package org.wildfly.swarm.config
 
org.wildfly.swarm.config.keycloak.server - package org.wildfly.swarm.config.keycloak.server
 
org.wildfly.swarm.config.keycloak.server.spi - package org.wildfly.swarm.config.keycloak.server.spi
 

P

properties() - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
The properties for the provider.
properties(Map) - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
The properties for the provider.
property(String, Object) - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
The properties for the provider.
Provider<T extends Provider<T>> - Class in org.wildfly.swarm.config.keycloak.server.spi
A provider for the spi.
provider(Provider) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Add the Provider object to the list of subresources
provider(String, ProviderConsumer) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Create and configure a Provider object to the list of subresources
provider(String) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Create and configure a Provider object to the list of subresources
provider(ProviderSupplier) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Install a supplied Provider object to the list of subresources
Provider(String) - Constructor for class org.wildfly.swarm.config.keycloak.server.spi.Provider
 
provider(String) - Method in class org.wildfly.swarm.config.keycloak.server.Spi.SpiResources
 
provider(String) - Method in class org.wildfly.swarm.config.KeycloakServer
Paths to search for Keycloak provider jars.
ProviderConsumer<T extends Provider<T>> - Interface in org.wildfly.swarm.config.keycloak.server.spi
 
providers(List<Provider>) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Add all Provider objects to this subresource
providers() - Method in class org.wildfly.swarm.config.keycloak.server.Spi.SpiResources
Get the list of Provider resources
providers() - Method in class org.wildfly.swarm.config.KeycloakServer
Paths to search for Keycloak provider jars.
providers(List<String>) - Method in class org.wildfly.swarm.config.KeycloakServer
Paths to search for Keycloak provider jars.
providers(String...) - Method in class org.wildfly.swarm.config.KeycloakServer
Paths to search for Keycloak provider jars.
ProviderSupplier<T extends Provider> - Interface in org.wildfly.swarm.config.keycloak.server.spi
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.spi.Provider
Removes a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.Spi
Removes a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Removes a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.KeycloakServer
Removes a property change listener

S

scheduledTaskInterval() - Method in class org.wildfly.swarm.config.KeycloakServer
The interval (in seconds) to run scheduled tasks.
scheduledTaskInterval(Long) - Method in class org.wildfly.swarm.config.KeycloakServer
The interval (in seconds) to run scheduled tasks.
Spi<T extends Spi<T>> - Class in org.wildfly.swarm.config.keycloak.server
A Service Provider type.
Spi(String) - Constructor for class org.wildfly.swarm.config.keycloak.server.Spi
 
spi(String) - Method in class org.wildfly.swarm.config.KeycloakServer.KeycloakServerResources
 
spi(Spi) - Method in class org.wildfly.swarm.config.KeycloakServer
Add the Spi object to the list of subresources
spi(String, SpiConsumer) - Method in class org.wildfly.swarm.config.KeycloakServer
Create and configure a Spi object to the list of subresources
spi(String) - Method in class org.wildfly.swarm.config.KeycloakServer
Create and configure a Spi object to the list of subresources
spi(SpiSupplier) - Method in class org.wildfly.swarm.config.KeycloakServer
Install a supplied Spi object to the list of subresources
Spi.SpiResources - Class in org.wildfly.swarm.config.keycloak.server
Child mutators for Spi
SpiConsumer<T extends Spi<T>> - Interface in org.wildfly.swarm.config.keycloak.server
 
SpiResources() - Constructor for class org.wildfly.swarm.config.keycloak.server.Spi.SpiResources
 
spis() - Method in class org.wildfly.swarm.config.KeycloakServer.KeycloakServerResources
Get the list of Spi resources
spis(List<Spi>) - Method in class org.wildfly.swarm.config.KeycloakServer
Add all Spi objects to this subresource
SpiSupplier<T extends Spi> - Interface in org.wildfly.swarm.config.keycloak.server
 
staticmaxage() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Maximum time the browser should cache theme resources.
staticmaxage(Long) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
Maximum time the browser should cache theme resources.
subresources() - Method in class org.wildfly.swarm.config.keycloak.server.Spi
 
subresources() - Method in class org.wildfly.swarm.config.KeycloakServer
 

T

Theme<T extends Theme<T>> - Class in org.wildfly.swarm.config.keycloak.server
Theme configuration properties.
Theme(String) - Constructor for class org.wildfly.swarm.config.keycloak.server.Theme
 
theme(String) - Method in class org.wildfly.swarm.config.KeycloakServer.KeycloakServerResources
 
theme(Theme) - Method in class org.wildfly.swarm.config.KeycloakServer
Add the Theme object to the list of subresources
theme(String, ThemeConsumer) - Method in class org.wildfly.swarm.config.KeycloakServer
Create and configure a Theme object to the list of subresources
theme(String) - Method in class org.wildfly.swarm.config.KeycloakServer
Create and configure a Theme object to the list of subresources
theme(ThemeSupplier) - Method in class org.wildfly.swarm.config.KeycloakServer
Install a supplied Theme object to the list of subresources
ThemeConsumer<T extends Theme<T>> - Interface in org.wildfly.swarm.config.keycloak.server
 
themes() - Method in class org.wildfly.swarm.config.KeycloakServer.KeycloakServerResources
Get the list of Theme resources
themes(List<Theme>) - Method in class org.wildfly.swarm.config.KeycloakServer
Add all Theme objects to this subresource
ThemeSupplier<T extends Theme> - Interface in org.wildfly.swarm.config.keycloak.server
 

W

webContext() - Method in class org.wildfly.swarm.config.KeycloakServer
Web context where Keycloak server is bound.
webContext(String) - Method in class org.wildfly.swarm.config.KeycloakServer
Web context where Keycloak server is bound.
welcometheme() - Method in class org.wildfly.swarm.config.keycloak.server.Theme
The welcome theme.
welcometheme(String) - Method in class org.wildfly.swarm.config.keycloak.server.Theme
The welcome theme.
A C D E G K M O P R S T W 
Skip navigation links
WildFly Configuration API, 0.1.0

Copyright © 2017 JBoss by Red Hat. All rights reserved.