@Entity public class AuthenticationExecutionEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticator |
protected AuthenticationFlowEntity |
flow |
protected String |
id |
protected int |
priority |
protected RealmEntity |
realm |
protected AuthenticationExecutionModel.Requirement |
requirement |
| Constructor and Description |
|---|
AuthenticationExecutionEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticator() |
AuthenticationFlowEntity |
getFlow() |
String |
getId() |
int |
getPriority() |
RealmEntity |
getRealm() |
AuthenticationExecutionModel.Requirement |
getRequirement() |
boolean |
isAutheticatorFlow() |
boolean |
isUserSetupAllowed() |
void |
setAuthenticator(String authenticator) |
void |
setAutheticatorFlow(boolean autheticatorFlow) |
void |
setFlow(AuthenticationFlowEntity flow) |
void |
setId(String id) |
void |
setPriority(int priority) |
void |
setRealm(RealmEntity realm) |
void |
setRequirement(AuthenticationExecutionModel.Requirement requirement) |
void |
setUserSetupAllowed(boolean userSetupAllowed) |
protected String id
protected RealmEntity realm
protected AuthenticationFlowEntity flow
protected String authenticator
protected AuthenticationExecutionModel.Requirement requirement
protected int priority
public String getId()
public void setId(String id)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public String getAuthenticator()
public void setAuthenticator(String authenticator)
public AuthenticationExecutionModel.Requirement getRequirement()
public void setRequirement(AuthenticationExecutionModel.Requirement requirement)
public int getPriority()
public void setPriority(int priority)
public boolean isUserSetupAllowed()
public void setUserSetupAllowed(boolean userSetupAllowed)
public boolean isAutheticatorFlow()
public void setAutheticatorFlow(boolean autheticatorFlow)
public AuthenticationFlowEntity getFlow()
public void setFlow(AuthenticationFlowEntity flow)
Copyright © 2015 JBoss by Red Hat. All rights reserved.