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
e84915de
Commit
e84915de
authored
Oct 24, 2019
by
michael.simon
Browse files
Add logging context user update requests
parent
500d5cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/service/impl/UserUpdateServiceImpl.java
View file @
e84915de
...
...
@@ -12,6 +12,7 @@ import javax.ejb.Stateless;
import
javax.inject.Inject
;
import
org.slf4j.Logger
;
import
org.slf4j.MDC
;
import
edu.kit.scc.webreg.bootstrap.ApplicationConfig
;
import
edu.kit.scc.webreg.dao.RegistryDao
;
...
...
@@ -158,6 +159,8 @@ public class UserUpdateServiceImpl implements UserUpdateService, Serializable {
private
Map
<
String
,
String
>
update
(
UserEntity
user
,
ServiceEntity
service
,
RegistryEntity
registry
,
String
localHostName
,
String
executor
)
throws
RestInterfaceException
{
MDC
.
put
(
"userId"
,
""
+
user
.
getId
());
// Default expiry Time after which an attrq is issued to IDP in millis
Long
expireTime
=
10000L
;
...
...
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