105106107108109110111112
if (repository == null) { throw new IllegalStateException( "Could not find UserService implementation in spring context"); } authorizer = new Authorizer(users); credentialsProvider = getCredentialsProvider(); }