-
- All Implemented Interfaces:
public final class AddAuthorization extends AuthorizationChange
Grants access to data entry.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>authorizedUsersprivate final List<String>authorizedGroups
-
Constructor Summary
Constructors Constructor Description AddAuthorization(List<String> authorizedUsers, List<String> authorizedGroups)
-
Method Summary
Modifier and Type Method Description final List<String>getAuthorizedUsers()List of authorized users to grant access. final List<String>getAuthorizedGroups()List of authorized groups to grant access. -
-
Method Detail
-
getAuthorizedUsers
final List<String> getAuthorizedUsers()
List of authorized users to grant access.
-
getAuthorizedGroups
final List<String> getAuthorizedGroups()
List of authorized groups to grant access.
-
-
-
-