|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeList | |
| com.sap.security.api | Provides basic User Management functionality. |
| Uses of AttributeList in com.sap.security.api |
| Methods in com.sap.security.api that return AttributeList | |
AttributeList |
AttributeList.getNotContainedAttributes(AttributeList populateAttributes)
Returns a new instance of AttributeList which contains all attributes which are contained in the passed AttributeList, but not contained in this instance. |
| Methods in com.sap.security.api with parameters of type AttributeList | |
void |
AttributeList.addAttributeList(AttributeList populateAttributes)
Add attributes to this instance of AttributeList |
boolean |
AttributeList.isSubsetOf(AttributeList populateAttributes)
Returns a whether this AttributeList is a subset of the given AttributeList |
AttributeList |
AttributeList.getNotContainedAttributes(AttributeList populateAttributes)
Returns a new instance of AttributeList which contains all attributes which are contained in the passed AttributeList, but not contained in this instance. |
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.getRoles(java.lang.String[] uniqueIDs,
AttributeList populateAttributes)
Gets the role objects for multiple unique IDs and populates the attributes defined in populateAttributes |
IUserAccount |
IUserAccountFactory.getUserAccountByLogonId(java.lang.String logonid,
AttributeList populateAttributes)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccount(java.lang.String uniqueId,
AttributeList populateAttributes)
Gets the UserAccount object with the given unique ID and populates the attributes in populateAttributes |
IUserAccount[] |
IUserAccountFactory.getUserAccounts(java.lang.String uniqueIdOfUser,
AttributeList attributeList)
Returns all user accounts of the given user |
IPrincipal |
IPrincipalFactory.getPrincipal(java.lang.String uniqueId,
AttributeList populateAttributes)
Get a principal by using its uniqueId and the populateAttributes which should be populated. |
IPrincipal[] |
IPrincipalFactory.getPrincipals(java.lang.String[] uniqueIDs,
AttributeList populateAttributes)
Gets the objects for multiple unique IDs and populates all attributes in populateAttributes |
IUser |
IUserFactory.getUser(java.lang.String uniqueID,
AttributeList populateAttributes)
Gets the user object with the given unique ID and populates the attributes specified in populateAttributes |
IUser |
IUserFactory.getUserByUniqueName(java.lang.String uniqueName,
AttributeList attributeList)
Gets the user object with the given uniqueName |
IUser[] |
IUserFactory.getUsers(java.lang.String[] uniqueIDs,
AttributeList populateAttributes)
Gets the user objects for multiple unique IDs and populates the attributes specified in populateAttributes |
IUser |
IUserFactory.getUserByLogonID(java.lang.String logonid,
AttributeList attributeList)
Returns a User object for an existing user. |
IGroup |
IGroupFactory.getGroup(java.lang.String uniqueID,
AttributeList populateAttributes)
Gets the group object with the given unique ID and populates the attributes which are defined in populateAttributes |
IGroup[] |
IGroupFactory.getGroups(java.lang.String[] uniqueIDs,
AttributeList populateAttributes)
Gets the group objects for multiple unique IDs and populates the attributes which are defined in populateAttributes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||