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 ErrorMessagesConf. getErrors()Methods in io.jans.as.model.config with parameters of type ErrorMessages Modifier and Type Method Description voidConf. 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 ErrorMessagesErrorResponseFactory. getMessages()Methods in io.jans.as.model.error with parameters of type ErrorMessages Modifier and Type Method Description voidErrorResponseFactory. setMessages(ErrorMessages messages)Constructors in io.jans.as.model.error with parameters of type ErrorMessages Constructor Description ErrorResponseFactory(ErrorMessages messages, AppConfiguration appConfiguration)
-