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 TypeMethodDescriptionbooleanAssessmentPlan.LocalDefinitions.addUser(SystemUser item) Add a newSystemUseritem to the underlying collection.booleanResult.LocalDefinitions.addUser(SystemUser item) Add a newSystemUseritem to the underlying collection.booleanSystemImplementation.addUser(SystemUser item) Add a newSystemUseritem to the underlying collection.booleanAssessmentPlan.LocalDefinitions.removeUser(SystemUser item) Remove the first matchingSystemUseritem from the underlying collection.booleanResult.LocalDefinitions.removeUser(SystemUser item) Remove the first matchingSystemUseritem from the underlying collection.booleanSystemImplementation.removeUser(SystemUser item) Remove the first matchingSystemUseritem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SystemUserModifier and TypeMethodDescriptionvoidAssessmentPlan.LocalDefinitions.setUsers(List<SystemUser> value) voidResult.LocalDefinitions.setUsers(List<SystemUser> value) voidSystemImplementation.setUsers(List<SystemUser> value)