Package com.soffid.iam.iga.api
Class AccessControlList
java.lang.Object
com.soffid.iam.iga.api.AccessControlList
- All Implemented Interfaces:
Serializable
ValueObject AccessControlList
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute groupsgetRoles()Gets value for attribute rolesgetUsers()Gets value for attribute usersvoidSets value for attribute groupsvoidSets value for attribute rolesvoidSets value for attribute userstoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessControlList
public AccessControlList() -
AccessControlList
-
AccessControlList
-
-
Method Details
-
getUsers
Gets value for attribute users -
setUsers
Sets value for attribute users -
getRoles
Gets value for attribute roles -
setRoles
Sets value for attribute roles -
getGroups
Gets value for attribute groups -
setGroups
Sets value for attribute groups -
toString
Returns a string representation of the value object.
-