Uses of Class
gov.nist.secauto.oscal.lib.model.SystemUser
Packages that use SystemUser
-
Uses of SystemUser in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SystemUserModifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getUsers()
Result.LocalDefinitions.getUsers()
SystemImplementation.getUsers()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SystemUserModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SystemUserModifier and TypeMethodDescriptionvoid
AssessmentPlan.LocalDefinitions.setUsers
(List<SystemUser> value) void
Result.LocalDefinitions.setUsers
(List<SystemUser> value) void
SystemImplementation.setUsers
(List<SystemUser> value)