public class BaseRealmConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authServerUrl |
protected String |
realm |
protected String |
realmKey |
protected String |
sslRequired |
Constructor and Description |
---|
BaseRealmConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthServerUrl() |
String |
getRealm() |
String |
getRealmKey() |
String |
getSslRequired() |
void |
setAuthServerUrl(String authServerUrl) |
void |
setRealm(String realm) |
void |
setRealmKey(String realmKey) |
void |
setSslRequired(String sslRequired) |
protected String realm
protected String realmKey
protected String authServerUrl
protected String sslRequired
public String getSslRequired()
public void setSslRequired(String sslRequired)
public String getRealm()
public void setRealm(String realm)
public String getRealmKey()
public void setRealmKey(String realmKey)
public String getAuthServerUrl()
public void setAuthServerUrl(String authServerUrl)
Copyright © 2016 JBoss by Red Hat. All rights reserved.