|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the set of questions any channel or service ("Owner") must answer if it wants to delegate the responsibility of assigning and viewing permissions to the Permissions Manager channel. Owners will be registered by the IPermissible classname that represents them. These classnames will be stored in a database "UP_PERMISSIBLE"
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. |
Method Detail |
public java.lang.String[] getActivityTokens()
public java.lang.String getActivityName(java.lang.String token)
public java.lang.String[] getTargetTokens()
public java.lang.String getTargetName(java.lang.String token)
public java.lang.String getOwnerToken()
public java.lang.String getOwnerName()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |