Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Deprecated API


Contents

Deprecated Methods
oracle.security.idm.RoleProfile.addOwner(User)
          use RoleProfile.addOwner(Principal principal) 
oracle.security.idm.RoleProfile.getManagers(SearchFilter)
          This method returns all the managers (only direct). Use this instead RoleProfile.getManagers(SearchFilter filter, boolean direct) 
oracle.security.idm.RoleProfile.getOwners(SearchFilter)
          This method returns all the owners (both direct and indirect). Use this instead RoleProfile.getOwners(SearchFilter filter, boolean direct) 
oracle.security.idm.RoleProfile.removeOwner(User)
          use RoleProfile.removeOwner(Principal principal) 
oracle.security.idm.SearchFilter.setNegate()
          use SearchFilter.negate() 

 


Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.