public interface OAuth2ServiceConfiguration
Service.| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Client id of identity service instance.
|
String |
getClientSecret()
Client secret of identity service instance.
|
Map<String,String> |
getProperties()
Returns all properties of the configuration as a map.
|
String |
getProperty(String name)
Returns the value of the given property as string.
|
Service |
getService()
Returns the identity
Service of this configuration. |
URI |
getUrl()
Base URL of the OAuth2 identity service instance.
|
boolean |
hasProperty(String name)
Returns true if the configuration contains the given property.
|
boolean |
isLegacyMode()
Returns true, in case of XSUAA service runs in legacy mode.
|
String getClientId()
String getClientSecret()
URI getUrl()
@Nullable String getProperty(String name)
name - the name of the property. You can find constants in
CFConstantsMap<String,String> getProperties()
boolean hasProperty(String name)
name - the name of the property. You can find constants in
CFConstantsService getService()
Service of this configuration.boolean isLegacyMode()
Copyright © 2021. All rights reserved.