Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9BA2C200CE6 for ; Thu, 31 Aug 2017 16:44:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9A19116B3AA; Thu, 31 Aug 2017 14:44:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BC0AB16B3AF for ; Thu, 31 Aug 2017 16:44:35 +0200 (CEST) Received: (qmail 65562 invoked by uid 500); 31 Aug 2017 14:44:35 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 65502 invoked by uid 99); 31 Aug 2017 14:44:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2017 14:44:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AEAD7F556C; Thu, 31 Aug 2017 14:44:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@syncope.apache.org Date: Thu, 31 Aug 2017 14:44:33 -0000 Message-Id: <75ce3921a8e9459ba0c8de80c7dfc43c@git.apache.org> In-Reply-To: <6549c1e5e43248beacd3a5f666d49637@git.apache.org> References: <6549c1e5e43248beacd3a5f666d49637@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] syncope git commit: SYNCOPE-1202 - Adding UI support archived-at: Thu, 31 Aug 2017 14:44:36 -0000 SYNCOPE-1202 - Adding UI support Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/3dc6e420 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3dc6e420 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3dc6e420 Branch: refs/heads/2_0_X Commit: 3dc6e420360981dce08731b557b145993d8ff7c2 Parents: 2751007 Author: Colm O hEigeartaigh Authored: Thu Aug 31 15:27:02 2017 +0100 Committer: Colm O hEigeartaigh Committed: Thu Aug 31 15:44:24 2017 +0100 ---------------------------------------------------------------------- .../syncope/client/console/panels/SAML2IdPsDirectoryPanel.java | 2 ++ .../syncope/client/console/wizards/SAML2IdPWizardBuilder.java | 4 ++++ .../client/console/panels/SAML2IdPsDirectoryPanel.properties | 1 + .../client/console/panels/SAML2IdPsDirectoryPanel_it.properties | 1 + .../console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties | 1 + .../client/console/panels/SAML2IdPsDirectoryPanel_ru.properties | 1 + 6 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.java ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.java b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.java index 2874a84..1b3f818 100644 --- a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.java +++ b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.java @@ -192,6 +192,8 @@ public class SAML2IdPsDirectoryPanel extends DirectoryPanel< columns.add(new PropertyColumn(new ResourceModel("entityID"), "entityID", "entityID")); columns.add(new BooleanPropertyColumn( new ResourceModel("useDeflateEncoding"), "useDeflateEncoding", "useDeflateEncoding")); + columns.add(new BooleanPropertyColumn( + new ResourceModel("supportUnsolicited"), "supportUnsolicited", "supportUnsolicited")); columns.add(new PropertyColumn( new ResourceModel("bindingType"), "bindingType", "bindingType")); columns.add(new BooleanPropertyColumn( http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder.java ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder.java b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder.java index 0fc7b22..ba25ebf 100644 --- a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder.java +++ b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder.java @@ -119,6 +119,10 @@ public class SAML2IdPWizardBuilder extends AjaxWizardBuilder { "field", "useDeflateEncoding", new PropertyModel(idpTO, "useDeflateEncoding"), false); fields.add(useDeflateEncoding); + AjaxCheckBoxPanel supportUnsolicited = new AjaxCheckBoxPanel( + "field", "supportUnsolicited", new PropertyModel<>(idpTO, "supportUnsolicited"), false); + fields.add(supportUnsolicited); + AjaxDropDownChoicePanel bindingType = new AjaxDropDownChoicePanel<>("field", "bindingType", new PropertyModel(idpTO, "bindingType"), false); http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties index 97d8690..60b2a65 100644 --- a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties @@ -16,6 +16,7 @@ # under the License. entityID=Entity ID useDeflateEncoding=Deflate Encoding +supportUnsolicited=Support Unsolicited Logins logoutSupported=Logout supported any.edit=Edit ${entityID} connObjectKeyValidation=There must be exactly one Remote Key http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties index 76464c0..f1afdad 100644 --- a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties @@ -16,6 +16,7 @@ # under the License. entityID=Entity ID useDeflateEncoding=Deflate Encoding +supportUnsolicited=Support Unsolicited Logins logoutSupported=Logout supportato any.edit=Modifica ${entityID} connObjectKeyValidation=Deve essere definito esattamente una Chiave remota http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties index d81f0a8..f7bedbe 100644 --- a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties @@ -16,6 +16,7 @@ # under the License. entityID=Entity ID useDeflateEncoding=Deflate Encoding +supportUnsolicited=Support Unsolicited Logins logoutSupported=Logout supported any.edit=Alterar ${entityID} connObjectKeyValidation=Precisa ser exatamente um Remote Key http://git-wip-us.apache.org/repos/asf/syncope/blob/3dc6e420/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties index 8712eeb..311846b 100644 --- a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties @@ -16,6 +16,7 @@ # under the License. entityID=Entity ID useDeflateEncoding=Deflate Encoding +supportUnsolicited=Support Unsolicited Logins logoutSupported=Logout supported any.edit=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c ${entityID} connObjectKeyValidation=\u0422\u0430\u043c \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u043e\u0432\u043d\u043e \u043e\u0434\u0438\u043d \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430