|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessAndAuthorization
The access and authorization instance is associated with every KMC. $Date$ $Revision$
| Method Summary | |
|---|---|
boolean |
hasPublishRights(int entityId,
int templateId)
Retrieves whether a client has publish rights to a given template |
boolean |
hasSubscribeRights(int entityId,
int templateId)
Retrieves whether a client has subscribe rights to a given template |
boolean |
revokePublishRights(int entityId,
int templateId)
Revokes the publish rights for a given a client to a given template. |
boolean |
revokeSubscribeRights(int entityId,
int templateId)
Revokes the subscribe rights for a given client to a given template. |
String[] |
templatesPublishedToByClient(int entityId)
Returns the list of templates that a client publishes and can publish to. |
String[] |
templatesSubscribedToByClient(int entityId)
Returns the list of templates that a client has subscribed to. |
| Method Detail |
|---|
boolean hasPublishRights(int entityId,
int templateId)
boolean hasSubscribeRights(int entityId,
int templateId)
boolean revokePublishRights(int entityId,
int templateId)
boolean revokeSubscribeRights(int entityId,
int templateId)
String[] templatesPublishedToByClient(int entityId)
String[] templatesSubscribedToByClient(int entityId)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||