public interface AuthChallenge
| Modifier and Type | Method and Description |
|---|---|
boolean |
challenge(HttpFacade exchange) |
boolean |
errorPage()
Whether or not an error page should be displayed if possible along with the challenge
|
int |
getResponseCode()
If errorPage is true, this is the response code the challenge will send.
|
boolean challenge(HttpFacade exchange)
exchange - boolean errorPage()
int getResponseCode()
Copyright © 2015 JBoss by Red Hat. All rights reserved.