|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.GrouperWsConfig
public class GrouperWsConfig
config constants for WS
Field Summary | |
---|---|
static String |
WS_ACT_AS_GROUP
name of param # Web service users who are in the following group can use the actAs field to act as someone else ws.act.as.group = aStem:aGroup |
static String |
WS_ADD_MEMBER_SUBJECTS_MAX
name of param for add member web service max, default is 1000000 # Max number of subjects to be able to pass to addMember service, default is 1000000 webservice.addMember.maxSubjects = 20000 |
Constructor Summary | |
---|---|
GrouperWsConfig()
|
Method Summary | |
---|---|
static Integer |
getPropertyInteger(String property,
Integer defaultValue)
Get a Grouper configuration parameter. |
static String |
getPropertyString(String property)
Get a Grouper configuration parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WS_ADD_MEMBER_SUBJECTS_MAX
public static final String WS_ACT_AS_GROUP
Constructor Detail |
---|
public GrouperWsConfig()
Method Detail |
---|
public static String getPropertyString(String property)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
-
public static Integer getPropertyInteger(String property, Integer defaultValue)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
- defaultValue
-
NumberFormatException
- if cannot convert the value to an Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |