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.getRole(java.lang.String uniqueID)
          Gets the role object with the given unique ID
 IRole IRoleFactory.getRole(java.lang.String uniqueID, AttributeList populateAttributes)
          Gets the role object with the given unique ID and populates the attributes in populateAttributes
 IRole IRoleFactory.newRole(java.lang.String uniqueName)
          Creates a new, initially blank role object.
 IRole IRoleFactory.getRoleByUniqueName(java.lang.String uniqueName)
          Gets the role object with the given uniqueName
 IRole[] IRoleFactory.getRoles(java.lang.String[] uniqueIDs)
          Gets the role objects for multiple unique IDs
 IRole[] IRoleFactory.getRoles(java.lang.String[] uniqueIDs, AttributeList populateAttributes)
          Gets the role objects for multiple unique IDs and populates the attributes defined in populateAttributes
 IRole IRoleFactory.getMutableRole(java.lang.String uniqueID)
          Gets a modifiable IRole objects for a unique ID
 



Copyright © 2002 SAP AG All Rights Reserved.