Package org.wildfly.security.http.oidc
Interface AuthChallenge
-
public interface AuthChallenge
- Author:
- Bill Burke, Farah Juma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
challenge(OidcHttpFacade exchange)
int
getResponseCode()
Some platforms need the error code that will be sent (i.e.
-
-
-
Method Detail
-
challenge
boolean challenge(OidcHttpFacade exchange)
- Parameters:
exchange
-- Returns:
- challenge sent
-
getResponseCode
int getResponseCode()
Some platforms need the error code that will be sent (i.e. Undertow)- Returns:
-
-