|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.GrouperWsConfig
public final class GrouperWsConfig
config constants for WS
Field Summary | |
---|---|
static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String |
WS_SECURITY_NON_RAMPART_AUTHENTICATION_CLASS
to provide custom authentication (instead of the default httpServletRequest.getUserPrincipal() for non-Rampart authentication. |
static java.lang.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 java.lang.String |
WS_SEPARATOR
when packing things in a single param, this is the separator |
static java.lang.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 java.lang.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 java.lang.String |
WS_SUBJECT_RESULT_ATTRIBUTE_NAMES
subject attribute names to send back when a WsSubject is sent, comma separated e.g. |
static java.lang.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 java.lang.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 | |
---|---|
static java.util.Properties |
getProperties()
get all properties |
static boolean |
getPropertyBoolean(java.lang.String property,
boolean defaultValue)
Get a Grouper configuration parameter as boolean (must be true|t|false|f case-insensitive) |
static int |
getPropertyInt(java.lang.String property,
int defaultValue)
Get a Grouper configuration parameter an integer |
static java.lang.String |
getPropertyString(java.lang.String property)
Get a Grouper configuration parameter. |
static java.lang.String |
getPropertyString(java.lang.String property,
java.lang.String defaultValue)
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 java.lang.String WS_ADD_MEMBER_SUBJECTS_MAX
public static final java.lang.String WS_MEMBER_CHANGE_SUBJECT_MAX
public static final java.lang.String WS_GET_GROUPS_SUBJECTS_MAX
public static final java.lang.String WS_GROUP_DELETE_MAX
public static final java.lang.String WS_GROUP_SAVE_MAX
public static final java.lang.String WS_STEM_DELETE_MAX
public static final java.lang.String WS_STEM_SAVE_MAX
public static final java.lang.String WS_GROUP_ATTRIBUTE_MAX
public static final java.lang.String WS_DELETE_MEMBER_SUBJECTS_MAX
public static final java.lang.String WS_HAS_MEMBER_SUBJECTS_MAX
public static final java.lang.String WS_SUBJECT_RESULT_DETAIL_ATTRIBUTE_NAMES
public static final java.lang.String WS_SUBJECT_RESULT_ATTRIBUTE_NAMES
public static final java.lang.String WS_SEPARATOR
public static final java.lang.String WS_ACT_AS_GROUP
public static final java.lang.String WS_ACT_AS_CACHE_MINUTES
public static final java.lang.String WS_LOGGED_IN_SUBJECT_DEFAULT_SOURCE
public static final java.lang.String WS_VIEW_OR_EDIT_PRIVILEGES_SUBJECTS_MAX
public static final java.lang.String WS_REST_DEFAULT_RESPONSE_CONTENT_TYPE
public static final java.lang.String WS_SECURITY_NON_RAMPART_AUTHENTICATION_CLASS
public static final java.lang.String WS_SECURITY_RAMPART_AUTHENTICATION_CLASS
public static final java.lang.String WS_CLIENT_USER_GROUP_NAME
public static final java.lang.String WS_CLIENT_USER_GROUP_CACHE_MINUTES
Method Detail |
---|
public static java.lang.String getPropertyString(java.lang.String property)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
- to lookup
public static java.util.Properties getProperties()
public static java.lang.String getPropertyString(java.lang.String property, java.lang.String defaultValue)
String wheel = GrouperConfig.getProperty("groups.wheel.group");
property
- to lookupdefaultValue
- is the value if the property isnt found
public static int getPropertyInt(java.lang.String property, int defaultValue) throws java.lang.NumberFormatException
property
- to lookupdefaultValue
- of the int if not there
java.lang.NumberFormatException
- if cannot convert the value to an Integerpublic static boolean getPropertyBoolean(java.lang.String property, boolean defaultValue) throws java.lang.NumberFormatException
property
- to lookupdefaultValue
- if the property is not there
java.lang.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 |