public interface CentraSitePrincipal
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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)
sets this CentraSitePrincipal's owner object.
|
void |
setUnauthenticated()
set the "unauthenticated" indicator.
|
static final javax.xml.namespace.QName ALL
static final javax.xml.namespace.QName AUTHENTICATED
static final javax.xml.namespace.QName UNAUTHENTICATED
void setHref(java.lang.String href) throws JAXRException
href
- the hrefJAXRException
- 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