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 usersvoid
setGroups(Set<Long> groups)
Sets value for attribute groupsvoid
setRoles(Set<Long> roles)
Sets value for attribute rolesvoid
setUsers(Set<Long> users)
Sets value for attribute usersString
toString()
Returns a string representation of the value object.
-