Class MPRealmConfig
- java.lang.Object
-
- io.quarkus.elytron.security.runtime.MPRealmConfig
-
public class MPRealmConfig extends Object
Configuration information used to populate a SimpleMapBackedSecurityRealm }
-
-
Constructor Summary
Constructors Constructor Description MPRealmConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRealmName()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetRealmName(String realmName)StringtoString()
-
-
-
Field Detail
-
realmName
@ConfigItem(defaultValue="Quarkus") public String realmName
The realm name. This is used when generating a hashed password
-
enabled
@ConfigItem public boolean enabled
Determine whether security via the embedded realm is enabled.
-
-