|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAce
Represents a single grant or deny of a set of IPrivileges,
a Access Control Entry (part of an Access Control List, see
WDAcl).
A IAce has the following properties:
IPrivilegesCopyright (c) SAP AG 2001-2005
| Field Summary | |
|---|---|
static int |
DENY
Type of ACE is denying privileges to principal |
static int |
GRANT
Type of ACE is granting privileges to principal |
| Method Summary | |
|---|---|
com.sap.security.api.IPrincipal |
getPrincipal()
Returns the principal whose access is controlled |
Set |
getPrivileges()
Returns the List of privileges which are granted or denied |
int |
getType()
Returns if this entry is GRANT or DENY |
boolean |
grants(IPrivilege privilege)
Determine if privilege is granted by this ace |
boolean |
isGrant()
Returns if this entry is GRANT |
boolean |
isInherited()
Returns if this entry was inherited from another resource |
boolean |
isReadOnly()
Returns if this entry is protected, e.g. cannot be changed. |
Element |
toElement(Document doc,
com.sapportals.wcm.util.uri.IHierarchicalUri servletUri)
Return a DOM Element representing this ACE as defined in the WebDAV Accesss Control Protocol Specification |
| Field Detail |
|---|
static final int GRANT
static final int DENY
| Method Detail |
|---|
com.sap.security.api.IPrincipal getPrincipal()
Set getPrivileges()
int getType()
boolean grants(IPrivilege privilege)
privilege - to check for
boolean isGrant()
boolean isInherited()
boolean isReadOnly()
Element toElement(Document doc,
com.sapportals.wcm.util.uri.IHierarchicalUri servletUri)
doc - the DOM Document to create the Element inservletUri - base URI of servlet
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||