public class PropertiesRealmConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authMechanism
The authentication mechanism
|
boolean |
enabled
If the properties store is enabled.
|
String |
realmName
The authentication mechanism
|
String |
roles
The location of the roles property file
|
String |
users
The location of the users property resource
|
| Constructor and Description |
|---|
PropertiesRealmConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
getAuthConfig()
Used to access what should be a parent class, but parsing of the MP config properties is not working
from parent to child
|
String |
getAuthMechanism() |
String |
getRealmName() |
String |
getRoles() |
String |
getUsers() |
String |
help() |
boolean |
isEnabled() |
void |
setAuthMechanism(String authMechanism) |
void |
setEnabled(boolean enabled) |
void |
setRealmName(String realmName) |
void |
setRoles(String roles) |
void |
setUsers(String users) |
String |
toString() |
@ConfigItem(defaultValue="BASIC") public String authMechanism
@ConfigItem(defaultValue="Quarkus") public String realmName
@ConfigItem public boolean enabled
@ConfigItem(defaultValue="users.properties") public String users
@ConfigItem(defaultValue="roles.properties") public String roles
public String help()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getUsers()
public void setUsers(String users)
public String getRoles()
public void setRoles(String roles)
public String getAuthMechanism()
public void setAuthMechanism(String authMechanism)
public String getRealmName()
public void setRealmName(String realmName)
public AuthConfig getAuthConfig()
Copyright © 2019 JBoss by Red Hat. All rights reserved.