|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Except
excludes certain users from gaining permission. Exclusion can be based on domain or on identity. An Except can be created by calling com.oracle.sft.xcap.client.policy.Many.createExcept() or com.oracle.sft.xcap.client.policy.Many.createExcept(String, String).
Many| Method Summary | |
|---|---|
void |
deleteDomain()Delete the domain of this Except. |
void |
deleteId()Delete the ID. |
String |
getDomain()Get the domain. |
String |
getId()Get the ID. |
void |
setDomain(String aDomain)Set the domain |
void |
setId(String anId)Set the ID. |
| Methods inherited from interface com.oracle.sft.xcap.client.XcapElement |
|---|
getDocument, getNamespace, getNodeSelector, getParent |
| Methods inherited from interface com.oracle.sft.xcap.client.XcapResource |
|---|
getContent, getContentType, getUrl, setContent |
| Methods inherited from interface com.oracle.sft.xcap.client.Attributable |
|---|
deleteByAttrName, getByAttrName, setByAttrName |
| Method Detail |
|---|
String getDomain()
void setDomain(String aDomain)
aDomain - the domain to be set to this Exceptvoid deleteDomain()
String getId()
void setId(String anId)
anId - the ID of this Exceptvoid deleteId()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.