uPortal 2.4.1
API Documentation

org.jasig.portal.channels.permissionsmanager
Class RDBMPermissibleRegistry

java.lang.Object
  extended byorg.jasig.portal.channels.permissionsmanager.RDBMPermissibleRegistry

public class RDBMPermissibleRegistry
extends java.lang.Object

This class keeps track of IPermissible objects on behalf of CPermissionsManager, and is used to register new classes that generate CPermissionsManagerServants It also include hard coded references to 3 known IPermissibles, but will gracefully ignore them if they are not found


Method Summary
static IPermissible[] getAllPermissible()
          put your documentation comment here
static RDBMPermissibleRegistry instance()
          put your documentation comment here
static void registerPermissible(java.lang.String classname)
          put your documentation comment here
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static RDBMPermissibleRegistry instance()
put your documentation comment here

Returns:
a RDBMPermissibleRegistry singleton

getAllPermissible

public static IPermissible[] getAllPermissible()
put your documentation comment here

Returns:
an array of IPermissible

registerPermissible

public static void registerPermissible(java.lang.String classname)
put your documentation comment here

Parameters:
classname -

uPortal 2.4.1
API Documentation