|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPermissible
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 |
---|
java.lang.String[] getActivityTokens()
java.lang.String getActivityName(java.lang.String token)
java.lang.String[] getTargetTokens()
java.lang.String getTargetName(java.lang.String token)
java.lang.String getOwnerToken()
java.lang.String getOwnerName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |