|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.cfg.ApiConfig
public class ApiConfig
Grouper API configuration. If you are accessing a property from grouper.properties, you should probably use GrouperConfig
Field Summary | |
---|---|
static String |
ACCESS_PRIVILEGE_INTERFACE
Property name for AccessAdapter implementation. |
static String |
ATTRIBUTE_DEF_PRIVILEGE_INTERFACE
Property name for AttributeDefAdapter implementation. |
static String |
NAMING_PRIVILEGE_INTERFACE
Property name for NamingAdapter implementation. |
static Map<String,String> |
testConfig
set some test config overrides |
Constructor Summary | |
---|---|
ApiConfig()
Access Grouper API configuration. |
Method Summary | |
---|---|
String |
getProperty(String property)
Get value of property. |
Set<String> |
getPropertyNames()
property names |
String |
setProperty(String property,
String value)
Set value of property. |
static String |
versionTimestamp()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACCESS_PRIVILEGE_INTERFACE
AccessAdapter
implementation.
public static final String ATTRIBUTE_DEF_PRIVILEGE_INTERFACE
AttributeDefAdapter
implementation.
public static final String NAMING_PRIVILEGE_INTERFACE
NamingAdapter
implementation.
public static final Map<String,String> testConfig
Constructor Detail |
---|
public ApiConfig()
Method Detail |
---|
public Set<String> getPropertyNames()
public String getProperty(String property) throws IllegalArgumentException
Configuration
getProperty
in interface Configuration
property
- Get this property.
IllegalArgumentException
- if property is null.Configuration.getProperty(String)
public static String versionTimestamp()
public String setProperty(String property, String value)
Configuration
setProperty
in interface Configuration
property
- Set this property.value
- Value to set on this property.
Configuration.setProperty(String, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |