Uses of Class
io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
-
Packages that use AuthStatusInfoBuilder Package Description io.mosip.authentication.common.service.builder -
-
Uses of AuthStatusInfoBuilder in io.mosip.authentication.common.service.builder
Methods in io.mosip.authentication.common.service.builder that return AuthStatusInfoBuilder Modifier and Type Method Description AuthStatusInfoBuilderAuthStatusInfoBuilder. addErrors(AuthError... errors)Adds the errors to the AuthStatusInfo.static AuthStatusInfoBuilderAuthStatusInfoBuilder. newInstance()Gets new instance of AuthStatusInfo.AuthStatusInfoBuilderAuthStatusInfoBuilder. setStatus(boolean status)Sets the status.
-