Uses of Class
gov.nist.secauto.oscal.lib.model.SystemUser
-
Uses of SystemUser in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getUsers()
Result.LocalDefinitions.getUsers()
SystemImplementation.getUsers()
Modifier and TypeMethodDescriptionboolean
AssessmentPlan.LocalDefinitions.addUser
(SystemUser item) Add a newSystemUser
item to the underlying collection.boolean
Result.LocalDefinitions.addUser
(SystemUser item) Add a newSystemUser
item to the underlying collection.boolean
SystemImplementation.addUser
(SystemUser item) Add a newSystemUser
item to the underlying collection.boolean
AssessmentPlan.LocalDefinitions.removeUser
(SystemUser item) Remove the first matchingSystemUser
item from the underlying collection.boolean
Result.LocalDefinitions.removeUser
(SystemUser item) Remove the first matchingSystemUser
item from the underlying collection.boolean
SystemImplementation.removeUser
(SystemUser item) Remove the first matchingSystemUser
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AssessmentPlan.LocalDefinitions.setUsers
(List<SystemUser> value) void
Result.LocalDefinitions.setUsers
(List<SystemUser> value) void
SystemImplementation.setUsers
(List<SystemUser> value)