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