Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
1359f751
Commit
1359f751
authored
Jul 21, 2021
by
michael.simon
Browse files
okay, d'oh. Didn't see a compiler error.
parent
89d6c392
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1359f751
image
:
maven:latest
variables
:
MAVEN_CLI_OPTS
:
"
-X
-s
maven/settings.xml
--batch-mode"
MAVEN_CLI_OPTS
:
"
-s
maven/settings.xml
--batch-mode"
cache
:
paths
:
...
...
bwreg-webapp/src/main/java/edu/kit/scc/webreg/bean/admin/bulk/BulkUserImportBean.java
View file @
1359f751
...
...
@@ -131,7 +131,7 @@ public class BulkUserImportBean implements Serializable {
try
{
Map
<
String
,
List
<
Object
>>
attributeMap
=
new
HashMap
<
String
,
List
<
Object
>>();
userEntity
=
userCreateService
.
preCreateUser
(
idpEntity
,
spEntity
,
new
SamlIdentifier
(
importUser
.
getPersistentId
(),
null
,
null
,
null
),
null
,
attributeMap
);
new
SamlIdentifier
(
importUser
.
getPersistentId
(),
null
,
null
,
null
,
new
HashMap
<
String
,
String
>()
),
null
,
attributeMap
);
Response
samlResponse
=
attrQueryHelper
.
query
(
userEntity
,
idpEntity
,
idpEntityDescriptor
,
spEntity
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment