public class GroupInfo extends PrincipalInfo
Constructor and Description |
---|
GroupInfo(java.lang.String groupName)
Public constructor to create a GroupInfo with no description.
|
GroupInfo(java.lang.String groupName,
java.lang.String description)
Public constructor to create a GroupInfo.
|
Modifier and Type | Method and Description |
---|---|
UserInfo[] |
getUsers()
Get the array of users that belong to this group.
|
java.lang.String |
toString()
Generate a string representation of this GroupInfo.
|
getDescription, getName, isExternal, setDescription
public GroupInfo(java.lang.String groupName, java.lang.String description)
groupName
- the name of the new group.description
- the description for the new group.public GroupInfo(java.lang.String groupName)
groupName
- the name of the new group.public UserInfo[] getUsers()
public java.lang.String toString()
toString
in class PrincipalInfo
Copyright © Cloud Software Group, Inc. All rights reserved