public class Configuration extends Object
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthServerUrl() |
String |
getBind() |
int |
getPort() |
String |
getRealmName() |
String |
getResourceName() |
String |
getResourceSecret() |
void |
setAuthServerUrl(String authServerUrl) |
void |
setBind(String bind) |
void |
setPort(int port) |
void |
setRealmName(String realmName) |
void |
setResourceName(String resourceName) |
void |
setResourceSecret(String resourceSecret) |
public String getRealmName()
public void setRealmName(String realmName)
public String getResourceName()
public void setResourceName(String resourceName)
public String getResourceSecret()
public void setResourceSecret(String resourceSecret)
public String getAuthServerUrl()
public void setAuthServerUrl(String authServerUrl)
public int getPort()
public void setPort(int port)
public String getBind()
public void setBind(String bind)
Copyright © 2015–2016. All rights reserved.