Class GrouperDigitalMarketplaceUtils
java.lang.Object
edu.internet2.middleware.grouper.app.remedy.digitalMarketplace.GrouperDigitalMarketplaceUtils
-
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
validDigitalMarketplaceGroupName
(String groupName) must be in stem and not have invalid suffix
-
Constructor Details
-
GrouperDigitalMarketplaceUtils
public GrouperDigitalMarketplaceUtils()
-
-
Method Details
-
configFolderForDigitalMarketplaceGroups
folder for duo groups with colon appended- Returns:
- the config folder for duo groups
-
configSubjectAttributeForDigitalMarketplaceUsername
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
-
validDigitalMarketplaceGroupName
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
-