Class AuthenticationDto
java.lang.Object
org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
- Author:
- Daniel Meyer, nico.rehwaldt
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationDto
fromAuthentication
(Authentication authentication) void
setAuthorizedApps
(List<String> authorizedApps) void
-
Field Details
-
userId
-
authorizedApps
-
-
Constructor Details
-
AuthenticationDto
public AuthenticationDto()
-
-
Method Details
-
fromAuthentication
-
getUserId
-
setUserId
-
setAuthorizedApps
-
getAuthorizedApps
-