| | |
| | | |
| | | import com.sun.net.httpserver.HttpContext; |
| | | import com.sun.net.httpserver.HttpExchange; |
| | | import de.uhilger.httpserver.base.handler.HttpHelper; |
| | | import de.uhilger.httpserver.base.HttpHelper; |
| | | import static de.uhilger.httpserver.oauth.BearerLoginHandler.ATTR_AUTHENTICATOR; |
| | | import java.io.IOException; |
| | | |
| | |
| | | */ |
| | | public class BearerRefreshHandler extends BearerLoginHandler { |
| | | |
| | | /** |
| | | * Refresh-Anfrage ausfuehren |
| | | * |
| | | * @param exchange das Objekt mit Informationen zu HTTP-Anfrage und -Antwort |
| | | * @throws IOException |
| | | */ |
| | | @Override |
| | | public void handle(HttpExchange exchange) throws IOException { |
| | | HttpHelper h = new HttpHelper(); |