Class DenyAccessAuthenticator

java.lang.Object
org.keycloak.authentication.authenticators.access.DenyAccessAuthenticator
All Implemented Interfaces:
Authenticator, Provider

public class DenyAccessAuthenticator extends Object implements Authenticator
Explicitly deny access to the resources. Useful for example in the conditional flows to be used after satisfying the previous conditions. after satisfying conditions in the conditional flow.
Author:
Martin Bartos