[java-identity-provider] branch main updated: Rename some properties to fit bean conventions.
Scott Cantor
cantor.2 at osu.edu
Sat Oct 24 16:44:42 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8272a4db30068298677bf980dede90be14c5157c
The following commit(s) were added to refs/heads/main by this push:
new 8272a4db3 Rename some properties to fit bean conventions.
8272a4db3 is described below
commit 8272a4db30068298677bf980dede90be14c5157c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sat Oct 24 12:44:38 2020 -0400
Rename some properties to fit bean conventions.
---
.../main/resources/net/shibboleth/idp/conf/admin-system.xml | 10 +++++-----
idp-conf/src/main/resources/conf/admin/admin.properties | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
index bb3496066..691cf74f6 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
@@ -98,11 +98,11 @@
<bean parent="shibboleth.OneTimeAdminFlow"
c:id="http://shibboleth.net/ns/profiles/unlock-keys"
- p:loggingId="%{idp.unlock.logging:UnlockKeys}"
- p:policyName="%{idp.unlock.accessPolicy:AccessDenied}"
- p:nonBrowserSupported="%{idp.unlock.nonBrowserSupported:false}"
- p:authenticated="%{idp.unlock.authenticated:true}"
- p:resolveAttributes="%{idp.unlock.resolveAttributes:false}" />
+ p:loggingId="%{idp.unlock-keys.logging:UnlockKeys}"
+ p:policyName="%{idp.unlock-keys.accessPolicy:AccessDenied}"
+ p:nonBrowserSupported="%{idp.unlock-keys.nonBrowserSupported:false}"
+ p:authenticated="%{idp.unlock-keys.authenticated:true}"
+ p:resolveAttributes="%{idp.unlock-keys.resolveAttributes:false}" />
<!-- Parent beans to default some of the flow boilerplate. -->
diff --git a/idp-conf/src/main/resources/conf/admin/admin.properties b/idp-conf/src/main/resources/conf/admin/admin.properties
index dd695423d..7f14b566f 100644
--- a/idp-conf/src/main/resources/conf/admin/admin.properties
+++ b/idp-conf/src/main/resources/conf/admin/admin.properties
@@ -48,8 +48,8 @@
#idp.storage.nonBrowserSupported = false
#idp.storage.resolveAttributes = false
-#idp.unlock.logging = UnlockKeys
-#idp.unlock.accessPolicy = AccessDenied
-#idp.unlock.authenticated = true
-#idp.unlock.nonBrowserSupported = false
-#idp.unlock.resolveAttributes = false
+#idp.unlock-keys.logging = UnlockKeys
+#idp.unlock-keys.accessPolicy = AccessDenied
+#idp.unlock-keys.authenticated = true
+#idp.unlock-keys.nonBrowserSupported = false
+#idp.unlock-keys.resolveAttributes = false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list