public class AuthStatusInfoBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
AuthStatusInfoBuilder |
addErrors(AuthError... errors)
Adds the errors to the AuthStatusInfo.
|
AuthStatusInfo |
build()
Builds the AuthStatusInfo.
|
static AuthStatusInfo |
buildStatusInfo(boolean demoMatched,
List<MatchInput> listMatchInputs,
List<MatchOutput> listMatchOutputs,
AuthType[] authTypes,
IDAMappingConfig idMappingConfig)
Builds the status info.
|
static AuthStatusInfoBuilder |
newInstance()
Gets new instance of AuthStatusInfo.
|
AuthStatusInfoBuilder |
setStatus(boolean status)
Sets the status.
|
public static AuthStatusInfoBuilder newInstance()
public AuthStatusInfoBuilder setStatus(boolean status)
status - the statuspublic static AuthStatusInfo buildStatusInfo(boolean demoMatched, List<MatchInput> listMatchInputs, List<MatchOutput> listMatchOutputs, AuthType[] authTypes, IDAMappingConfig idMappingConfig)
demoMatched - the demo matchedlistMatchInputs - the list match inputslistMatchOutputs - the list match outputsauthTypes - the auth typesidMappingConfig - the id mapping configpublic AuthStatusInfoBuilder addErrors(AuthError... errors)
errors - the errorspublic AuthStatusInfo build()
Copyright © 2020. All rights reserved.