public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authServerUrl |
protected Map<String,Object> |
clientCredentials |
protected String |
clientId |
protected String |
realm |
| Constructor and Description |
|---|
Configuration() |
Configuration(String authServerUrl,
String realm,
String clientId,
Map<String,Object> clientCredentials,
org.apache.http.client.HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthServerUrl() |
ClientAuthenticator |
getClientAuthenticator() |
Map<String,Object> |
getClientCredentials() |
String |
getClientId() |
org.apache.http.client.HttpClient |
getHttpClient() |
String |
getRealm() |
protected String authServerUrl
protected String realm
protected String clientId
public org.apache.http.client.HttpClient getHttpClient()
public String getClientId()
public String getAuthServerUrl()
public ClientAuthenticator getClientAuthenticator()
public String getRealm()
Copyright © 2017 JBoss by Red Hat. All rights reserved.