This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 643cdd8525bd166e781a3003e773df11e612a5ba Merge: 801802d b5facd3 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 30 21:18:34 2021 +0100 Merge pull request #569 from apache/ISIS-2699 Isis 2699: adds config props to allow SecmanConfiguration and PermissionsEvaluationService to be defined using config properties .../apache/isis/core/config/IsisConfiguration.java | 187 +++++++++++++++++++++ .../adoc/modules/secman/pages/setting-up.adoc | 109 ++++++------ .../secman/applib/IsisModuleExtSecmanApplib.java | 16 +- .../secman/applib/SecmanAutoConfiguration.java | 53 ++++++ .../secman/applib/SecmanConfiguration.java | 137 +++++---------- ...PermissionsEvaluationServiceAllowBeatsVeto.java | 3 + ...PermissionsEvaluationServiceVetoBeatsAllow.java | 3 + .../src/main/resources/META-INF/spring.factories | 2 + 8 files changed, 355 insertions(+), 155 deletions(-)
