public class Auth extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<AuthChallenge> |
_challenges |
protected IdvWorkflow |
_idvWorkflow |
protected String |
_scheme |
static String |
FIELD_CHALLENGES |
static String |
FIELD_IDV_WORKFLOW |
static String |
FIELD_SCHEME |
| Constructor and Description |
|---|
Auth() |
| Modifier and Type | Method and Description |
|---|---|
Auth |
addChallenge(AuthChallenge value) |
List<AuthChallenge> |
getChallenges() |
IdvWorkflow |
getIdvWorkflow() |
String |
getScheme() |
Auth |
safeSetChallenges(List<AuthChallenge> value) |
Auth |
safeSetScheme(String value) |
Auth |
setChallenges(List<AuthChallenge> value) |
Auth |
setIdvWorkflow(IdvWorkflow value) |
Auth |
setScheme(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_CHALLENGES
public static final String FIELD_SCHEME
public static final String FIELD_IDV_WORKFLOW
protected List<AuthChallenge> _challenges
protected IdvWorkflow _idvWorkflow
protected String _scheme
public IdvWorkflow getIdvWorkflow()
public Auth setIdvWorkflow(IdvWorkflow value)
public Auth setChallenges(List<AuthChallenge> value)
public Auth safeSetChallenges(List<AuthChallenge> value)
public List<AuthChallenge> getChallenges()
public Auth addChallenge(AuthChallenge value)
public String getScheme()
Copyright 2022 OneSpan All rights reserved.