Class GrouperBoxUtils
java.lang.Object
edu.internet2.middleware.grouperBox.GrouperBoxUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
folder for duo groups with colon appendedsources for subjectsstatic String
subject attribute to get the box username from the subject, could be "id" for subject idstatic boolean
validBoxGroupName
(String groupName) must be in stem and not have invalid suffix
-
Constructor Details
-
GrouperBoxUtils
public GrouperBoxUtils()
-
-
Method Details
-
configFolderForBoxGroups
folder for duo groups with colon appended- Returns:
- the config folder for duo groups
-
configSubjectAttributeForBoxUsername
subject attribute to get the box 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
-
validBoxGroupName
must be in stem and not have invalid suffix- Parameters:
groupName
-- Returns:
- true if valid group name
-