Closed hong6234 closed 6 months ago
What I do: Calling enforcer.updatePolicy(oldPolicyParams, newPolicyParams); to execute and save policy changes.
What to expect: Persist policy changes to the database.
What we get: Policy changes were not persisted to the database.
Requirement: It is hoped that JDBCAdapter will implement the UpdatableAdapter interface.
What is UpdatableAdapter?
Golang's code: (as reference)
@tangyang9464 @imp2002
What I do: Calling enforcer.updatePolicy(oldPolicyParams, newPolicyParams); to execute and save policy changes.
What to expect: Persist policy changes to the database.
What we get: Policy changes were not persisted to the database.
Requirement: It is hoped that JDBCAdapter will implement the UpdatableAdapter interface.
What is UpdatableAdapter?
Golang's code: (as reference)