Package org.keycloak.adapters.spi
Interface AuthChallenge
-
public interface AuthChallenge- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanchallenge(HttpFacade exchange)intgetResponseCode()Some platforms need the error code that will be sent (i.e.
-
-
-
Method Detail
-
challenge
boolean challenge(HttpFacade exchange)
- Parameters:
exchange-- Returns:
- challenge sent
-
getResponseCode
int getResponseCode()
Some platforms need the error code that will be sent (i.e. Undertow)- Returns:
-
-