src/de/uhilger/httpserver/oauth/BearerAuthenticator.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/httpserver/oauth/BearerAuthenticator.java
@@ -349,6 +349,10 @@ this.realm = realm; } public Realm getRealm() { return realm; } public void setWWWAuthRealm(String wwwAuthRealm) { this.wwwAuthRealm = wwwAuthRealm; }