Package com.ecyrd.jspwiki.auth.authorize

Interface Summary
Group Groups are a specialized type of ad-hoc role used by the wiki system.
GroupManager Specifies how to add, remove, and persist groups to an external group management entity.
 

Class Summary
DefaultGroup Provides a concrete implementation of the Group interface.
DefaultGroupManager This default UserDatabase implementation provides groups to JSPWiki.
DefaultGroupManager.GroupListener Tiny little listener that captures wiki events fired by Groups this GroupManager knows about.
Role A lightweight, immutable Principal that represents a built-in wiki role such as Anonymous, Asserted and Authenticated.
WebContainerAuthorizer Authorizes users by delegating role membership checks to the servlet container.