Package com.soffid.iam.api
Class AccessControlList
- java.lang.Object
-
- com.soffid.iam.api.AccessControlList
-
- All Implemented Interfaces:
Serializable
public class AccessControlList extends Object implements Serializable
ValueObject AccessControlList- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessControlList()AccessControlList(AccessControlList otherBean)AccessControlList(Set<Long> users, Set<Long> roles, Set<Long> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Long>getGroups()Gets value for attribute groupsSet<Long>getRoles()Gets value for attribute rolesSet<Long>getUsers()Gets value for attribute usersvoidsetGroups(Set<Long> groups)Sets value for attribute groupsvoidsetRoles(Set<Long> roles)Sets value for attribute rolesvoidsetUsers(Set<Long> users)Sets value for attribute usersStringtoString()Returns a string representation of the value object.
-