Skip navigation links
A B C D E F G I L M O R S U V W 

A

api() - Method in class io.mosip.kernel.ridgenerator.config.SwaggerConfig
Produce Docket bean
ApiExceptionalHandler - Class in io.mosip.kernel.ridgenerator.exception
Controller advice for RID generator service.
ApiExceptionalHandler() - Constructor for class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
 

B

beforeBodyWrite(ResponseWrapper<?>, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class io.mosip.kernel.ridgenerator.config.ResponseBodyAdviceConfig
 

C

CenterAndMachineId - Class in io.mosip.kernel.ridgenerator.entity.id
Composite id class for RID entity.
CenterAndMachineId() - Constructor for class io.mosip.kernel.ridgenerator.entity.id.CenterAndMachineId
 
Config - Class in io.mosip.kernel.ridgenerator.config
Configuration class for RequestResponseFilter Bean.
Config() - Constructor for class io.mosip.kernel.ridgenerator.config.Config
 

D

defaultErrorHandler(HttpServletRequest, Exception) - Method in class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
Method to handle RuntimeException.
destroy() - Method in class io.mosip.kernel.ridgenerator.config.ReqResFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.mosip.kernel.ridgenerator.config.ReqResFilter
 

E

EmptyInputException - Exception in io.mosip.kernel.ridgenerator.exception
Exception class for empty inputs.
EmptyInputException(String, String) - Constructor for exception io.mosip.kernel.ridgenerator.exception.EmptyInputException
 
emptyLengthException(HttpServletRequest, EmptyInputException) - Method in class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
Method to handle EmptyInputException.
errorCode - Variable in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
The errorCode.
errorMessage - Variable in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
The errorMessage.

F

findRid(String, String) - Method in interface io.mosip.kernel.ridgenerator.repository.RidRepository
This method fetch entity for provided center and machine id.

G

generateRid(String, String) - Method in class io.mosip.kernel.ridgenerator.controller.RidGeneratorController
Api to generate RID.
generateRid(String, String) - Method in class io.mosip.kernel.ridgenerator.service.impl.RidGeneratorServiceImpl
 
generateRid(String, String) - Method in interface io.mosip.kernel.ridgenerator.service.RidGeneratorService
This method generate RID based on center id and machine id provided.
getErrorCode() - Method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
Getter for errorCode.
getErrorMessage() - Method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
Getter for errorMessage.
getProperty() - Method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorPropertyConstant
Getter for rid property
getReqResFilter() - Method in class io.mosip.kernel.ridgenerator.config.Config
Bean for RequestResponseFilter.

I

init(FilterConfig) - Method in class io.mosip.kernel.ridgenerator.config.ReqResFilter
 
inputLengthException(HttpServletRequest, InputLengthException) - Method in class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
Method to handle InputLengthException.
InputLengthException - Exception in io.mosip.kernel.ridgenerator.exception
Exception class for inputs lengths.
InputLengthException(String, String) - Constructor for exception io.mosip.kernel.ridgenerator.exception.InputLengthException
 
io.mosip.kernel.ridgenerator - package io.mosip.kernel.ridgenerator
 
io.mosip.kernel.ridgenerator.config - package io.mosip.kernel.ridgenerator.config
 
io.mosip.kernel.ridgenerator.constant - package io.mosip.kernel.ridgenerator.constant
 
io.mosip.kernel.ridgenerator.controller - package io.mosip.kernel.ridgenerator.controller
 
io.mosip.kernel.ridgenerator.dto - package io.mosip.kernel.ridgenerator.dto
 
io.mosip.kernel.ridgenerator.entity - package io.mosip.kernel.ridgenerator.entity
 
io.mosip.kernel.ridgenerator.entity.id - package io.mosip.kernel.ridgenerator.entity.id
 
io.mosip.kernel.ridgenerator.exception - package io.mosip.kernel.ridgenerator.exception
 
io.mosip.kernel.ridgenerator.repository - package io.mosip.kernel.ridgenerator.repository
 
io.mosip.kernel.ridgenerator.service - package io.mosip.kernel.ridgenerator.service
 
io.mosip.kernel.ridgenerator.service.impl - package io.mosip.kernel.ridgenerator.service.impl
 

L

logConfig(Class<?>) - Static method in class io.mosip.kernel.ridgenerator.config.LoggerConfiguration
This method sets the logger target, and returns appender.
LoggerConfiguration - Class in io.mosip.kernel.ridgenerator.config
Console Logger Configuration.

M

main(String[]) - Static method in class io.mosip.kernel.ridgenerator.RidGeneratorBootApplication
Main methods for RID generator.

O

onHttpMessageNotReadable(HttpServletRequest, HttpMessageNotReadableException) - Method in class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
Method to handle HttpMessageNotReadableException.

R

registerReqResFilter() - Method in class io.mosip.kernel.ridgenerator.config.Config
Bean to register RequestResponse Filter.
ReqResFilter - Class in io.mosip.kernel.ridgenerator.config
Request Response Filter class that implements Filter.
ReqResFilter() - Constructor for class io.mosip.kernel.ridgenerator.config.ReqResFilter
 
ResponseBodyAdviceConfig - Class in io.mosip.kernel.ridgenerator.config
Configuration class to wrap the service response in ResponseWrapper and set the request attributes.
ResponseBodyAdviceConfig() - Constructor for class io.mosip.kernel.ridgenerator.config.ResponseBodyAdviceConfig
 
Rid - Class in io.mosip.kernel.ridgenerator.entity
Entity class for RID generator.
Rid() - Constructor for class io.mosip.kernel.ridgenerator.entity.Rid
 
RidException - Exception in io.mosip.kernel.ridgenerator.exception
rid exception
RidException(String, String, Throwable) - Constructor for exception io.mosip.kernel.ridgenerator.exception.RidException
 
RidGeneratorBootApplication - Class in io.mosip.kernel.ridgenerator
Main class for RID generator.
RidGeneratorBootApplication() - Constructor for class io.mosip.kernel.ridgenerator.RidGeneratorBootApplication
 
RidGeneratorController - Class in io.mosip.kernel.ridgenerator.controller
Controller class for RID generator.
RidGeneratorController() - Constructor for class io.mosip.kernel.ridgenerator.controller.RidGeneratorController
 
RidGeneratorExceptionConstant - Enum in io.mosip.kernel.ridgenerator.constant
This enum provide all the exception constants for rid generator.
RidGeneratorPropertyConstant - Enum in io.mosip.kernel.ridgenerator.constant
This enum provide all constants for rid generator.
RidGeneratorResponseDto - Class in io.mosip.kernel.ridgenerator.dto
DTO class for generated RID response.
RidGeneratorResponseDto() - Constructor for class io.mosip.kernel.ridgenerator.dto.RidGeneratorResponseDto
 
RidGeneratorService<T> - Interface in io.mosip.kernel.ridgenerator.service
This interface contains methods for RID generation.
RidGeneratorServiceImpl - Class in io.mosip.kernel.ridgenerator.service.impl
The service class for RID generator.
RidGeneratorServiceImpl() - Constructor for class io.mosip.kernel.ridgenerator.service.impl.RidGeneratorServiceImpl
 
RidRepository - Interface in io.mosip.kernel.ridgenerator.repository
Repository for RID generation.

S

supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class io.mosip.kernel.ridgenerator.config.ResponseBodyAdviceConfig
 
SwaggerConfig - Class in io.mosip.kernel.ridgenerator.config
Configuration class for swagger config
SwaggerConfig() - Constructor for class io.mosip.kernel.ridgenerator.config.SwaggerConfig
 

U

updateRid(int, String, String) - Method in interface io.mosip.kernel.ridgenerator.repository.RidRepository
This method update sequence number against provided center and machine id.

V

valueOf(String) - Static method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorPropertyConstant
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorExceptionConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.ridgenerator.constant.RidGeneratorPropertyConstant
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHITESPACE - Static variable in class io.mosip.kernel.ridgenerator.exception.ApiExceptionalHandler
 
A B C D E F G I L M O R S U V W 
Skip navigation links

Copyright © 2020. All rights reserved.