Package com.azure.spring.aad.webapp
Class GroupInformation
- java.lang.Object
-
- com.azure.spring.aad.webapp.GroupInformation
-
public class GroupInformation extends Object
Contains information about the group.
-
-
Constructor Summary
Constructors Constructor Description GroupInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getGroupsIds()Gets the set of group IDs.Set<String>getGroupsNames()Gets the set of group names.voidsetGroupsIds(Set<String> groupsIds)Sets the set of group IDs.voidsetGroupsNames(Set<String> groupsNames)Sets the set of group names.
-
-
-
Method Detail
-
getGroupsIds
public Set<String> getGroupsIds()
Gets the set of group IDs.- Returns:
- the set of group IDs
-
setGroupsIds
public void setGroupsIds(Set<String> groupsIds)
Sets the set of group IDs.- Parameters:
groupsIds- the set of group IDs
-
getGroupsNames
public Set<String> getGroupsNames()
Gets the set of group names.- Returns:
- the set of group names
-
-