# Functions
No description provided by the author
ValidatePolicy verifies a policy string is acceptable to casbin.
# Constants
No description provided by the author
No description provided by the author
# Structs
Enforcer is a wrapper around an Casbin enforcer that: * is backed by a kubernetes config map * has a predefined RBAC model * supports a built-in policy * supports a user-defined bolicy * supports a custom JWT claims enforce function.
# Type aliases
ClaimsEnforcerFunc is func template to enforce a JWT claims.