Class AuthenticationDto


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

      • userId

        protected String userId
      • authorizedApps

        protected List<String> authorizedApps
    • Constructor Detail

      • AuthenticationDto

        public AuthenticationDto()
    • Method Detail

      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • setAuthorizedApps

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

        public List<String> getAuthorizedApps()