|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSCircularDependencyException | |
---|---|
com.hyperion.css | |
com.hyperion.css.common |
Uses of CSSCircularDependencyException in com.hyperion.css |
---|
Methods in com.hyperion.css that throw CSSCircularDependencyException | |
---|---|
void |
CSSDirectoryManagementAPIIF.addNativeGroup(java.util.Map context,
CSSPrincipalIF principal,
CSSNativeGroupIF group)
Adds a group to the native directory. |
void |
CSSDirectoryManagementAPIIF.addNativeRole(java.util.Map context,
CSSPrincipalIF principal,
CSSNativeRoleIF role)
Adds an aggregated role to the native directory. |
void |
CSSDirectoryManagementAPIIF.updateNativeGroup(java.util.Map context,
CSSPrincipalIF principal,
CSSNativeGroupIF group)
Updates the native group. |
void |
CSSDirectoryManagementAPIIF.updateNativeRole(java.util.Map context,
CSSPrincipalIF principal,
CSSNativeRoleIF role)
Updates the native role. |
Uses of CSSCircularDependencyException in com.hyperion.css.common |
---|
Methods in com.hyperion.css.common that throw CSSCircularDependencyException | |
---|---|
void |
CSSNativeGroupIF.setGroupList(java.lang.String[] groups,
boolean add)
Assigns the following groups as members of this group. |
void |
CSSNativeGroupIF.setParentGroups(java.lang.String[] groups,
boolean add)
Assigns this group as a member of the specified groups. |
void |
CSSNativeRoleIF.setRoleTree(java.lang.String[] rolesIdentities,
boolean add)
Assigns the following roles as contained in this role. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |