|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUserAuthorization
Defines the behavior a user must provide regarding authorization.
| Method Summary | |
|---|---|
boolean |
canAccess(Entity resourceType,
String resourceId)
Checks if the user can access a given resource. |
boolean |
canAccess(IStage stage)
Checks if the user can access a given stage. |
| Method Detail |
|---|
boolean canAccess(Entity resourceType,
String resourceId)
resourceType - the resource (entity) type.resourceId - the id of the resource to check access
boolean canAccess(IStage stage)
stage - the stage to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||