public class CookieAuthenticator extends Object implements Authenticator
Constructor and Description |
---|
CookieAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
action(AuthenticationFlowContext context) |
void |
authenticate(AuthenticationFlowContext context) |
void |
close() |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
requiresUser() |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
public boolean requiresUser()
requiresUser
in interface Authenticator
public void authenticate(AuthenticationFlowContext context)
authenticate
in interface Authenticator
public void action(AuthenticationFlowContext context)
action
in interface Authenticator
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
configuredFor
in interface Authenticator
public void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions
in interface Authenticator
Copyright © 2019 JBoss by Red Hat. All rights reserved.