Package org.keycloak
Class Config.AbstractScope
java.lang.Object
org.keycloak.Config.AbstractScope
- All Implemented Interfaces:
Config.Scope
- Direct Known Subclasses:
ComponentModelScope,Config.SystemPropertiesScope
- Enclosing class:
- Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getBoolean(String key, Boolean defaultValue) protected <T> TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.Config.Scope
get, getBoolean, getInt, getLong, getPropertyNames, root, scope
-
Constructor Details
-
AbstractScope
public AbstractScope()
-
-
Method Details
-
get
- Specified by:
getin interfaceConfig.Scope
-
getInt
- Specified by:
getIntin interfaceConfig.Scope
-
getArray
- Specified by:
getArrayin interfaceConfig.Scope
-
getLong
- Specified by:
getLongin interfaceConfig.Scope
-
getBoolean
- Specified by:
getBooleanin interfaceConfig.Scope
-
getValue
-