|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.property.AbstractDavProperty
org.apache.jackrabbit.webdav.security.SupportedPrivilegeSetProperty
public class SupportedPrivilegeSetProperty
SupportedPrivilegeSetProperty defines the
SecurityConstants.SUPPORTED_PRIVILEGE_SET property, used to identify
the privileges defined for the resource. RFC 3744 defines the the following
structure for this property:
<!ELEMENT supported-privilege-set (supported-privilege*)> <!ELEMENT supported-privilege (privilege, abstract?, description, supported-privilege*)> <!ELEMENT privilege ANY> <!ELEMENT abstract EMPTY> <!ELEMENT description #PCDATA>
SupportedPrivilege,
Privilege| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SupportedPrivilegeSetProperty(SupportedPrivilege[] supportedPrivileges)
Create a new SupportedPrivilegeSetProperty. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Returns the value of this property |
| Methods inherited from class org.apache.jackrabbit.webdav.property.AbstractDavProperty |
|---|
equals, getName, hashCode, isInvisibleInAllprop, toXml |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SupportedPrivilegeSetProperty(SupportedPrivilege[] supportedPrivileges)
SupportedPrivilegeSetProperty.
supportedPrivileges - | Method Detail |
|---|
public java.lang.Object getValue()
DavProperty
SupportedPrivileges.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||