|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSitePrincipal
A CentraSitePrincipal represents the principal information of a
CentraSiteACE. It corresponds to a WebDAV Principal element.
A CentraSitePrincipal is either
- a href representing a user or a group, or
- a "all" indicator, or
- a "authenticated" indicator, or
- a "unauthenticated" indicator.
WebDAV also has "property" and "self" attributes, and a WebDAV principal
may be inverted, however the current CentraSite XML server does not support this.
Field Summary | |
---|---|
static javax.xml.namespace.QName |
ALL
Indicate a CentraSitePrincipal with the "all" indicator set. |
static javax.xml.namespace.QName |
AUTHENTICATED
Indicate a CentraSitePrincipal with the "authenticated" indicator set. |
static javax.xml.namespace.QName |
UNAUTHENTICATED
Indicate a CentraSitePrincipal with the "unauthenticated" indicator set. |
Method Summary | |
---|---|
java.lang.String |
getHref()
get the href. |
boolean |
isAll()
get the "all" indicator. |
boolean |
isAuthenticated()
get the "authenticated" indicator. |
boolean |
isUnauthenticated()
get the "unauthenticated" indicator. |
void |
setAll()
set the "all" indicator. |
void |
setAuthenticated()
set the "authenticated" indicator. |
void |
setHref(java.lang.String href)
Set the href. |
void |
setOwnerObject(java.lang.Object owner)
set this CentraSitePrincipal's owner object |
void |
setUnauthenticated()
set the "unauthenticated" indicator. |
Field Detail |
---|
static final javax.xml.namespace.QName ALL
static final javax.xml.namespace.QName AUTHENTICATED
static final javax.xml.namespace.QName UNAUTHENTICATED
Method Detail |
---|
void setHref(java.lang.String href) throws javax.xml.registry.JAXRException
href
- the href
javax.xml.registry.JAXRException
- if href is an invalid URIjava.lang.String getHref()
void setAll()
boolean isAll()
void setAuthenticated()
boolean isAuthenticated()
void setUnauthenticated()
boolean isUnauthenticated()
void setOwnerObject(java.lang.Object owner)
owner
- this CentraSitePrincipal's owner object, maybe null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |