Uses of Class
com.ibm.pim.organization.SystemWideAccessPrivilege

Packages that use SystemWideAccessPrivilege
com.ibm.pim.organization   
 

Uses of SystemWideAccessPrivilege in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return SystemWideAccessPrivilege
static SystemWideAccessPrivilege SystemWideAccessPrivilege.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SystemWideAccessPrivilege[] SystemWideAccessPrivilege.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.organization that return types with arguments of type SystemWideAccessPrivilege
 java.util.Set<SystemWideAccessPrivilege> Role.getSystemWideAccessPrivileges()
          Fetches the set of system wide access privileges granted to this user.
 

Method parameters in com.ibm.pim.organization with type arguments of type SystemWideAccessPrivilege
 void Role.grantSystemWideAccessPrivileges(java.util.Set<SystemWideAccessPrivilege> privileges)
          Grants the given system wide access privileges
 void Role.revokeSystemWideAccessPrivileges(java.util.Set<SystemWideAccessPrivilege> privileges)
          Revokes the given system wide access privileges