Package com.redwood.scheduler.api.model
Interface HasOwner
-
public interface HasOwner
Objects that implement this interface have an owner associated with them. This owner will be used in certain circumstances to evaluate security constraints.
-
-
Field Summary
Fields Modifier and Type Field Description static String
OWNER_SUBJECT_FIELD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.redwood.scheduler.api.model.Subject
getOwnerSubject()
-
-
-
Field Detail
-
OWNER_SUBJECT_FIELD
static final String OWNER_SUBJECT_FIELD
- See Also:
- Constant Field Values
-
-