Uses of Interface
com.sap.security.api.IRole

Packages that use IRole
com.sap.security.api Provides basic User Management functionality. 
 

Uses of IRole in com.sap.security.api
 

Methods in com.sap.security.api that return IRole
 IRole IRoleFactory.getMutableRole(String uniqueID)
          Gets a modifiable IRole objects for a unique ID
 IRole IRoleFactory.getRole(String uniqueID)
          Gets the role object with the given unique ID
 IRole IRoleFactory.getRole(String uniqueID, AttributeList populateAttributes)
          Gets the role object with the given unique ID and populates the attributes in populateAttributes
 IRole IRoleFactory.getRoleByUniqueName(String uniqueName)
          Gets the role object with the given uniqueName Note: If you use this method be prepared to get an exception if multiple objects with the same name are found
 IRole[] IRoleFactory.getRoles(String[] uniqueIDs)
          Gets the role objects for multiple unique IDs
 IRole[] IRoleFactory.getRoles(String[] uniqueIDs, AttributeList populateAttributes)
          Gets the role objects for multiple unique IDs and populates the attributes defined in populateAttributes
 IRole IRoleFactory.newRole(String uniqueName)
          Creates a new, initially blank role object.
 



Copyright 2010 SAP AG Complete Copyright Notice