Package org.keycloak.models
Class AbstractConfig
- java.lang.Object
-
- org.keycloak.models.AbstractConfig
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CibaConfig
,ParConfig
public abstract class AbstractConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Supplier<RealmModel>
realm
protected Supplier<RealmModel>
realmForWrite
-
Constructor Summary
Constructors Constructor Description AbstractConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
persistRealmAttribute(String name, Integer value)
protected void
persistRealmAttribute(String name, String value)
-
-
-
Field Detail
-
realm
protected transient Supplier<RealmModel> realm
-
realmForWrite
protected transient Supplier<RealmModel> realmForWrite
-
-