Uses of Interface
org.jasig.portal.IPermissible

Packages that use IPermissible
org.jasig.portal.channels.cusermanager   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
 

Uses of IPermissible in org.jasig.portal.channels.cusermanager
 

Classes in org.jasig.portal.channels.cusermanager that implement IPermissible
 class CUserManager
           
(package private)  class CUserManagerPermissions
           
 

Uses of IPermissible in org.jasig.portal.channels.groupsmanager
 

Classes in org.jasig.portal.channels.groupsmanager that implement IPermissible
 class CGroupsManager
          CGroupsManager allows users to graphically administer all groups for which user has administrtaive permissions.
 

Fields in org.jasig.portal.channels.groupsmanager declared as IPermissible
 IPermissible CGroupsManagerSessionData.permissible
           
 

Uses of IPermissible in org.jasig.portal.channels.permissionsmanager
 

Classes in org.jasig.portal.channels.permissionsmanager that implement IPermissible
 class PermissiblePublishChannels
          An IPermissible implementation that provides management of uPortal 2.0 channel publishing permissions
 class PermissibleSubscribeChannels
          An IPermissible implementation that provides management of uPortal 2.0 channel subscribtion permissions
 

Fields in org.jasig.portal.channels.permissionsmanager declared as IPermissible
 IPermissible[] PermissionsSessionData.owners
           
 

Methods in org.jasig.portal.channels.permissionsmanager that return IPermissible
static IPermissible[] RDBMPermissibleRegistry.getAllPermissible()
          put your documentation comment here
private  IPermissible[] RDBMPermissibleRegistry.igetAllPermissible()
          put your documentation comment here
 

Methods in org.jasig.portal.channels.permissionsmanager with parameters of type IPermissible
static org.w3c.dom.Element PermissionsXML.addTargetToOwnerElement(IPermissible owner, org.w3c.dom.Element ownerEl, java.lang.String target)
           
static IServant CPermissionsManagerServantFactory.getPermissionsServant(IPermissible owner, ChannelStaticData staticData, IAuthorizationPrincipal[] principals, java.lang.String[] activities, java.lang.String[] targets)
          put your documentation comment here