Uses of Interface
com.redwood.scheduler.api.model.SecurityPrivilege
-
Packages that use SecurityPrivilege Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of SecurityPrivilege in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return SecurityPrivilege Modifier and Type Method Description SecurityPrivilege[]
SubjectPrivilegeGrant. getAllowedPrivileges()
Get the value for AllowedPrivilege.SecurityPrivilege[]
SubjectPrivilegeGrant. getAllPrivileges()
Get the value for AllPrivilege.Methods in com.redwood.scheduler.api.model that return types with arguments of type SecurityPrivilege Modifier and Type Method Description Set<SecurityPrivilege>
SecurityRank. getSecurityPrivileges()
Get the privileges that this rank represents.Methods in com.redwood.scheduler.api.model with parameters of type SecurityPrivilege Modifier and Type Method Description boolean
SubjectPrivilegeGrant. isPrivilegeGrantable(SecurityPrivilege name)
Query whether an administration privilege is granted in this grant.boolean
SubjectPrivilegeGrant. isPrivilegeGranted(SecurityPrivilege name)
Query whether a privilege is granted in this grant.void
SubjectPrivilegeGrant. setPrivilegeGrantable(SecurityPrivilege privilege, boolean grantable)
Set whether an administration privilege is granted or not on this grant.void
SubjectPrivilegeGrant. setPrivilegeGranted(SecurityPrivilege privilege, boolean grant)
Set whether a privilege is granted or not on this grant.
-