public interface IUIConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getLogoutUrl()
Gets the URL to use to logout of the UI.
|
String |
getManagementApiAuthPassword()
Gets the password to use when doing basic auth to the management layer
api.
|
String |
getManagementApiAuthTokenGenerator()
Gets the classname of the token generator to use when doing token auth to
the management layer api.
|
ApiAuthType |
getManagementApiAuthType()
Gets the management layer's API authentication type.
|
String |
getManagementApiAuthUsername()
Gets the username to use when doing basic auth to the management layer
api.
|
String |
getManagementApiEndpoint()
Gets the management layer's API endpoint.
|
String getManagementApiEndpoint()
ApiAuthType getManagementApiAuthType()
String getManagementApiAuthUsername()
String getManagementApiAuthPassword()
String getManagementApiAuthTokenGenerator()
String getLogoutUrl()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.