Class AddAuthorization
-
- 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()final List<String>getAuthorizedGroups()-
-
Method Detail
-
getAuthorizedUsers
final List<String> getAuthorizedUsers()
-
getAuthorizedGroups
final List<String> getAuthorizedGroups()
-
-
-
-