Uses of Class
org.apache.wiki.auth.authorize.Group
-
Packages that use Group Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.auth.authorize Authorizer implementation. -
-
Uses of Group in org.apache.wiki
Methods in org.apache.wiki with parameters of type Group Modifier and Type Method Description protected booleanWikiSession. isInGroup(Group group)Returnstrueif one of this WikiSession's user Principals can be shown to belong to a particular wiki group. -
Uses of Group in org.apache.wiki.auth.authorize
Methods in org.apache.wiki.auth.authorize that return Group Modifier and Type Method Description GroupDefaultGroupManager. getGroup(java.lang.String name)Returns the Group matching a given name.GroupGroupManager. getGroup(java.lang.String 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.GroupDefaultGroupManager. parseGroup(java.lang.String name, java.lang.String memberLine, boolean create)Extracts group name and members from passed parameters and populates an existing Group with them.GroupGroupManager. parseGroup(java.lang.String name, java.lang.String memberLine, boolean create)Extracts group name and members from passed parameters and populates an existing Group with them.default GroupGroupManager. 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 Group Modifier and Type Method Description voidGroupDatabase. delete(Group group)Looks up and deletes aGroupfrom the group database.voidJDBCGroupDatabase. delete(Group group)Looks up and deletes aGroupfrom the group database.voidXMLGroupDatabase. delete(Group group)Looks up and deletes aGroupfrom the group database.voidGroupDatabase. save(Group group, java.security.Principal modifier)Saves a Group to the group database.voidJDBCGroupDatabase. save(Group group, java.security.Principal modifier)Saves a Group to the group database.voidXMLGroupDatabase. save(Group group, java.security.Principal modifier)Saves a Group to the group database.voidDefaultGroupManager. setGroup(Session session, Group group)Saves theGroupcreated by a user in a wiki session.voidGroupManager. setGroup(Session session, Group group)Saves theGroupcreated by a user in a wiki session.voidDefaultGroupManager. validateGroup(Context context, Group group)Validates a Group, and appends any errors to the session errors list.voidGroupManager. validateGroup(Context context, Group group)Validates a Group, and appends any errors to the session errors list.
-