Uses of Class
gov.nist.secauto.oscal.lib.model.AuthorizedPrivilege
Packages that use AuthorizedPrivilege
- 
Uses of AuthorizedPrivilege in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type AuthorizedPrivilegeMethods in gov.nist.secauto.oscal.lib.model with parameters of type AuthorizedPrivilegeModifier and TypeMethodDescriptionbooleanSystemUser.addAuthorizedPrivilege(AuthorizedPrivilege item) Add a newAuthorizedPrivilegeitem to the underlying collection.booleanSystemUser.removeAuthorizedPrivilege(AuthorizedPrivilege item) Remove the first matchingAuthorizedPrivilegeitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type AuthorizedPrivilegeModifier and TypeMethodDescriptionvoidSystemUser.setAuthorizedPrivileges(List<AuthorizedPrivilege> value)