Uses of Class
org.apache.wiki.auth.authorize.Group
Packages that use Group
Package
Description
The chief package of JSPWiki.
Authorizer implementation.
-
Uses of Group in org.apache.wiki
Methods in org.apache.wiki with parameters of type Group -
Uses of Group in org.apache.wiki.auth.authorize
Methods in org.apache.wiki.auth.authorize that return GroupModifier and TypeMethodDescriptionReturns the Group matching a given name.Returns the Group matching a given name.Group[]
GroupDatabase.groups()
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.Group[]
JDBCGroupDatabase.groups()
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.Group[]
XMLGroupDatabase.groups()
Returns all wiki groups that are stored in the GroupDatabase as an array of Group objects.DefaultGroupManager.parseGroup
(String name, String memberLine, boolean create) Extracts group name and members from passed parameters and populates an existing Group with them.GroupManager.parseGroup
(String name, String memberLine, boolean create) Extracts group name and members from passed parameters and populates an existing Group with them.default Group
GroupManager.parseGroup
(Context context, boolean create) Extracts group name and members from the HTTP request and populates an existing Group with them.Methods in org.apache.wiki.auth.authorize with parameters of type GroupModifier and TypeMethodDescriptionvoid
Looks up and deletes aGroup
from the group database.void
Looks up and deletes aGroup
from the group database.void
Looks up and deletes aGroup
from the group database.void
Saves a Group to the group database.void
Saves a Group to the group database.void
Saves a Group to the group database.void
Saves theGroup
created by a user in a wiki session.void
Saves theGroup
created by a user in a wiki session.void
DefaultGroupManager.validateGroup
(Context context, Group group) Validates a Group, and appends any errors to the session errors list.void
GroupManager.validateGroup
(Context context, Group group) Validates a Group, and appends any errors to the session errors list.