Beispiel #1
0
 private void assertUnknownUsersAreAllowedToLogin() {
   if (goConfigService.isOnlyKnownUserAllowedToLogin()) {
     throw new OnlyKnownUsersAllowedException("Please ask the administrator to add you to Go");
   }
 }