public class KeycloakServerFraction extends <any> implements Fraction<KeycloakServerFraction>
Modifier and Type | Field and Description |
---|---|
static String |
BASIC |
static String |
DEFAULT |
static String |
JPA |
Constructor and Description |
---|
KeycloakServerFraction() |
Modifier and Type | Method and Description |
---|---|
KeycloakServerFraction |
applyDefaults(boolean hasConfiguration)
The container always calls this method, but the default implementation delegates to
Fraction.applyDefaults() . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyDefaults
public static final String JPA
public static final String DEFAULT
public static final String BASIC
public KeycloakServerFraction applyDefaults(boolean hasConfiguration)
Fraction
Fraction.applyDefaults()
.
Unlike Fraction.applyDefaults()
this method allows a fraction to customize the defaults depending on whether this fraction was explicitly configured by a
user or not.
applyDefaults
in interface Fraction<KeycloakServerFraction>
Copyright © 2020 JBoss by Red Hat. All rights reserved.