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 SummaryFields Modifier and Type Field Description protected Supplier<RealmModel>realmprotected Supplier<RealmModel>realmForWrite
 - 
Constructor SummaryConstructors Constructor Description AbstractConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpersistRealmAttribute(String name, Integer value)protected voidpersistRealmAttribute(String name, String value)
 
- 
- 
- 
Field Detail- 
realmprotected transient Supplier<RealmModel> realm 
 - 
realmForWriteprotected transient Supplier<RealmModel> realmForWrite 
 
- 
 
-