|
||||||||||
| 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 java.lang.String |
ACCESS_PRIVILEGE_INTERFACE
Property name for AccessAdapter implementation. |
static java.lang.String |
ATTRIBUTE_DEF_PRIVILEGE_INTERFACE
Property name for AttributeDefAdapter implementation. |
static java.lang.String |
NAMING_PRIVILEGE_INTERFACE
Property name for NamingAdapter implementation. |
static java.util.Map<java.lang.String,java.lang.String> |
testConfig
set some test config overrides |
| Constructor Summary | |
|---|---|
ApiConfig()
Access Grouper API configuration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String property)
Get value of property. |
java.util.Set<java.lang.String> |
getPropertyNames()
property names |
java.lang.String |
setProperty(java.lang.String property,
java.lang.String value)
Set value of property. |
static java.lang.String |
versionTimestamp()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACCESS_PRIVILEGE_INTERFACE
AccessAdapter implementation.
public static final java.lang.String ATTRIBUTE_DEF_PRIVILEGE_INTERFACE
AttributeDefAdapter implementation.
public static final java.lang.String NAMING_PRIVILEGE_INTERFACE
NamingAdapter implementation.
public static final java.util.Map<java.lang.String,java.lang.String> testConfig
| Constructor Detail |
|---|
public ApiConfig()
| Method Detail |
|---|
public java.util.Set<java.lang.String> getPropertyNames()
public java.lang.String getProperty(java.lang.String property)
throws java.lang.IllegalArgumentException
Configuration
getProperty in interface Configurationproperty - Get this property.
java.lang.IllegalArgumentException - if property is null.Configuration.getProperty(String)public static java.lang.String versionTimestamp()
public java.lang.String setProperty(java.lang.String property,
java.lang.String value)
Configuration
setProperty in interface Configurationproperty - 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 | |||||||||