|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.permissionsmanager.CPermissionsManager
public class CPermissionsManager
CPermissionsManager allows graphical administration of permissions for all owners that have a representative implementation of IPermissible recorded in the table UPC_PERM_MGR
Field Summary | |
---|---|
private static org.apache.commons.logging.Log |
log
|
protected PermissionsSessionData |
session
|
protected java.lang.String |
sslLocation
|
Constructor Summary | |
---|---|
CPermissionsManager()
put your documentation comment here |
Method Summary | |
---|---|
ChannelCacheKey |
generateKey()
put your documentation comment here |
protected void |
getGroupServantResults(PermissionsSessionData session)
|
ChannelRuntimeProperties |
getRuntimeProperties()
put your documentation comment here |
boolean |
isCacheValid(java.lang.Object validity)
put your documentation comment here |
protected void |
populateMembers(java.util.ArrayList gmembers,
IAuthorizationPrincipal[] aps)
|
protected void |
prepServant(PermissionsSessionData session)
|
void |
receiveEvent(PortalEvent portalEvent)
put your documentation comment here |
void |
renderXML(org.xml.sax.ContentHandler out)
put your documentation comment here |
void |
setRuntimeData(ChannelRuntimeData rD)
put your documentation comment here |
void |
setStaticData(ChannelStaticData sD)
put your documentation comment here |
protected void |
transform(XSLT xslt)
put your documentation comment here |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.commons.logging.Log log
protected PermissionsSessionData session
protected final java.lang.String sslLocation
Constructor Detail |
---|
public CPermissionsManager()
Method Detail |
---|
public void setRuntimeData(ChannelRuntimeData rD)
setRuntimeData
in interface IChannel
rD
- ChannelRuntimeData
protected void prepServant(PermissionsSessionData session)
protected void populateMembers(java.util.ArrayList gmembers, IAuthorizationPrincipal[] aps)
protected void getGroupServantResults(PermissionsSessionData session)
public void receiveEvent(PortalEvent portalEvent)
receiveEvent
in interface IChannel
portalEvent
- PortalEvent
public ChannelRuntimeProperties getRuntimeProperties()
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
ChannelRuntimeProperties
public void renderXML(org.xml.sax.ContentHandler out)
renderXML
in interface IChannel
out
- protected void transform(XSLT xslt)
xslt
- public void setStaticData(ChannelStaticData sD)
setStaticData
in interface IChannel
sD
- ChannelStaticData
public ChannelCacheKey generateKey()
generateKey
in interface ICacheable
ChannelCacheKey
used to lookup Channels from the cachepublic boolean isCacheValid(java.lang.Object validity)
isCacheValid
in interface ICacheable
validity
-
true
if cache is valid; false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |