public class AuthenticationDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected List<String> | authorizedApps | 
| protected String | userId | 
| Constructor and Description | 
|---|
| AuthenticationDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AuthenticationDto | fromAuthentication(Authentication authentication) | 
| List<String> | getAuthorizedApps() | 
| String | getUserId() | 
| void | setAuthorizedApps(List<String> authorizedApps) | 
| void | setUserId(String userId) | 
public static AuthenticationDto fromAuthentication(Authentication authentication)
public String getUserId()
public void setUserId(String userId)
Copyright © 2018. All rights reserved.