|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.cusermanager.CUserManagerPermissions
class CUserManagerPermissions
Field Summary | |
---|---|
protected static java.util.Properties |
activities
|
static java.lang.String[] |
activityNames
Description of the Field |
static java.lang.String[] |
activityTokens
Values for use by the permissions manager |
Constructor Summary | |
---|---|
CUserManagerPermissions()
|
Method Summary | |
---|---|
java.lang.String |
getActivityName(java.lang.String token)
For a given activity token, return a human-readable string that describes the activity. |
java.lang.String[] |
getActivityTokens()
Return a list of tokens representing all the activities this channel controls with permissions. |
java.lang.String |
getOwnerName()
Human-readable name of the owner - normally the Channel name. |
java.lang.String |
getOwnerToken()
Return the token used by this channel to represent itself as the owner of generated permissions. |
java.lang.String |
getTargetName(java.lang.String token)
Return the human readable name of a target |
java.lang.String[] |
getTargetTokens()
Return an array of tokens representing all targets this channel controls with permissions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[] activityTokens
public static java.lang.String[] activityNames
protected static final java.util.Properties activities
Constructor Detail |
---|
CUserManagerPermissions()
Method Detail |
---|
public java.lang.String[] getActivityTokens()
getActivityTokens
in interface IPermissible
public java.lang.String getActivityName(java.lang.String token)
getActivityName
in interface IPermissible
public java.lang.String[] getTargetTokens()
getTargetTokens
in interface IPermissible
public java.lang.String getTargetName(java.lang.String token)
getTargetName
in interface IPermissible
public java.lang.String getOwnerToken()
getOwnerToken
in interface IPermissible
public java.lang.String getOwnerName()
getOwnerName
in interface IPermissible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |