public class SequenceConfig extends Object implements Serializable
Constructor and Description |
---|
SequenceConfig() |
public String getName()
public void setName(String name)
public Map<Integer,StepConfig> getStepMap()
public void setStepMap(Map<Integer,StepConfig> stepMap)
public boolean isForceAuthn()
public void setForceAuthn(boolean isForceAuthn)
public boolean isCheckAuthn()
public void setCheckAuthn(boolean isCheckAuthn)
public List<AuthenticatorConfig> getReqPathAuthenticators()
public void setReqPathAuthenticators(List<AuthenticatorConfig> reqPathAuthenticators)
public ApplicationConfig getApplicationConfig()
public void setApplicationConfig(ApplicationConfig applicationConfig)
public String getApplicationId()
public void setApplicationId(String applicationId)
public boolean isCompleted()
public void setCompleted(boolean completed)
public AuthenticatedUser getAuthenticatedUser()
public void setAuthenticatedUser(AuthenticatedUser authenticatedUser)
public String getAuthenticatedIdPs()
public void setAuthenticatedIdPs(String authenticatedIdPs)
public AuthenticatorConfig getAuthenticatedReqPathAuthenticator()
public void setAuthenticatedReqPathAuthenticator(AuthenticatorConfig authenticatedReqPathAuthenticator)
Copyright © 2016 WSO2. All rights reserved.