maxkey-protocol-authorize
- maxkey-core
maxkey-jose-jwt
+ maxkey-core
maxkey-dao
maxkey-client-sdk
maxkey-protocol-oauth-2.0
diff --git a/maxkey-web-manage/.settings/org.eclipse.jdt.core.prefs b/maxkey-web-manage/.settings/org.eclipse.jdt.core.prefs
index 8345447b..013f2157 100644
--- a/maxkey-web-manage/.settings/org.eclipse.jdt.core.prefs
+++ b/maxkey-web-manage/.settings/org.eclipse.jdt.core.prefs
@@ -8,9 +8,20 @@ org.eclipse.jdt.core.circularClasspath=warning
org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/maxkey-web-manage/src/main/resources/templates/views/accounts/appAccountsAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/accounts/appAccountsAdd.ftl
index f0b37750..3ea91f9e 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/accounts/appAccountsAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/accounts/appAccountsAdd.ftl
@@ -25,7 +25,7 @@
| <@locale code="userinfo.username" />: |
-
+
"
wurl="<@base/>/userinfo/select"
wwidth="800"
@@ -37,14 +37,14 @@
|
| <@locale code="userinfo.displayName" />: |
-
+
|
| <@locale code="apps.name" />: |
-
+
"
wurl="<@base/>/apps/select"
wwidth="800"
@@ -56,14 +56,14 @@
|
| <@locale code="account.relatedUsername" />: |
-
+
|
| <@locale code="account.relatedPassword" />: |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/appAddCommon.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/appAddCommon.ftl
index 05815cb6..88287dd4 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/appAddCommon.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/appAddCommon.ftl
@@ -20,13 +20,13 @@
| <@locale code="apps.name"/>: |
-
+
|
| <@locale code="apps.loginUrl"/>: |
-
+
|
@@ -37,9 +37,7 @@
| <@locale code="apps.category"/>: |
-
+
|
@@ -49,7 +47,7 @@
| <@locale code="common.text.sortindex"/> |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/appUpdateCommon.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/appUpdateCommon.ftl
index 671e459a..ce6a6b9f 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/appUpdateCommon.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/appUpdateCommon.ftl
@@ -33,13 +33,13 @@
| <@locale code="apps.name"/>: |
-
+
|
| <@locale code="apps.loginUrl"/>: |
-
+
|
@@ -49,9 +49,7 @@
| <@locale code="apps.category"/>: |
-
+
|
@@ -60,7 +58,7 @@
| <@locale code="common.text.sortindex"/> |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/appsExtendAttr.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/appsExtendAttr.ftl
index 9a9e96e5..d789609d 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/appsExtendAttr.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/appsExtendAttr.ftl
@@ -22,15 +22,15 @@ $(function(){
html += '';
//attribute
html += '| ';
- html += '';
+ html += '';
html += ' | ';
//attributeType
html += '<@locale code="apps.extendAttr.parameter.type"/>: | ';
- html += '';
+ html += '';
html += ' | ';
//attributeValue
html += '<@locale code="apps.extendAttr.parameter.value"/>: | ';
- html += '';
+ html += '';
html += ' | ';
html += '
';
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appAdd.ftl
index 03a3ea06..98eea2c1 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appAdd.ftl
@@ -47,15 +47,13 @@ $(function(){
| <@locale code="apps.cas.service"/>: |
-
- *
+
|
| <@locale code="apps.cas.validation"/>: |
-
- *
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appUpdate.ftl
index e327547d..582b8152 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/cas/appUpdate.ftl
@@ -57,13 +57,13 @@ $(function(){
| <@locale code="apps.cas.service"/>: |
-
+
|
| <@locale code="apps.cas.validation"/>: |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appAdd.ftl
index 34090972..246d57b5 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appAdd.ftl
@@ -86,7 +86,7 @@ $(function(){
| <@locale code="apps.desktop.programPath" />: |
-
+
*
|
@@ -110,7 +110,7 @@ $(function(){
<@locale code="apps.desktop.usernameParameter" />: |
-
+
*
|
@@ -132,7 +132,7 @@ $(function(){
<@locale code="apps.desktop.passwordParameter" />: |
-
+
*
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appUpdate.ftl
index 506bec0f..30b45460 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/desktop/appUpdate.ftl
@@ -93,7 +93,7 @@ $(function(){
| <@locale code="apps.desktop.programPath" />: |
-
+
|
@@ -117,7 +117,7 @@ $(function(){
style="display:none"#if> >
<@locale code="apps.desktop.usernameParameter" />: |
style="display:none"#if> >
-
+
|
@@ -141,7 +141,7 @@ $(function(){
style="display:none"#if> >
<@locale code="apps.desktop.passwordParameter" />: |
style="display:none"#if> >
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/extendapi/appAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/extendapi/appAdd.ftl
index 751e3e06..a29b14b9 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/extendapi/appAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/extendapi/appAdd.ftl
@@ -33,8 +33,8 @@ $(function(){
| <@locale code="apps.formbased.usernameMapping"/>: |
-
+
|
<@locale code="apps.formbased.passwordMapping"/>: |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
index b5dc39c8..da84fbe0 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl
@@ -90,7 +90,6 @@ $(function(){
id_tokenchecked#if> type="checkbox" id="grantTypes_id_token" name="authorizedGrantTypes" value="id_token"/> |
tokenchecked#if> type="checkbox" id="grantTypes_token" name="authorizedGrantTypes" value="token"/> |
- * |
@@ -98,20 +97,20 @@ $(function(){
| <@locale code="apps.oauth.registeredRedirectUris" />: |
-
- *
+
+
|
| <@locale code="apps.oauth.accessTokenValiditySeconds" />: |
- *
+
|
<@locale code="apps.oauth.refreshTokenValiditySeconds" />: |
- *
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appAdd.ftl
index 36765760..f8bf6b3e 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appAdd.ftl
@@ -38,35 +38,27 @@ $(function(){
| <@locale code="apps.saml.v2.0.info" /> |
+ | <@locale code="apps.saml.spAcsUrl" />: |
+
+
+ |
+
+
| <@locale code="apps.saml.entityId" />: |
-
- *
+
|
-
-
-
| <@locale code="apps.saml.issuer" />: |
-
- *
- |
-
-
-
- | <@locale code="apps.saml.spAcsUrl" />: |
-
-
- *
+
|
-
| <@locale code="apps.saml.audience" />: |
-
+
|
@@ -114,7 +106,7 @@ $(function(){
| <@locale code="apps.saml.validityInterval" />: |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
index 21dd7b05..3c4d995d 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appUpdate.ftl
@@ -51,29 +51,27 @@ $(function(){
<@locale code="apps.saml.v2.0.info" /> |
+ | <@locale code="apps.saml.spAcsUrl" />: |
+
+
+ |
+
+
| <@locale code="apps.saml.entityId" />: |
-
- |
-
-
-
-
- | <@locale code="apps.saml.spAcsUrl" />: |
-
-
+
|
| <@locale code="apps.saml.issuer" />: |
-
+
|
| <@locale code="apps.saml.audience" />: |
-
+
|
SAML MetaData
@@ -165,15 +163,15 @@ $(function(){
|
| <@locale code="apps.saml.certIssuer" />: |
- ${model.certIssuer}
+ | ${model.certIssuer!}
|
<@locale code="apps.saml.certExpiration" />: |
- ${model.certExpiration}
+ | ${model.certExpiration!}
|
| <@locale code="apps.saml.certSubject" />: |
- ${model.certSubject}
+ | ${model.certSubject!}
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
index 168e59fd..817761f3 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appAdd.ftl
@@ -53,8 +53,7 @@ $(function(){
| <@locale code="apps.tokenbased.redirectUri" />: |
-
- *
+
|
@@ -68,7 +67,6 @@ $(function(){
| <@locale code="apps.tokenbased.cookieName" />: |
- *
|
@@ -97,7 +95,7 @@ $(function(){
| <@locale code="userinfo.id" /> |
- <@locale code="userinfo.username" /> |
+ <@locale code="userinfo.username" /> |
<@locale code="userinfo.email" /> |
<@locale code="userinfo.windowsAccount" /> |
<@locale code="userinfo.employeeNumber" /> |
@@ -110,7 +108,7 @@ $(function(){
| <@locale code="apps.tokenbased.expires" />: |
-
+
|
<@locale code="apps.isAdapter" />: |
diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
index d049d974..e4923428 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl
@@ -61,7 +61,7 @@ $(function(){
|
| <@locale code="apps.tokenbased.redirectUri" />: |
-
+
|
@@ -117,7 +117,7 @@ $(function(){
| <@locale code="apps.tokenbased.expires" />: |
-
+
|
<@locale code="apps.isAdapter" />: |
diff --git a/maxkey-web-manage/src/main/resources/templates/views/groups/groupAdd.ftl b/maxkey-web-manage/src/main/resources/templates/views/groups/groupAdd.ftl
index d26764c8..941e4d73 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/groups/groupAdd.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/groups/groupAdd.ftl
@@ -17,7 +17,7 @@
|
| <@locale code="group.name" />: |
-
+
|
diff --git a/maxkey-web-manage/src/main/resources/templates/views/groups/groupUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/groups/groupUpdate.ftl
index 2669ceea..700f8799 100644
--- a/maxkey-web-manage/src/main/resources/templates/views/groups/groupUpdate.ftl
+++ b/maxkey-web-manage/src/main/resources/templates/views/groups/groupUpdate.ftl
@@ -23,7 +23,7 @@
| <@locale code="group.name" />: |
-
+
|
diff --git a/maxkey-web-maxkey/.classpath b/maxkey-web-maxkey/.classpath
index 1501fbb1..4d08c1f6 100644
--- a/maxkey-web-maxkey/.classpath
+++ b/maxkey-web-maxkey/.classpath
@@ -16,6 +16,7 @@
+
diff --git a/maxkey-web-maxkey/.project b/maxkey-web-maxkey/.project
index 9dac6049..78ce2caa 100644
--- a/maxkey-web-maxkey/.project
+++ b/maxkey-web-maxkey/.project
@@ -3,20 +3,20 @@
maxkey-web-maxkey
maxkey-web-maxkey
- maxkey-protocol-desktop
- maxkey-protocol-tokenbased
- maxkey-client-sdk
maxkey-jose-jwt
- maxkey-protocol-authorize
- maxkey-protocol-saml-2.0
- maxkey-protocol-oauth-2.0
- maxkey-authentications
- maxkey-protocol-formbased
maxkey-protocol-simulate
- maxkey-dao
+ maxkey-protocol-oauth-2.0
+ maxkey-protocol-saml-2.0
maxkey-core
- maxkey-protocol-extendapi
+ maxkey-dao
+ maxkey-client-sdk
+ maxkey-authentications
+ maxkey-protocol-authorize
maxkey-protocol-cas
+ maxkey-protocol-desktop
+ maxkey-protocol-extendapi
+ maxkey-protocol-formbased
+ maxkey-protocol-tokenbased
diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/passwordExpired.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/passwordExpired.ftl
index e1ff793e..67658540 100644
--- a/maxkey-web-maxkey/src/main/resources/templates/views/passwordExpired.ftl
+++ b/maxkey-web-maxkey/src/main/resources/templates/views/passwordExpired.ftl
@@ -40,13 +40,13 @@
| <@locale code="login.password.newPassword" />: |
-
+
|
| <@locale code="login.password.confirmPassword" />: |
-
+
|
diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/passwordInitial.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/passwordInitial.ftl
index 566c3865..e6b6f97f 100644
--- a/maxkey-web-maxkey/src/main/resources/templates/views/passwordInitial.ftl
+++ b/maxkey-web-maxkey/src/main/resources/templates/views/passwordInitial.ftl
@@ -40,13 +40,13 @@
| <@locale code="login.password.newPassword" />: |
-
+
|
| <@locale code="login.password.confirmPassword" />: |
-
+
|
diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/profile/myProfile.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/profile/myProfile.ftl
index 252b0f79..a73a1020 100644
--- a/maxkey-web-maxkey/src/main/resources/templates/views/profile/myProfile.ftl
+++ b/maxkey-web-maxkey/src/main/resources/templates/views/profile/myProfile.ftl
@@ -50,7 +50,7 @@
| <@locale code="userinfo.displayName" />: |
-
+
|
<@locale code="userinfo.picture" />: |
diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/safe/changePassword.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/safe/changePassword.ftl
index bbdba044..63cfb12c 100644
--- a/maxkey-web-maxkey/src/main/resources/templates/views/safe/changePassword.ftl
+++ b/maxkey-web-maxkey/src/main/resources/templates/views/safe/changePassword.ftl
@@ -36,20 +36,20 @@
| <@locale code="login.password.oldPassword" /> : |
-
+
|
| <@locale code="login.password.newPassword" />: |
-
+
|
| <@locale code="login.password.confirmPassword" />: |
-
+
|
diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/safe/setting.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/safe/setting.ftl
index 718b270f..1272f790 100644
--- a/maxkey-web-maxkey/src/main/resources/templates/views/safe/setting.ftl
+++ b/maxkey-web-maxkey/src/main/resources/templates/views/safe/setting.ftl
@@ -59,7 +59,7 @@
| <@locale code="userinfo.mobile" /> : |
-
+
|
@@ -73,7 +73,7 @@
| <@locale code="userinfo.email" /> : |
-
+
|