|
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 Many
part of the identity condition that defines a group of users. In case the many is used without domain attribute and without excepts, the condition will match for all authenticated users. Note: this is a subtile difference from the variant of the condition in which the identity part is ommited: then all users, authenticated or not will match the condition.
Method Summary | |
---|---|
void |
createDomain(String anDomain) creates the domain attribute. |
Except |
createExcept() Create an Except element. |
Except |
createExcept(String id, String domain) Create an Except element with the given id and domain. |
void |
deleteDomain() removes the domain attribute. |
void |
deleteExcept(Except anExcept) removes the exception. |
String |
getDomain() defines a domain. |
List<Except> |
getExepts() provides the users that do not match the rule. |
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 createDomain(String anDomain)
anDomain
- If an authenticated user belongs to this domain, it matches this part of the rule.void deleteDomain()
List<Except> getExepts()
Except createExcept()
Except createExcept(String id, String domain)
void deleteExcept(Except anExcept)
anExcept
- the exception to be removed.
|
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.