Uses of Interface
com.redwood.scheduler.api.model.GlobalPrivilege
-
Packages that use GlobalPrivilege Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of GlobalPrivilege in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type GlobalPrivilege Modifier and Type Field Description static QueryObjectType<GlobalPrivilege>
GlobalPrivilege. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return GlobalPrivilege Modifier and Type Method Description GlobalPrivilege
SchedulerSession. createGlobalPrivilege()
Return a new instance of GlobalPrivilege.static GlobalPrivilege
BusinessKeyLookup. getGlobalPrivilegeByBusinessKey(SchedulerSession session, String key)
Query an instance ofGlobalPrivilege
, based on its business key.GlobalPrivilege
BusinessKeyResolver. getGlobalPrivilegeByKey(BusinessKey key)
Query an instance ofGlobalPrivilege
, based on its business key.GlobalPrivilege
SchedulerSession. getGlobalPrivilegeByName(String name)
Get theGlobalPrivilege
by Name.GlobalPrivilege
SchedulerSession. getGlobalPrivilegeByUniqueId(Long uniqueId)
Get theGlobalPrivilege
by UniqueId.GlobalPrivilege
SubjectGlobalPrivilegeGrant. getGrantedGlobalPrivilege()
Get the GrantedGlobalPrivilege.Methods in com.redwood.scheduler.api.model with parameters of type GlobalPrivilege Modifier and Type Method Description SubjectGlobalPrivilegeGrant
Subject. getAssignedSubjectGlobalPrivilegeGrantByGrantedGlobalPrivilege(GlobalPrivilege grantedGlobalPrivilege)
Get the SubjectGlobalPrivilegeGrant by SubjectGlobalPrivilegeLevelGrant.SubjectGlobalPrivilegeGrant
SchedulerSession. getSubjectGlobalPrivilegeGrantBySubjectGlobalPrivilegeLevelGrant(Subject granteeSubject, GlobalPrivilege grantedGlobalPrivilege)
Get theSubjectGlobalPrivilegeGrant
by SubjectGlobalPrivilegeLevelGrant.void
AbstractConcreteObjectCallback. handle(GlobalPrivilege theGlobalPrivilege)
void
ConcreteObjectCallback. handle(GlobalPrivilege theGlobalPrivilege)
void
SubjectGlobalPrivilegeGrant. setGrantedGlobalPrivilege(GlobalPrivilege newGrantedGlobalPrivilege)
Set the value for GrantedGlobalPrivilege.
-