public interface S2SConfigurationService
Modifier and Type | Method and Description |
---|---|
Boolean |
getValueAsBoolean(String name)
This method gets a config value for the s2s application from a config name as a Boolean.
|
String |
getValueAsString(String name)
This method gets a config value for the s2s application from a config name as a String.
|
String getValueAsString(String name)
name
- the name to retrieve the value forIllegalArgumentException
- if the name is blankBoolean getValueAsBoolean(String name)
This method will return null if the parameter does not exist or is not a valid truth value.
valid true values (case insensitive):name
- the name to retrieve the value forIllegalArgumentException
- if the name is blankCopyright © 2014–2015 The Kuali Foundation. All rights reserved.