Class RequireGroup
java.lang.Object
edu.internet2.middleware.grouper.group.RequireGroup
group that is a require group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroup where if you are in it you can use the require groupgetName()name of require groupthe actual require groupstatic List<RequireGroup>retrieveAllRequireGroups(Subject subject) get all require groups configuredvoidsetAllowedToUseGroup(String allowedToUseGroup) group where if you are in it you can use the require groupvoidname of require groupvoidsetRequireGroup(Group requireGroup1) the actual require group
-
Constructor Details
-
RequireGroup
public RequireGroup()
-
-
Method Details
-
getRequireGroup
the actual require group- Returns:
- the requireGroup
-
setRequireGroup
the actual require group- Parameters:
requireGroup1- the requireGroup to set
-
getName
name of require group- Returns:
- the name
-
setName
name of require group- Parameters:
name1- the name to set
-
getAllowedToUseGroup
group where if you are in it you can use the require group- Returns:
- the allowedToUseGroup
-
setAllowedToUseGroup
group where if you are in it you can use the require group- Parameters:
allowedToUseGroup- the allowedToUseGroup to set
-
retrieveAllRequireGroups
get all require groups configured- Parameters:
subject- subject to retrieve require groups for (or null to return all)- Returns:
- the list of groups
-