Class TestCaseResourceContext
java.lang.Object
org.openmetadata.service.security.policyevaluator.TestCaseResourceContext
- All Implemented Interfaces:
ResourceContextInterface
Builds ResourceContext lazily. ResourceContext includes all the attributes of a resource a user is trying to access
to be used for evaluating Access Control policies.
As multiple threads don't access this, the class is not thread-safe by design.
-
Constructor Details
-
TestCaseResourceContext
public TestCaseResourceContext()
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceResourceContextInterface
-
getOwner
- Specified by:
getOwnerin interfaceResourceContextInterface
-
getTags
- Specified by:
getTagsin interfaceResourceContextInterface
-
getEntity
- Specified by:
getEntityin interfaceResourceContextInterface
-