This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.
from 801802d ISIS-2706: add mignotes
add 2329561 ISIS-2699: deprecates SecmanConfiguration in favour of config
properties
add 0abc75f ISIS-2699: adds config props for PermissionsEvaluationService
also
add b5facd3 ISIS-2699: updates docs for secman
new 643cdd8 Merge pull request #569 from apache/ISIS-2699
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/SecmanAutoConfiguration.java
create mode 100644
extensions/security/secman/applib/src/main/resources/META-INF/spring.factories