You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,9 @@ public class LdapAddConfigurationCmd extends BaseCmd {
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapCreateAccountCmd.java
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
importcom.cloud.user.AccountService;
22
22
importcom.cloud.user.User;
23
23
importcom.cloud.user.UserAccount;
24
+
importcom.cloud.utils.StringUtils;
24
25
importorg.apache.cloudstack.acl.RoleType;
25
26
importorg.apache.cloudstack.api.APICommand;
26
27
importorg.apache.cloudstack.api.ApiConstants;
@@ -39,7 +40,6 @@
39
40
importorg.bouncycastle.util.encoders.Base64;
40
41
41
42
importjavax.inject.Inject;
42
-
importjava.io.UnsupportedEncodingException;
43
43
importjava.security.NoSuchAlgorithmException;
44
44
importjava.security.SecureRandom;
45
45
importjava.util.Map;
@@ -81,10 +81,6 @@ public class LdapCreateAccountCmd extends BaseCmd {
81
81
@Parameter(name = ApiConstants.USER_ID, type = CommandType.STRING, description = "User UUID, required for adding account from external provisioning system")
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapDeleteConfigurationCmd.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,12 @@ public class LdapDeleteConfigurationCmd extends BaseCmd {
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapListConfigurationCmd.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,19 @@ public class LdapListConfigurationCmd extends BaseListCmd {
0 commit comments