Uses of Interface
com.hyperion.css.common.CSSNativeRoleIF

Packages that use CSSNativeRoleIF
com.hyperion.css   
 

Uses of CSSNativeRoleIF in com.hyperion.css
 

Methods in com.hyperion.css that return CSSNativeRoleIF
 CSSNativeRoleIF CSSDirectoryManagementAPIIF.getNativeRoleByIdentity(java.util.Map context, CSSPrincipalIF principal, java.lang.String identity)
           Gets the role instance for updates given the identity in the argument.
 CSSNativeRoleIF CSSDirectoryManagementAPIIF.getNativeRoleInstance(java.util.Map context, CSSPrincipalIF principal, java.lang.String productType)
           Returns an instance of a CSSNativeRoleIF for the purposes of creation of a role.
 

Methods in com.hyperion.css with parameters of type CSSNativeRoleIF
 void CSSDirectoryManagementAPIIF.addNativeRole(java.util.Map context, CSSPrincipalIF principal, CSSNativeRoleIF role)
           Adds an aggregated role to the native directory.
 void CSSDirectoryManagementAPIIF.updateNativeRole(java.util.Map context, CSSPrincipalIF principal, CSSNativeRoleIF role)
           Updates the native role.
 



Copyright © 2005-2009 Oracle Corporation.