src/de/uhilger/httpserver/oauth/BearerAuthenticator.java
@@ -349,8 +349,12 @@ this.realm = realm; } public Realm getRealm() { return realm; //public Realm getRealm() { // return realm; //} public boolean hasRole(String userId, String roleId) { return realm.hasRole(userId, roleId); } public void setWWWAuthRealm(String wwwAuthRealm) {