Class AbstractGroup
java.lang.Object
org.apache.catalina.users.AbstractGroup
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Make the principal name the same as the group name.voidsetDescription(String description) Set the description of this group.voidsetGroupname(String groupname) Set the group name of this group, which must be unique within the scope of aUserDatabase.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.catalina.GroupaddRole, getRoles, getUserDatabase, getUsers, isInRole, removeRole, removeRoles
- 
Field Details- 
descriptionThe description of this group.
- 
groupnameThe group name of this group.
 
- 
- 
Constructor Details- 
AbstractGrouppublic AbstractGroup()
 
- 
- 
Method Details- 
getDescription- Specified by:
- getDescriptionin interface- Group
- Returns:
- the description of this group.
 
- 
setDescriptionDescription copied from interface:GroupSet the description of this group.- Specified by:
- setDescriptionin interface- Group
- Parameters:
- description- The new description
 
- 
getGroupname- Specified by:
- getGroupnamein interface- Group
- Returns:
- the group name of this group, which must be unique within the scope of a UserDatabase.
 
- 
setGroupnameDescription copied from interface:GroupSet the group name of this group, which must be unique within the scope of aUserDatabase.- Specified by:
- setGroupnamein interface- Group
- Parameters:
- groupname- The new group name
 
- 
getName
 
-