Class AuthenticationDto

java.lang.Object
org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto

public class AuthenticationDto extends Object
Author:
Daniel Meyer, nico.rehwaldt
  • Field Details

    • userId

      protected String userId
    • authorizedApps

      protected List<String> authorizedApps
  • Constructor Details

    • AuthenticationDto

      public AuthenticationDto()
  • Method Details

    • fromAuthentication

      public static AuthenticationDto fromAuthentication(Authentication authentication)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • setAuthorizedApps

      public void setAuthorizedApps(List<String> authorizedApps)
    • getAuthorizedApps

      public List<String> getAuthorizedApps()