|
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 Identity
Part of the conditions matching on the identity of the requestor (Watcher / Recipient). In case this part of the conditions is absent, other conditions in the rule apply to any user, authenticated or not. The identity is authenticated.
| Method Summary | |
|---|---|
Many |
createMany()Creates a many element without a domain. |
Many |
createMany(String aDomain)Creates a many element associated to supplied domain. |
One |
createOne(String anId)Creates a <one> sub element of this <identity> element. |
void |
deleteMany(Many aMany)Removes the provided many element. |
void |
deleteOne(One aOne)Delete the one. |
List<Many> |
getManies()Provides all many sub elements of this identity element. |
Many |
getMany(String aDomain)Convenience method to find the first Many instance associated with the provided domain. |
One |
getOne(String anId)Search the <identity> element a <one> subelement with a specific id attribute value. |
List<One> |
getOnes()Provides the sub elements of this <identity> element |
| Methods inherited from interface com.oracle.sft.xcap.client.policy.Condition |
|---|
getType |
| 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 |
| Method Detail |
|---|
List<One> getOnes()
<identity> elementOne getOne(String anId)
<identity> element a <one> subelement with a specific id attribute value.anId - The value of the id attribute.<one> element. Or null in case the <one> element with the specified id attribute is not a sub element of this identity element.One createOne(String anId)
<one> sub element of this <identity> element.anId - value of the id attribute of the <one> element.<one> element}void deleteOne(One aOne)
aOne - the one to be deletedList<Many> getManies()
Many getMany(String aDomain)
aDomain - the domain the many instance is associated to.Many createMany(String aDomain)
aDomain - the domain which users will match.Many createMany()
void deleteMany(Many aMany)
aMany - the many element to remove.
|
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.