public abstract class AbstractConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Supplier<RealmModel> |
realm |
protected Supplier<RealmModel> |
realmForWrite |
Constructor and Description |
---|
AbstractConfig() |
Modifier and Type | Method and Description |
---|---|
protected void |
persistRealmAttribute(String name,
Integer value) |
protected void |
persistRealmAttribute(String name,
String value) |
protected transient Supplier<RealmModel> realm
protected transient Supplier<RealmModel> realmForWrite
Copyright © 2021 JBoss by Red Hat. All rights reserved.