|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConfigPropertiesCascadeBase
edu.internet2.middleware.grouper.ws.GrouperWsConfig
public final class GrouperWsConfig
config constants for WS
Field Summary | |
---|---|
static String |
WS_ACT_AS_CACHE_MINUTES
name of param: ws.act.as.cache.seconds cache the decision to allow a user to actAs another, so it doesnt have to be calculated each time defaults to 30 minutes: |
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 # You can put multiple groups separated by commas. |
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 ws.add.member.subjects.max = 20000 |
static String |
WS_ASSIGN_ATTRIBUTE_DEF_NAME_INHERITANCE_MAX
name of param for assignAttributeDefNameInheritance save, max assignAttributeDefNameInheritance to be able to save at once, default is 1000000 # Max number of assignAttributeDefNameInheritance to be able to pass to assignAttributeDefNameInheritance service, default is 1000000 ws.assign.attributeDefName.inheritance.max = 20000 |
static String |
WS_ATTRIBUTE_DEF_NAME_DELETE_MAX
name of param for attributedefname delete, max attributedefnames to be able to delete at once, default is 1000000 # Max number of attributedefnames to be able to pass to attributedefnameDelete service, default is 1000000 ws.attributedefname.delete.max = 20000 |
static String |
WS_ATTRIBUTE_DEF_NAME_SAVE_MAX
name of param for attributeDefName save, max attributeDefNames to be able to save at once, default is 1000000 # Max number of attributeDefNames to be able to pass to attributeDefNameSave service, default is 1000000 ws.attributeDefName.save.max = 20000 |
static String |
WS_CLIENT_USER_GROUP_CACHE_MINUTES
name of param: ws.client.user.group.cache.minutes cache the decision to allow a user to user web services, so it doesnt have to be calculated each time defaults to 30 minutes: |
static String |
WS_CLIENT_USER_GROUP_NAME
name of param: ws.client.user.group.name If there is an entry here for group name, then all web service client users must be in this group (before the actAs) e.g. |
static String |
WS_DELETE_MEMBER_SUBJECTS_MAX
name of param for delete member web service max, default is 1000000 # Max number of subjects to be able to pass to deleteMember service, default is 1000000 ws.delete.member.subjects.max = 20000 |
static String |
WS_GET_GROUPS_SUBJECTS_MAX
name of param for get groups web service max, default is 1000000 # Max number of subjects to be able to pass to getGroups service, default is 1000000 ws.get.groups.subjects.max = 20000 |
static String |
WS_GROUP_ATTRIBUTE_MAX
name of param for group attribute, max groups to be able to view/edit attributes at once, default is 1000000 # Max number of subjects to be able to pass to addMember service, default is 1000000 ws.group.save.max = 20000 |
static String |
WS_GROUP_DELETE_MAX
name of param for group delete, max groups to be able to delete at once, default is 1000000 # Max number of groups to be able to pass to groupDelete service, default is 1000000 ws.group.delete.max = 20000 |
static String |
WS_GROUP_SAVE_MAX
name of param for group save, max groups to be able to save at once, default is 1000000 # Max number of groups to be able to pass to groupSave service, default is 1000000 ws.group.save.max = 20000 |
static String |
WS_HAS_MEMBER_SUBJECTS_MAX
name of param for has member web service max, default is 1000000 # Max number of subjects to be able to pass to addMember service, default is 1000000 ws.has.member.subjects.max = 20000 |
static String |
WS_LOGGED_IN_SUBJECT_DEFAULT_SOURCE
name of param: ws.logged.in.subject.default.source if you have subject namespace overlap (or not), set the default subject source to lookup the user if none specified in user name |
static String |
WS_MEMBER_CHANGE_SUBJECT_MAX
name of param for member change subject web service max, default is 1000000 # Max number of members to pass to memberChangeSubject, default is 1000000 ws.member.change.subject.max = 20000 |
static String |
WS_REST_DEFAULT_RESPONSE_CONTENT_TYPE
name of param: ws.rest.default.response.content.type if the request has no content type (http params), and the response content type is not specified in the url, then put it here. |
static String |
WS_SECURITY_NON_RAMPART_AUTHENTICATION_CLASS
to provide custom authentication (instead of the default httpServletRequest.getUserPrincipal() for non-Rampart authentication. |
static String |
WS_SECURITY_RAMPART_AUTHENTICATION_CLASS
to provide rampart authentication, Class must implement the interface: edu.internet2.middleware.grouper.ws.security.GrouperWssecAuthentication class must be fully qualified. |
static String |
WS_SEPARATOR
when packing things in a single param, this is the separator |
static String |
WS_STEM_DELETE_MAX
name of param for stem delete, max stems to be able to delete at once, default is 1000000 # Max number of stems to be able to pass to stemDelete service, default is 1000000 ws.stem.delete.max = 20000 |
static String |
WS_STEM_SAVE_MAX
name of param for stem save, max stems to be able to save at once, default is 1000000 # Max number of stems to be able to pass to stemSave service, default is 1000000 ws.stem.save.max = 20000 |
static String |
WS_SUBJECT_RESULT_ATTRIBUTE_NAMES
subject attribute names to send back when a WsSubject is sent, comma separated e.g. |
static String |
WS_SUBJECT_RESULT_DETAIL_ATTRIBUTE_NAMES
name of param for subject result attribute names when extended data is requested # subject result attribute names when extended data is requested (comma separated) default is name, description note, these will be in addition to ws.subject.result.attribute.names |
static String |
WS_VIEW_OR_EDIT_PRIVILEGES_SUBJECTS_MAX
name of param for save privileges web service max, default is 1000000 # Max number of subjects to be able to pass to savePrivileges service, default is 1000000 ws.view.or.edit.privileges.subjects.max = 20000 |
Method Summary | |
---|---|
void |
clearCachedCalculatedValues()
|
static Properties |
getProperties()
Deprecated. use GrouperWsConfig.retrieveConfig().properties() |
static boolean |
getPropertyBoolean(String property,
boolean defaultValue)
Deprecated. use GrouperWsConfig.retrieveConfig().propertyValueBoolean instead |
static int |
getPropertyInt(String property,
int defaultValue)
Deprecated. use GrouperWsConfig.retrieveConfig().propertyValueInt instead |
static String |
getPropertyString(String property)
Deprecated. use GrouperWsConfig.retrieveConfig().propertyValueString instead |
static String |
getPropertyString(String property,
String defaultValue)
Deprecated. use GrouperWsConfig.retrieveConfig().propertyValueString instead |
static GrouperWsConfig |
retrieveConfig()
retrieve a config from the config file or from cache |
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_MEMBER_CHANGE_SUBJECT_MAX
public static final String WS_GET_GROUPS_SUBJECTS_MAX
public static final String WS_GROUP_DELETE_MAX
public static final String WS_ATTRIBUTE_DEF_NAME_DELETE_MAX
public static final String WS_GROUP_SAVE_MAX
public static final String WS_ATTRIBUTE_DEF_NAME_SAVE_MAX
public static final String WS_STEM_DELETE_MAX
public static final String WS_ASSIGN_ATTRIBUTE_DEF_NAME_INHERITANCE_MAX
public static final String WS_STEM_SAVE_MAX
public static final String WS_GROUP_ATTRIBUTE_MAX
public static final String WS_DELETE_MEMBER_SUBJECTS_MAX
public static final String WS_HAS_MEMBER_SUBJECTS_MAX
public static final String WS_SUBJECT_RESULT_DETAIL_ATTRIBUTE_NAMES
public static final String WS_SUBJECT_RESULT_ATTRIBUTE_NAMES
public static final String WS_SEPARATOR
public static final String WS_ACT_AS_GROUP
public static final String WS_ACT_AS_CACHE_MINUTES
public static final String WS_LOGGED_IN_SUBJECT_DEFAULT_SOURCE
public static final String WS_VIEW_OR_EDIT_PRIVILEGES_SUBJECTS_MAX
public static final String WS_REST_DEFAULT_RESPONSE_CONTENT_TYPE
public static final String WS_SECURITY_NON_RAMPART_AUTHENTICATION_CLASS
public static final String WS_SECURITY_RAMPART_AUTHENTICATION_CLASS
public static final String WS_CLIENT_USER_GROUP_NAME
public static final String WS_CLIENT_USER_GROUP_CACHE_MINUTES
Method Detail |
---|
public static GrouperWsConfig retrieveConfig()
@Deprecated public static String getPropertyString(String property)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
- to lookup
@Deprecated public static Properties getProperties()
@Deprecated public static String getPropertyString(String property, String defaultValue)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
- to lookupdefaultValue
- is the value if the property isnt found
@Deprecated public static int getPropertyInt(String property, int defaultValue)
property
- to lookupdefaultValue
- of the int if not there
@Deprecated public static boolean getPropertyBoolean(String property, boolean defaultValue)
property
- to lookupdefaultValue
- if the property is not there
public void clearCachedCalculatedValues()
ConfigPropertiesCascadeBase#clearCachedCalculatedValues
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |