|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.error.SupportedPermissions
@Deprecated public class SupportedPermissions
Conveys the single permission available from CError that if granted allows users to see the stack trace button. This allows PermissionsManager to show the permission available from CError and grant it to other users or groups.
| Constructor Summary | |
|---|---|
SupportedPermissions()
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SupportedPermissions()
| Method Detail |
|---|
public String[] getActivityTokens()
IPermissible
getActivityTokens in interface IPermissiblepublic String getActivityName(String token)
IPermissible
getActivityName in interface IPermissiblepublic String[] getTargetTokens()
IPermissible
getTargetTokens in interface IPermissiblepublic String getTargetName(String token)
IPermissible
getTargetName in interface IPermissiblepublic String getOwnerToken()
IPermissible
getOwnerToken in interface IPermissiblepublic String getOwnerName()
IPermissible
getOwnerName in interface IPermissible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||