Class GrouperRemedyUtils
java.lang.Object
edu.internet2.middleware.grouper.app.remedy.GrouperRemedyUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
folder for duo groups with colon appendedsources for subjectsstatic String
subject attribute to get the remedy username from the subject, could be "id" for subject idstatic String
escapeUrlEncode
(String string) escape url chars (e.g.static boolean
validRemedyGroupName
(String groupName) must be in stem and not have invalid suffix
-
Constructor Details
-
GrouperRemedyUtils
public GrouperRemedyUtils()
-
-
Method Details
-
configFolderForRemedyGroups
folder for duo groups with colon appended- Returns:
- the config folder for duo groups
-
configSubjectAttributeForRemedyUsername
subject attribute to get the remedy username from the subject, could be "id" for subject id- Returns:
- the subject attribute name
-
configSourcesForSubjects
sources for subjects- Returns:
- the config sources for subjects
-
validRemedyGroupName
must be in stem and not have invalid suffix- Parameters:
groupName
-- Returns:
- true if valid group name
-
escapeUrlEncode
escape url chars (e.g. a # is %23)- Parameters:
string
- input- Returns:
- the encoded string
-