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 TypeMethodDescriptionboolean
SystemUser.addAuthorizedPrivilege
(AuthorizedPrivilege item) Add a newAuthorizedPrivilege
item to the underlying collection.boolean
SystemUser.removeAuthorizedPrivilege
(AuthorizedPrivilege item) Remove the first matchingAuthorizedPrivilege
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type AuthorizedPrivilegeModifier and TypeMethodDescriptionvoid
SystemUser.setAuthorizedPrivileges
(List<AuthorizedPrivilege> value)