|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwPrivilegeSet
Interface for privilege sets used in OwPermissionCollection.
To be implemented with the specific ECM system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static int |
INHERITANCE_DEPTH_NO_INHERITANCE
|
static int |
INHERITANCE_DEPTH_ONE_LEVEL
|
static int |
INHERITANCE_DEPTH_UNLIMITED
|
Method Summary | |
---|---|
int |
getInheritanceDepth()
get depth level to which this set is applied for child objects |
OwUserInfo |
getPrincipal()
get the principal of this privilege set |
Collection |
getPrivileges()
get the privileges of the set |
boolean |
isDenied()
check if privileges have been allowed or denied |
Field Detail |
---|
static final int INHERITANCE_DEPTH_NO_INHERITANCE
static final int INHERITANCE_DEPTH_ONE_LEVEL
static final int INHERITANCE_DEPTH_UNLIMITED
Method Detail |
---|
OwUserInfo getPrincipal()
boolean isDenied()
Collection getPrivileges()
int getInheritanceDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |