OAuth-Unterstuetzung fuer jdk.httpserver
ulrich
2021-06-15 6b3fc63826a10ceea241f1813181de07d692f5b5
src/de/uhilger/httpserver/oauth/BearerAuthenticator.java
@@ -349,6 +349,14 @@
    this.realm = realm;
  }
  
  //public Realm getRealm() {
  //  return realm;
  //}
  public boolean hasRole(String userId, String roleId) {
    return realm.hasRole(userId, roleId);
  }
  public void setWWWAuthRealm(String wwwAuthRealm) {
    this.wwwAuthRealm = wwwAuthRealm;
  }