public class Conf
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
Conf(String name,
org.keycloak.Config.Scope scope)
-
Method Summary
boolean
boolean
void
long
long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Conf
public Conf(String name,
org.keycloak.Config.Scope scope)
-
Method Details
-
-
-
-
-
-
-
bool
public boolean bool(String key)
-
bool
public boolean bool(String key,
boolean defaultValue)
-
number
public long number(String key)
-
number
public long number(String key,
long defaultValue)
-
-
-
ensure
public void ensure(boolean test,
String format,
Object... args)
-