org.jasig.portal.channels.permissionsmanager
Class RDBMPermissibleRegistry

java.lang.Object
  extended by org.jasig.portal.channels.permissionsmanager.RDBMPermissibleRegistry

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class RDBMPermissibleRegistry
extends 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


Constructor Summary
protected RDBMPermissibleRegistry()
          Deprecated. put your documentation comment here
 
Method Summary
static IPermissible[] getAllPermissible()
          Deprecated. put your documentation comment here
protected  Connection getConnection()
          Deprecated. put your documentation comment here
static RDBMPermissibleRegistry instance()
          Deprecated. put your documentation comment here
protected  void iregisterPermissible(String classname)
          Deprecated. put your documentation comment here
static void registerPermissible(String classname)
          Deprecated. put your documentation comment here
protected  void releaseConnection(Connection conn)
          Deprecated. put your documentation comment here
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMPermissibleRegistry

protected RDBMPermissibleRegistry()
Deprecated. 
put your documentation comment here

Method Detail

instance

public static RDBMPermissibleRegistry instance()
Deprecated. 
put your documentation comment here

Returns:
a RDBMPermissibleRegistry singleton

getAllPermissible

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

Returns:
an array of IPermissible

registerPermissible

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

Parameters:
classname -

iregisterPermissible

protected void iregisterPermissible(String classname)
Deprecated. 
put your documentation comment here

Parameters:
classname -

getConnection

protected Connection getConnection()
Deprecated. 
put your documentation comment here

Returns:

releaseConnection

protected void releaseConnection(Connection conn)
Deprecated. 
put your documentation comment here

Parameters:
conn -


Copyright © 2010 Jasig. All Rights Reserved.