|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.cusermanager.CUserManager
@Deprecated public class CUserManager
| Field Summary | |
|---|---|
protected static Properties |
activities
Deprecated. |
static String[] |
activityNames
Deprecated. Description of the Field |
static String[] |
activityTokens
Deprecated. Values for use by the permissions manager |
protected org.apache.commons.logging.Log |
log
Deprecated. |
| Constructor Summary | |
|---|---|
CUserManager()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getActivityName(String token)
Deprecated. For a given activity token, return a human-readable string that describes the activity. |
String[] |
getActivityTokens()
Deprecated. Return a list of tokens representing all the activities this channel controls with permissions. |
String |
getOwnerName()
Deprecated. Human-readable name of the owner - normally the Channel name. |
String |
getOwnerToken()
Deprecated. Return the token used by this channel to represent itself as the owner of generated permissions. |
ChannelRuntimeProperties |
getRuntimeProperties()
Deprecated. Acquires ChannelRuntimeProperites from the channel. |
String |
getTargetName(String token)
Deprecated. Return the human readable name of a target |
String[] |
getTargetTokens()
Deprecated. Return an array of tokens representing all targets this channel controls with permissions. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jasig.portal.IPermissible |
|---|
getActivityName, getActivityTokens, getOwnerName, getOwnerToken, getTargetName, getTargetTokens |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log log
public static String[] activityTokens
public static String[] activityNames
protected static final Properties activities
| Constructor Detail |
|---|
public CUserManager()
| Method Detail |
|---|
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties in interface IChannelChannelRuntimePropertiespublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelev - PortalEvent objectPortalEventpublic void setStaticData(ChannelStaticData sd)
IChannel
setStaticData in interface IChannelsd - channel static dataChannelStaticDatapublic void setRuntimeData(ChannelRuntimeData rd)
IChannel
setRuntimeData in interface IChannelrd - channel runtime dataChannelRuntimeData
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelout - the SAX ContentHandler to output content to
PortalExceptionpublic String[] getActivityTokens()
getActivityTokens in interface IPermissiblepublic String getActivityName(String token)
getActivityName in interface IPermissiblepublic String[] getTargetTokens()
getTargetTokens in interface IPermissiblepublic String getTargetName(String token)
getTargetName in interface IPermissiblepublic String getOwnerToken()
getOwnerToken in interface IPermissiblepublic String getOwnerName()
getOwnerName in interface IPermissible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||