Uses of Class
io.jans.as.model.error.ErrorMessages
-
Packages that use ErrorMessages Package Description io.jans.as.model.config io.jans.as.model.error -
-
Uses of ErrorMessages in io.jans.as.model.config
Methods in io.jans.as.model.config that return ErrorMessages Modifier and Type Method Description ErrorMessages
Conf. getErrors()
Methods in io.jans.as.model.config with parameters of type ErrorMessages Modifier and Type Method Description void
Conf. setErrors(ErrorMessages errors)
-
Uses of ErrorMessages in io.jans.as.model.error
Methods in io.jans.as.model.error that return ErrorMessages Modifier and Type Method Description ErrorMessages
ErrorResponseFactory. getMessages()
Methods in io.jans.as.model.error with parameters of type ErrorMessages Modifier and Type Method Description void
ErrorResponseFactory. setMessages(ErrorMessages messages)
Constructors in io.jans.as.model.error with parameters of type ErrorMessages Constructor Description ErrorResponseFactory(ErrorMessages messages, AppConfiguration appConfiguration)
-