Class AuthenticationDto
- java.lang.Object
-
- org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
-
public class AuthenticationDto extends Object
- Author:
- Daniel Meyer, nico.rehwaldt
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
authorizedApps
protected String
userId
-
Constructor Summary
Constructors Constructor Description AuthenticationDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationDto
fromAuthentication(Authentication authentication)
List<String>
getAuthorizedApps()
String
getUserId()
void
setAuthorizedApps(List<String> authorizedApps)
void
setUserId(String userId)
-
-
-
Method Detail
-
fromAuthentication
public static AuthenticationDto fromAuthentication(Authentication authentication)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
-