public interface MPRealmConfig
Configuration information used to populate a SimpleMapBackedSecurityRealm
}
-
Method Summary
boolean
Determine whether security via the embedded realm is enabled.
-
Method Details
-
realmName
@WithDefault("Quarkus")
String realmName()
The realm name. This is used when generating a hashed password
-
enabled
@WithDefault("false")
boolean enabled()
Determine whether security via the embedded realm is enabled.
-