public class BaseRealmConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authServerUrl |
protected int |
confidentialPort |
protected String |
realm |
protected String |
realmKey |
protected String |
sslRequired |
Constructor and Description |
---|
BaseRealmConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthServerUrl() |
int |
getConfidentialPort() |
String |
getRealm() |
String |
getRealmKey() |
String |
getSslRequired() |
void |
setAuthServerUrl(String authServerUrl) |
void |
setConfidentialPort(int confidentialPort) |
void |
setRealm(String realm) |
void |
setRealmKey(String realmKey) |
void |
setSslRequired(String sslRequired) |
protected String realm
protected String realmKey
protected String authServerUrl
protected String sslRequired
protected int confidentialPort
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)
public int getConfidentialPort()
public void setConfidentialPort(int confidentialPort)
Copyright © 2019 JBoss by Red Hat. All rights reserved.