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

A

AccessTokenResponse - Class in io.mosip.kernel.auth.dto
 
AccessTokenResponse() - Constructor for class io.mosip.kernel.auth.dto.AccessTokenResponse
 
AccessTokenResponseDTO - Class in io.mosip.kernel.auth.dto
 
AccessTokenResponseDTO() - Constructor for class io.mosip.kernel.auth.dto.AccessTokenResponseDTO
 
addPassword(RequestWrapper<UserPasswordRequestDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
Create a user account in Data Store
addPassword(UserPasswordRequestDto) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
addUserPassword(UserPasswordRequestDto) - Method in interface io.mosip.kernel.auth.service.AuthService
 
addUserPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
ALL_CHANNELS_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
api() - Method in class io.mosip.kernel.auth.config.SwaggerConfig
Produce Docket bean
Application - Enum in io.mosip.kernel.auth.constant
 
APPTYPE_UIN - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
APPTYPE_USER - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
APPTYPE_USERID - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
AUTH_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
AUTH_HEADER - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
AUTH_TOKEN_EXPIRED_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
AuthBootApplication - Class in io.mosip.kernel.auth
 
AuthBootApplication() - Constructor for class io.mosip.kernel.auth.AuthBootApplication
 
AuthConstant - Class in io.mosip.kernel.auth.constant
 
AuthConstant() - Constructor for class io.mosip.kernel.auth.constant.AuthConstant
 
AuthController - Class in io.mosip.kernel.auth.controller
Controller APIs for Authentication and Authorization
AuthController() - Constructor for class io.mosip.kernel.auth.controller.AuthController
 
authenticateUser(LoginUser) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
authenticateUser(LoginUser) - Method in interface io.mosip.kernel.auth.service.AuthNService
 
authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for Authenticating User based on username and password
authenticateUseridPwd(RequestWrapper<LoginUser>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to authenticate using userName and password request is of type LoginUser
authenticateUserWithOtp(UserOtp) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
authenticateUserWithOtp(UserOtp) - Method in interface io.mosip.kernel.auth.service.AuthNService
 
authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for Authenticating User based with username and OTP
authenticateWithOtp(OtpUser) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
authenticateWithOtp(OtpUser) - Method in interface io.mosip.kernel.auth.service.AuthNService
 
authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for sending OTP
authenticateWithSecretKey(ClientSecret) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
authenticateWithSecretKey(ClientSecret) - Method in interface io.mosip.kernel.auth.service.AuthNService
 
authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for Authenticating User based with secretkey and password
AuthErrorCode - Enum in io.mosip.kernel.auth.constant
Error Code for Auth Service
AuthErrorConstant - Class in io.mosip.kernel.auth.constant
 
AuthErrorConstant() - Constructor for class io.mosip.kernel.auth.constant.AuthErrorConstant
 
AuthManagerException - Exception in io.mosip.kernel.auth.exception
 
AuthManagerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.auth.exception.AuthManagerException
 
AuthManagerException(String, String) - Constructor for exception io.mosip.kernel.auth.exception.AuthManagerException
Constructor the initialize Handler exception
AuthManagerExceptionHandler - Class in io.mosip.kernel.auth.exception
 
AuthManagerExceptionHandler() - Constructor for class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
AuthManagerServiceException - Exception in io.mosip.kernel.auth.exception
 
AuthManagerServiceException(List<ServiceError>) - Constructor for exception io.mosip.kernel.auth.exception.AuthManagerServiceException
 
AuthNResponse - Class in io.mosip.kernel.auth.dto
 
AuthNResponse() - Constructor for class io.mosip.kernel.auth.dto.AuthNResponse
 
AuthNResponseDto - Class in io.mosip.kernel.auth.dto
 
AuthNResponseDto() - Constructor for class io.mosip.kernel.auth.dto.AuthNResponseDto
 
AuthNService - Interface in io.mosip.kernel.auth.service
 
AuthResponseDto - Class in io.mosip.kernel.auth.dto
 
AuthResponseDto() - Constructor for class io.mosip.kernel.auth.dto.AuthResponseDto
 
AuthService - Interface in io.mosip.kernel.auth.service
 
AuthServiceImpl - Class in io.mosip.kernel.auth.service.impl
Auth Service for Authentication and Authorization
AuthServiceImpl() - Constructor for class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
AuthToken - Class in io.mosip.kernel.auth.dto
 
AuthToken() - Constructor for class io.mosip.kernel.auth.dto.AuthToken
 
AuthZResponseDto - Class in io.mosip.kernel.auth.dto
 
AuthZResponseDto() - Constructor for class io.mosip.kernel.auth.dto.AuthZResponseDto
 
AuthZService - Interface in io.mosip.kernel.auth.service
 

B

BaseRequestResponseDto - Class in io.mosip.kernel.auth.dto
 
BaseRequestResponseDto() - Constructor for class io.mosip.kernel.auth.dto.BaseRequestResponseDto
 
BaseRequestResponseDTO - Class in io.mosip.kernel.auth.dto.otp.idrepo
The Class ResponseDTO.
BaseRequestResponseDTO() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.BaseRequestResponseDTO
 
basicGenerate(MosipUserDto) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
basicGenerateOTPToken(MosipUserDto, boolean) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
BasicTokenDto - Class in io.mosip.kernel.auth.dto
 
BasicTokenDto() - Constructor for class io.mosip.kernel.auth.dto.BasicTokenDto
 
basicValidate(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
beforeBodyWrite(ResponseWrapper<?>, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class io.mosip.kernel.auth.config.ResponseBodyAdviceConfig
 
buildDataStoreMap() - Method in class io.mosip.kernel.auth.repository.impl.UserStoreFactoryImpl
 

C

CacheObject(T) - Constructor for class io.mosip.kernel.auth.util.MemoryCache.CacheObject
 
changePassword(String, RequestWrapper<PasswordDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
This API will change the password of the particular user
changePassword(PasswordDto) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
changePassword(String, PasswordDto) - Method in interface io.mosip.kernel.auth.service.AuthService
 
changePassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
CHECK_USER - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
CLIENT_CREDENTIALS - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
CLIENT_ID - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
CLIENT_ID - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
CLIENT_SECRET - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
CLIENT_SECRET - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
CLIENT_SECRET_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
clientIdSecretKey(RequestWrapper<ClientSecret>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to authenticate using clientId and secretKey clientSecretDto is of type ClientSecretDto
ClientSecret - Class in io.mosip.kernel.auth.dto
 
ClientSecret() - Constructor for class io.mosip.kernel.auth.dto.ClientSecret
 
ClientSecretDto - Class in io.mosip.kernel.auth.dto
 
ClientSecretDto() - Constructor for class io.mosip.kernel.auth.dto.ClientSecretDto
 
close() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
CN - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
CODE - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
COMMA - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
Config - Class in io.mosip.kernel.auth.config
 
Config() - Constructor for class io.mosip.kernel.auth.config.Config
 
COOKIE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
CorsFilter - Class in io.mosip.kernel.auth.config
This class is a filter for giving Access Headers to solve CORS
CorsFilter() - Constructor for class io.mosip.kernel.auth.config.CorsFilter
Default Constructor
create(KeycloakSession) - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
CustomAuthFactory - Class in io.mosip.kernel.auth.util
 
CustomAuthFactory() - Constructor for class io.mosip.kernel.auth.util.CustomAuthFactory
 
customErrorMessage(HttpServletRequest, AuthManagerException) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
customErrorMessageList(HttpServletRequest, AuthManagerServiceException) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 

D

DataBaseProps - Class in io.mosip.kernel.auth.dto
 
DataBaseProps() - Constructor for class io.mosip.kernel.auth.dto.DataBaseProps
 
dataSource() - Method in class io.mosip.kernel.auth.config.SpringDataSourceConfig
 
DATASOURCE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
DataStore - Interface in io.mosip.kernel.auth.repository
 
DBDataStore - Class in io.mosip.kernel.auth.repository.impl
 
DBDataStore() - Constructor for class io.mosip.kernel.auth.repository.impl.DBDataStore
 
DBDataStore(DataBaseProps) - Constructor for class io.mosip.kernel.auth.repository.impl.DBDataStore
 
DBDataStore(DataBaseProps, int, int, int, int, int) - Constructor for class io.mosip.kernel.auth.repository.impl.DBDataStore
 
defaultErrorHandler(HttpServletRequest, Exception) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
DELETE_ACCESS_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
DELETE_REFRESH_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
destroy() - Method in class io.mosip.kernel.auth.config.CorsFilter
 
destroy() - Method in class io.mosip.kernel.auth.config.ReqResFilter
 
DOB - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
Documents - Class in io.mosip.kernel.auth.dto.otp.idrepo
Instantiates a new documents.
Documents() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.Documents
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.mosip.kernel.auth.config.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.mosip.kernel.auth.config.ReqResFilter
 

E

EMAIL - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
EMAIL_NOTIFYTYPE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 

F

FAILURE_STATUS - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
FALSE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
FIRST_NAME - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 

G

GENDER_CODE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
generateForOtp(MosipUserDto, Boolean) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
generateNewToken(String) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
generateOTP(MosipUserDto, String) - Method in class io.mosip.kernel.auth.service.impl.OTPGenerateServiceImpl
 
generateOTP(MosipUserDto, String) - Method in interface io.mosip.kernel.auth.service.OTPGenerateService
 
generateOTPMultipleChannels(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.service.impl.OTPGenerateServiceImpl
 
generateOTPMultipleChannels(MosipUserDto, OtpUser, String) - Method in interface io.mosip.kernel.auth.service.OTPGenerateService
 
get(K) - Method in class io.mosip.kernel.auth.util.MemoryCache
 
getAdminClaims(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
getAllRoles(String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getAllRoles() - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getAllRoles() - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getAllRoles() - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getAllRoles() - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getAllRoles(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getAllRoles(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getAllUserDetailsWithSalt() - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getAllUserDetailsWithSalt() - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getAllUserDetailsWithSalt() - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getAllUserDetailsWithSalt() - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getAllUserDetailsWithSalt(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getAllUserDetailsWithSalt(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getAppId(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getAppUserId(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getAuthSlidingWindowExp() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getAuthTokenHeader() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getConfigProperties() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getControls() - Method in class io.mosip.kernel.auth.dto.LdapControl
 
getDataStore(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getDataStoreBasedOnApp(String) - Method in class io.mosip.kernel.auth.repository.impl.UserStoreFactoryImpl
 
getDataStoreBasedOnApp(String) - Method in interface io.mosip.kernel.auth.repository.UserStoreFactory
 
getDataStores() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getDetailsForValidateOtp(String) - Method in class io.mosip.kernel.auth.service.impl.UinServiceImpl
 
getDetailsForValidateOtp(String) - Method in interface io.mosip.kernel.auth.service.UinService
 
getDetailsFromUin(OtpUser) - Method in class io.mosip.kernel.auth.service.impl.UinServiceImpl
 
getDetailsFromUin(OtpUser) - Method in interface io.mosip.kernel.auth.service.UinService
 
getDisplayType() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getDriverName(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getEmail() - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendRequestDto
 
getEmailTemplate(String, OtpUser, String) - Method in class io.mosip.kernel.auth.util.TemplateUtil
 
getEncodedValue() - Method in class io.mosip.kernel.auth.dto.LdapControl
 
getErrorCode() - Method in enum io.mosip.kernel.auth.constant.AuthErrorCode
Function to get error code
getErrorCode() - Method in enum io.mosip.kernel.auth.constant.LDAPErrorCode
Function to get error code
getErrorCode() - Method in enum io.mosip.kernel.auth.constant.OTPErrorCode
Function to get error code
getErrorCode() - Method in exception io.mosip.kernel.auth.exception.AuthManagerException
 
getErrorCode() - Method in exception io.mosip.kernel.auth.exception.LoginException
 
getErrorCode() - Method in exception io.mosip.kernel.auth.exception.PasswordMismatchException
 
getErrorMessage() - Method in enum io.mosip.kernel.auth.constant.AuthErrorCode
Function to get the error message
getErrorMessage() - Method in enum io.mosip.kernel.auth.constant.LDAPErrorCode
Function to get the error message
getErrorMessage() - Method in enum io.mosip.kernel.auth.constant.OTPErrorCode
Function to get the error message
getGenerateOtpApi() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getHelpText() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getID() - Method in class io.mosip.kernel.auth.dto.LdapControl
 
getId() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getInternalTokenGenerationService() - Method in class io.mosip.kernel.auth.service.impl.TokenGenerationServiceImpl
 
getInternalTokenGenerationService() - Method in interface io.mosip.kernel.auth.service.TokenGenerationService
 
getJwtSecret() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getKey() - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateRequest
 
getKey() - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateRequestDto
 
getKeycloakURI(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getKeycloakURI(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getLangCode() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getLdapAuthenticate() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getLdapRolesClass() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getLdapSvcUrl() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getLdapVerifyOtpUser() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getList() - Method in exception io.mosip.kernel.auth.exception.AuthManagerServiceException
Getter for error list.
getListOfUsersDetails(RequestWrapper<UserDetailsRequestDto>, String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getListOfUsersDetails(List<String>) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getListOfUsersDetails(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getListOfUsersDetails(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getListOfUsersDetails(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getListOfUsersDetails(List<String>, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getLoginDetails(LoginUser) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getMail() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getMasterDataForLanguage(OtpUser, String, String, String) - Method in class io.mosip.kernel.auth.util.TemplateUtil
 
getMasterDataOtpTemplate() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getMasterDataTemplateApi() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getMessage() - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendRequestDto
 
getMessage() - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendResponseDto
 
getMessage() - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendRequestDto
 
getMessage() - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendResponseDto
 
getMessage() - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateResponseDto
 
getMobile() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getMosipUser() - Method in class io.mosip.kernel.auth.dto.MosipUserToken
 
getMosipUserDtoList() - Method in class io.mosip.kernel.auth.dto.MosipUserListDto
 
getNumber() - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendRequestDto
 
getOtp() - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateResponseDto
 
getOtp() - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateRequestDto
 
getOtpSenderEmailApi() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getOtpSenderSmsApi() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getOtpSmsMessage(String, OtpUser, String) - Method in class io.mosip.kernel.auth.util.TemplateUtil
 
getPagenatedMap(List<UserDetailsDto>, int) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
TBD pagenation
getPassword(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getPort(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getPrimaryLanguage() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getReferenceCategory() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getRefreshTokenExpiry() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getRefreshTokenHeader() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getReqResFilter() - Method in class io.mosip.kernel.auth.config.Config
 
getRequirementChoices() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
getRestTemplate() - Method in class io.mosip.kernel.auth.config.Config
 
getRId(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
This API will fetch RID based on appId and userId.
getRidBasedOnUid(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getRidBasedOnUid(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getRidFromUserId(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getRidFromUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getRidFromUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getRidFromUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getRole() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getRoleDescription() - Method in class io.mosip.kernel.auth.dto.Role
 
getRoleId() - Method in class io.mosip.kernel.auth.dto.Role
 
getRoleName() - Method in class io.mosip.kernel.auth.dto.Role
 
getRoles() - Method in class io.mosip.kernel.auth.dto.RolesListDto
 
getRolesSearchBase() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getRolesSearchPrefix() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getRolesSearchSuffix() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getSchemas(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getSecondaryLanguage() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getSecretKey(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getStatus() - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendResponseDto
 
getStatus() - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateResponseDto
 
getStatus() - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendResponseDto
 
getStatus() - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateResponseDto
 
getTemplates() - Method in class io.mosip.kernel.auth.dto.otp.OtpTemplateResponseDto
 
getToken() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getToken() - Method in class io.mosip.kernel.auth.dto.MosipUserToken
 
getTokenBase() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getTokenBasedOnName(String) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
getTokenBasedOnName(String) - Method in interface io.mosip.kernel.auth.service.TokenService
 
getTokenDetails(String) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
getTokenDetails(String) - Method in interface io.mosip.kernel.auth.service.TokenService
 
getTokenExpiry() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getUINBasedToken() - Method in class io.mosip.kernel.auth.service.impl.TokenGenerationServiceImpl
 
getUINBasedToken() - Method in interface io.mosip.kernel.auth.service.TokenGenerationService
 
getUinGetDetailsUrl() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getUpdatedAccessToken(String, TimeToken, String) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
getUpdatedAccessToken(String, TimeToken, String) - Method in interface io.mosip.kernel.auth.service.TokenService
 
getUrl(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getUserDetailBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getUserDetailBasedonMobileNumber(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getUserDetailBasedonMobileNumber(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getUserDetailBasedonMobileNumber(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getUserDetailBasedOnUid(List<String>) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getUserDetailBasedOnUserId(String, RequestWrapper<UserDetailsRequestDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
Gets the user detail based on user id.
getUserDetailBasedOnUserId(String, List<String>) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getUserDetailBasedOnUserId(String, List<String>) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getUserDetailsWithSalt(String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getUserName(String) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
getUserName(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
Fetch username based on the user id.
getUserName() - Method in class io.mosip.kernel.auth.dto.MosipUser
 
getUsernameBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getUserNameBasedOnMobileNumber(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getUserNameBasedOnMobileNumber(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getUserNameBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getUserRole(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
getUserRole(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
getUserRole(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
getUserRoleByUserId(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
getUserStores() - Method in class io.mosip.kernel.auth.repository.impl.UserStoreFactoryImpl
 
getUserStores() - Method in interface io.mosip.kernel.auth.repository.UserStoreFactory
 
getVerifyOtpUserApi() - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
GRANT_TYPE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
GRANT_TYPE - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 

I

ID_TOKEN_HINT - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
IDA - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
IdRequestDTO - Class in io.mosip.kernel.auth.dto.otp.idrepo
The Class IdRequestDTO.
IdRequestDTO() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.IdRequestDTO
 
IdResponseDTO - Class in io.mosip.kernel.auth.dto.otp.idrepo
The Class IdResponseDTO.
IdResponseDTO() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.IdResponseDTO
 
INDIVIDUAL - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
INET_ORG_PERSON - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
init(FilterConfig) - Method in class io.mosip.kernel.auth.config.CorsFilter
 
init(FilterConfig) - Method in class io.mosip.kernel.auth.config.ReqResFilter
 
init(Config.Scope) - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
INSERT_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.mosip.kernel.auth.config.RestInterceptor
 
INVALID_REQUEST - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
invalidateToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to invalidate token when both refresh and auth token expires
invalidateToken(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
invalidateToken(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for invalidate token
io.mosip.kernel.auth - package io.mosip.kernel.auth
 
io.mosip.kernel.auth.config - package io.mosip.kernel.auth.config
 
io.mosip.kernel.auth.constant - package io.mosip.kernel.auth.constant
 
io.mosip.kernel.auth.controller - package io.mosip.kernel.auth.controller
 
io.mosip.kernel.auth.dto - package io.mosip.kernel.auth.dto
 
io.mosip.kernel.auth.dto.otp - package io.mosip.kernel.auth.dto.otp
 
io.mosip.kernel.auth.dto.otp.email - package io.mosip.kernel.auth.dto.otp.email
 
io.mosip.kernel.auth.dto.otp.idrepo - package io.mosip.kernel.auth.dto.otp.idrepo
 
io.mosip.kernel.auth.exception - package io.mosip.kernel.auth.exception
 
io.mosip.kernel.auth.repository - package io.mosip.kernel.auth.repository
 
io.mosip.kernel.auth.repository.impl - package io.mosip.kernel.auth.repository.impl
 
io.mosip.kernel.auth.service - package io.mosip.kernel.auth.service
 
io.mosip.kernel.auth.service.impl - package io.mosip.kernel.auth.service.impl
 
io.mosip.kernel.auth.util - package io.mosip.kernel.auth.util
 
IS_ACTIVE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
isConfigurable() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
isCritical() - Method in class io.mosip.kernel.auth.dto.LdapControl
 
isExpired(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
Returns true if token if expired else false
isUserAlreadyPresent(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
Checks if is user already present.
isUserSetupAllowed() - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 

J

JWT_EXPIRED_ERROR_CODE - Static variable in class io.mosip.kernel.auth.constant.AuthErrorConstant
 
JWT_SIGNATURE_ERROR_CODE - Static variable in class io.mosip.kernel.auth.constant.AuthErrorConstant
 

K

KeycloakConstants - Class in io.mosip.kernel.auth.constant
Constants related to KEYCLOAK
KeycloakErrorResponseDto - Class in io.mosip.kernel.auth.dto
Instantiates a new keycloak error response dto.
KeycloakErrorResponseDto() - Constructor for class io.mosip.kernel.auth.dto.KeycloakErrorResponseDto
 
KeycloakImpl - Class in io.mosip.kernel.auth.repository.impl
 
KeycloakImpl() - Constructor for class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
KeycloakPasswordDTO - Class in io.mosip.kernel.auth.dto
 
KeycloakPasswordDTO() - Constructor for class io.mosip.kernel.auth.dto.KeycloakPasswordDTO
 
KeycloakRequestDto - Class in io.mosip.kernel.auth.dto
 
KeycloakRequestDto() - Constructor for class io.mosip.kernel.auth.dto.KeycloakRequestDto
 

L

LAST_NAME - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
LDAP - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
LDAP_INITAL_CONTEXT_FACTORY - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
LDAP_INITAL_CONTEXT_FACTORY - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
LdapConstants - Class in io.mosip.kernel.auth.constant
 
LdapControl - Class in io.mosip.kernel.auth.dto
 
LdapControl() - Constructor for class io.mosip.kernel.auth.dto.LdapControl
 
LdapDataStore - Class in io.mosip.kernel.auth.repository.impl
 
LdapDataStore() - Constructor for class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
LdapDataStore(DataBaseProps) - Constructor for class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
LDAPErrorCode - Enum in io.mosip.kernel.auth.constant
 
logConfig(Class<?>) - Static method in class io.mosip.kernel.auth.config.LoggerConfiguration
This method sets the logger target, and returns appender.
logFilter() - Method in class io.mosip.kernel.auth.config.Config
 
LoggerConfiguration - Class in io.mosip.kernel.auth.config
Console Logger Configuration.
login(String, String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
 
loginException(HttpServletRequest, LoginException) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
LoginException - Exception in io.mosip.kernel.auth.exception
 
LoginException(String, String, Throwable) - Constructor for exception io.mosip.kernel.auth.exception.LoginException
 
LoginException(String, String) - Constructor for exception io.mosip.kernel.auth.exception.LoginException
Constructor the initialize Handler exception
loginRedirect(String, String, String, String, String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
 
loginRedirect(String, String, String, String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
loginRedirect(String, String, String, String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
LoginUser - Class in io.mosip.kernel.auth.dto
 
LoginUser() - Constructor for class io.mosip.kernel.auth.dto.LoginUser
 
logoutUser(String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
 
logoutUser(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
logoutUser(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 

M

MAIL - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
main(String[]) - Static method in class io.mosip.kernel.auth.AuthBootApplication
 
memoryCache() - Method in class io.mosip.kernel.auth.config.Config
 
MemoryCache<K,T> - Class in io.mosip.kernel.auth.util
Local cache to store admin token
MemoryCache(int) - Constructor for class io.mosip.kernel.auth.util.MemoryCache
 
MemoryCache.CacheObject - Class in io.mosip.kernel.auth.util
 
methodArgumentNotValidException(HttpServletRequest, MethodArgumentNotValidException) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
MOBILE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
MOBILE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
MOSIP_NOTIFICATIONTYPE - Static variable in class io.mosip.kernel.auth.service.impl.UinServiceImpl
 
MOSIP_NOTIFICATIONTYPE - Static variable in class io.mosip.kernel.auth.util.TemplateUtil
 
MosipEnvironment - Class in io.mosip.kernel.auth.config
 
MosipEnvironment() - Constructor for class io.mosip.kernel.auth.config.MosipEnvironment
 
MosipUser - Class in io.mosip.kernel.auth.dto
 
MosipUser() - Constructor for class io.mosip.kernel.auth.dto.MosipUser
 
MosipUser(String, String, String, String) - Constructor for class io.mosip.kernel.auth.dto.MosipUser
 
MosipUser(String, String, String, String, String) - Constructor for class io.mosip.kernel.auth.dto.MosipUser
 
MosipUserDto - Class in io.mosip.kernel.auth.dto
 
MosipUserDto() - Constructor for class io.mosip.kernel.auth.dto.MosipUserDto
 
MosipUserListDto - Class in io.mosip.kernel.auth.dto
 
MosipUserListDto() - Constructor for class io.mosip.kernel.auth.dto.MosipUserListDto
 
MosipUserSalt - Class in io.mosip.kernel.auth.dto
 
MosipUserSalt() - Constructor for class io.mosip.kernel.auth.dto.MosipUserSalt
 
MosipUserSaltListDto - Class in io.mosip.kernel.auth.dto
 
MosipUserSaltListDto() - Constructor for class io.mosip.kernel.auth.dto.MosipUserSaltListDto
 
MosipUserToken - Class in io.mosip.kernel.auth.dto
 
MosipUserToken() - Constructor for class io.mosip.kernel.auth.dto.MosipUserToken
 
MosipUserToken(MosipUser, String) - Constructor for class io.mosip.kernel.auth.dto.MosipUserToken
 
MosipUserTokenDto - Class in io.mosip.kernel.auth.dto
 
MosipUserTokenDto() - Constructor for class io.mosip.kernel.auth.dto.MosipUserTokenDto
 

O

OBJECT_CLASS - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
onHttpMessageNotReadable(HttpServletRequest, HttpMessageNotReadableException) - Method in class io.mosip.kernel.auth.exception.AuthManagerExceptionHandler
 
ORGANIZATIONAL_PERSON - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
OTP_SENT_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
OTP_VALIDATION_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
OtpEmailSendRequestDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpEmailSendRequestDto(String, String) - Constructor for class io.mosip.kernel.auth.dto.otp.OtpEmailSendRequestDto
 
OtpEmailSendResponseDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpEmailSendResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpEmailSendResponseDto
 
OTPEmailTemplate - Class in io.mosip.kernel.auth.dto.otp.email
 
OTPEmailTemplate() - Constructor for class io.mosip.kernel.auth.dto.otp.email.OTPEmailTemplate
 
OTPErrorCode - Enum in io.mosip.kernel.auth.constant
 
OtpGenerateRequest - Class in io.mosip.kernel.auth.dto.otp
 
OtpGenerateRequest(MosipUserDto) - Constructor for class io.mosip.kernel.auth.dto.otp.OtpGenerateRequest
 
OtpGenerateRequestDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpGenerateRequestDto(MosipUserDto) - Constructor for class io.mosip.kernel.auth.dto.otp.OtpGenerateRequestDto
 
OtpGenerateResponseDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpGenerateResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpGenerateResponseDto
 
OTPGenerateService - Interface in io.mosip.kernel.auth.service
 
OTPGenerateServiceImpl - Class in io.mosip.kernel.auth.service.impl
 
OTPGenerateServiceImpl() - Constructor for class io.mosip.kernel.auth.service.impl.OTPGenerateServiceImpl
 
OTPService - Interface in io.mosip.kernel.auth.service
 
OTPServiceImpl - Class in io.mosip.kernel.auth.service.impl
 
OTPServiceImpl() - Constructor for class io.mosip.kernel.auth.service.impl.OTPServiceImpl
 
OtpSmsSendRequestDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpSmsSendRequestDto(String, String) - Constructor for class io.mosip.kernel.auth.dto.otp.OtpSmsSendRequestDto
 
OtpSmsSendResponseDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpSmsSendResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpSmsSendResponseDto
 
OtpTemplateDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpTemplateDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpTemplateDto
 
OtpTemplateResponseDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpTemplateResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpTemplateResponseDto
 
OtpUser - Class in io.mosip.kernel.auth.dto.otp
 
OtpUser() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpUser
 
OtpUserDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpUserDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpUserDto
 
OtpValidateRequestDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpValidateRequestDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpValidateRequestDto
 
OtpValidateResponseDto - Class in io.mosip.kernel.auth.dto.otp
 
OtpValidateResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpValidateResponseDto
 
OtpValidator - Class in io.mosip.kernel.auth.util
 
OtpValidator() - Constructor for class io.mosip.kernel.auth.util.OtpValidator
 
OtpValidatorResponseDto - Class in io.mosip.kernel.auth.dto.otp
The DTO class for OTP Validation response.
OtpValidatorResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.OtpValidatorResponseDto
 

P

PASSWORDCONSTANT - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
PasswordDto - Class in io.mosip.kernel.auth.dto
 
PasswordDto() - Constructor for class io.mosip.kernel.auth.dto.PasswordDto
 
PasswordMismatchException - Exception in io.mosip.kernel.auth.exception
 
PasswordMismatchException(String, String) - Constructor for exception io.mosip.kernel.auth.exception.PasswordMismatchException
Constructor the initialize Handler exception
PERSON - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
PHONE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
postInit(KeycloakSessionFactory) - Method in class io.mosip.kernel.auth.util.CustomAuthFactory
 
PREFERRED_USERNAME - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
put(K, T) - Method in class io.mosip.kernel.auth.util.MemoryCache
 
PWD_ACCOUNT_LOCKED_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
PWD_ACCOUNT_LOCKED_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
PWD_FAILURE_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
PWD_FAILURE_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 

R

REALM_ACCESS - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
REALM_ID - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
REALM_ID - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
RealmAccessDto - Class in io.mosip.kernel.auth.dto
Instantiates a new realm access dto.
RealmAccessDto() - Constructor for class io.mosip.kernel.auth.dto.RealmAccessDto
 
REDIRECT_URI - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
REFRESH_TOKEN - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
refreshToken(MosipUserDto) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
refreshTokenForOTP(MosipUserDto) - Method in class io.mosip.kernel.auth.util.TokenGenerator
 
registerCORSFilter() - Method in class io.mosip.kernel.auth.config.Config
 
registerCORSFilterBean() - Method in class io.mosip.kernel.auth.config.Config
 
registerReqResFilterBean() - Method in class io.mosip.kernel.auth.config.Config
 
registerUser(UserRegistrationRequestDto) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
registerUser(UserRegistrationRequestDto) - Method in interface io.mosip.kernel.auth.service.AuthService
 
registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
remove(K) - Method in class io.mosip.kernel.auth.util.MemoryCache
 
ReqResFilter - Class in io.mosip.kernel.auth.config
This class is for input logging of all parameters in HTTP requests
ReqResFilter() - Constructor for class io.mosip.kernel.auth.config.ReqResFilter
 
RequestDTO - Class in io.mosip.kernel.auth.dto.otp.idrepo
The Class ResponseDTO.
RequestDTO() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.RequestDTO
 
resetPassword(String, RequestWrapper<PasswordDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
This API will reset the password of the particular user
resetPassword(PasswordDto) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
resetPassword(String, PasswordDto) - Method in interface io.mosip.kernel.auth.service.AuthService
 
resetPassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
RESPONSE_TYPE - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
ResponseBodyAdviceConfig - Class in io.mosip.kernel.auth.config
 
ResponseBodyAdviceConfig() - Constructor for class io.mosip.kernel.auth.config.ResponseBodyAdviceConfig
 
ResponseDTO - Class in io.mosip.kernel.auth.dto.otp.idrepo
The Class ResponseDTO.
ResponseDTO() - Constructor for class io.mosip.kernel.auth.dto.otp.idrepo.ResponseDTO
 
RestInterceptor - Class in io.mosip.kernel.auth.config
RestInterceptor for getting admin token
RestInterceptor() - Constructor for class io.mosip.kernel.auth.config.RestInterceptor
 
restTemplate() - Method in class io.mosip.kernel.auth.config.Config
 
retryToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to retry token when auth token expires
retryToken(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
retryToken(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for generating refresh token
RETURN_EXP_TIME - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
revokeToken(String) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
revokeToken(String) - Method in interface io.mosip.kernel.auth.service.TokenService
 
RID - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
RID - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
RIdDto - Class in io.mosip.kernel.auth.dto
 
RIdDto() - Constructor for class io.mosip.kernel.auth.dto.RIdDto
 
Role - Class in io.mosip.kernel.auth.dto
 
Role() - Constructor for class io.mosip.kernel.auth.dto.Role
 
ROLE_OCCUPANT - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
Roles - Class in io.mosip.kernel.auth.dto
 
Roles() - Constructor for class io.mosip.kernel.auth.dto.Roles
 
RolesListDto - Class in io.mosip.kernel.auth.dto
 
RolesListDto() - Constructor for class io.mosip.kernel.auth.dto.RolesListDto
 

S

SCOPE - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
SELECT_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
SELECT_TOKEN_NAME - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
sendOTP(RequestWrapper<OtpUser>) - Method in class io.mosip.kernel.auth.controller.AuthController
API to send OTP otpUser is of type OtpUser
sendOTP(MosipUserDto, List<String>, String) - Method in class io.mosip.kernel.auth.service.impl.OTPServiceImpl
 
sendOTP(MosipUserDto, OtpUser) - Method in class io.mosip.kernel.auth.service.impl.OTPServiceImpl
 
sendOTP(MosipUserDto, List<String>, String) - Method in interface io.mosip.kernel.auth.service.OTPService
 
sendOTP(MosipUserDto, OtpUser) - Method in interface io.mosip.kernel.auth.service.OTPService
 
sendOTPForUin(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.service.impl.OTPServiceImpl
 
sendOTPForUin(MosipUserDto, OtpUser, String) - Method in interface io.mosip.kernel.auth.service.OTPService
 
setEmail(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendRequestDto
 
setEnvironment(Environment) - Method in class io.mosip.kernel.auth.config.MosipEnvironment
 
setErrorCode(String) - Method in exception io.mosip.kernel.auth.exception.AuthManagerException
 
setErrorCode(String) - Method in exception io.mosip.kernel.auth.exception.LoginException
 
setErrorCode(String) - Method in exception io.mosip.kernel.auth.exception.PasswordMismatchException
 
setLangCode(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
setMail(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
setMessage(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendRequestDto
 
setMessage(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendResponseDto
 
setMessage(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendRequestDto
 
setMessage(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendResponseDto
 
setMessage(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateResponseDto
 
setMobile(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
setMosipUser(MosipUser) - Method in class io.mosip.kernel.auth.dto.MosipUserToken
 
setMosipUserDtoList(List<MosipUserDto>) - Method in class io.mosip.kernel.auth.dto.MosipUserListDto
 
setNumber(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendRequestDto
 
setOtp(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateResponseDto
 
setOtp(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateRequestDto
 
setRole(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
setRoleDescription(String) - Method in class io.mosip.kernel.auth.dto.Role
 
setRoleId(String) - Method in class io.mosip.kernel.auth.dto.Role
 
setRoleName(String) - Method in class io.mosip.kernel.auth.dto.Role
 
setRoles(List<Role>) - Method in class io.mosip.kernel.auth.dto.RolesListDto
 
setStatus(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpEmailSendResponseDto
 
setStatus(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpGenerateResponseDto
 
setStatus(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpSmsSendResponseDto
 
setStatus(String) - Method in class io.mosip.kernel.auth.dto.otp.OtpValidateResponseDto
 
setTemplates(ArrayList<OtpTemplateDto>) - Method in class io.mosip.kernel.auth.dto.otp.OtpTemplateResponseDto
 
setToken(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
setToken(String) - Method in class io.mosip.kernel.auth.dto.MosipUserToken
 
setUserName(String) - Method in class io.mosip.kernel.auth.dto.MosipUser
 
size() - Method in class io.mosip.kernel.auth.util.MemoryCache
 
SMS_NOTIFYTYPE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
SmsResponseDto - Class in io.mosip.kernel.auth.dto.otp
The DTO class for sms notification response.
SmsResponseDto() - Constructor for class io.mosip.kernel.auth.dto.otp.SmsResponseDto
 
SN - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
SpringDataSourceConfig - Class in io.mosip.kernel.auth.config
 
SpringDataSourceConfig() - Constructor for class io.mosip.kernel.auth.config.SpringDataSourceConfig
 
STATE - Static variable in class io.mosip.kernel.auth.constant.KeycloakConstants
 
StoreToken(AuthToken) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
StoreToken(AuthToken) - Method in interface io.mosip.kernel.auth.service.TokenService
 
SUCCESS_STATUS - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class io.mosip.kernel.auth.config.ResponseBodyAdviceConfig
 
SwaggerConfig - Class in io.mosip.kernel.auth.config
Configuration class for swagger config
SwaggerConfig() - Constructor for class io.mosip.kernel.auth.config.SwaggerConfig
 

T

TemplateUtil - Class in io.mosip.kernel.auth.util
 
TemplateUtil() - Constructor for class io.mosip.kernel.auth.util.TemplateUtil
 
TimeToken - Class in io.mosip.kernel.auth.dto
 
TimeToken() - Constructor for class io.mosip.kernel.auth.dto.TimeToken
 
TOKEN_INVALID_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
TOKEN_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
TokenGenerationService - Interface in io.mosip.kernel.auth.service
 
TokenGenerationServiceImpl - Class in io.mosip.kernel.auth.service.impl
 
TokenGenerationServiceImpl() - Constructor for class io.mosip.kernel.auth.service.impl.TokenGenerationServiceImpl
 
TokenGenerator - Class in io.mosip.kernel.auth.util
 
TokenGenerator() - Constructor for class io.mosip.kernel.auth.util.TokenGenerator
 
TokenService - Interface in io.mosip.kernel.auth.service
 
TokenServicesImpl - Class in io.mosip.kernel.auth.service.impl
Class used for storing token
TokenServicesImpl(DataSource) - Constructor for class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
TokenValidator - Class in io.mosip.kernel.auth.util
Token validator
TokenValidator() - Constructor for class io.mosip.kernel.auth.util.TokenValidator
 
TOP - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
TRUE - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 

U

UID - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
UIN_NOTIFICATION_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
UinService - Interface in io.mosip.kernel.auth.service
 
UinServiceImpl - Class in io.mosip.kernel.auth.service.impl
 
UinServiceImpl() - Constructor for class io.mosip.kernel.auth.service.impl.UinServiceImpl
 
unBlockAccount(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
unBlockAccount(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
unBlockAccount(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
unBlockAccount(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
unBlockUser(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
unBlockUser(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
UPDATE_NEW_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
UPDATE_TOKEN - Static variable in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
UpdateToken(AuthToken) - Method in class io.mosip.kernel.auth.service.impl.TokenServicesImpl
 
UpdateToken(AuthToken) - Method in interface io.mosip.kernel.auth.service.TokenService
 
User - Class in io.mosip.kernel.auth.dto
 
User() - Constructor for class io.mosip.kernel.auth.dto.User
 
USER_DETAILS - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
USER_NAME - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
USER_PASSWORD - Static variable in class io.mosip.kernel.auth.constant.LdapConstants
 
UserDetailsDto - Class in io.mosip.kernel.auth.dto
 
UserDetailsDto() - Constructor for class io.mosip.kernel.auth.dto.UserDetailsDto
 
UserDetailsRequestDto - Class in io.mosip.kernel.auth.dto
 
UserDetailsRequestDto() - Constructor for class io.mosip.kernel.auth.dto.UserDetailsRequestDto
 
UserDetailsResponseDto - Class in io.mosip.kernel.auth.dto
Instantiates a new user details response dto.
UserDetailsResponseDto() - Constructor for class io.mosip.kernel.auth.dto.UserDetailsResponseDto
 
userIdOTP(RequestWrapper<UserOtp>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to validate OTP with user Id userOtp is of type UserOtp
UserNameDto - Class in io.mosip.kernel.auth.dto
The Class UserNameDto.
UserNameDto() - Constructor for class io.mosip.kernel.auth.dto.UserNameDto
 
UserOtp - Class in io.mosip.kernel.auth.dto
 
UserOtp() - Constructor for class io.mosip.kernel.auth.dto.UserOtp
 
UserOtpDto - Class in io.mosip.kernel.auth.dto
 
UserOtpDto() - Constructor for class io.mosip.kernel.auth.dto.UserOtpDto
 
UserPasswordRequestDto - Class in io.mosip.kernel.auth.dto
 
UserPasswordRequestDto() - Constructor for class io.mosip.kernel.auth.dto.UserPasswordRequestDto
 
UserPasswordResponseDto - Class in io.mosip.kernel.auth.dto
 
UserPasswordResponseDto() - Constructor for class io.mosip.kernel.auth.dto.UserPasswordResponseDto
 
USERPWD_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.constant.AuthConstant
 
UserRegistrationRequestDto - Class in io.mosip.kernel.auth.dto
 
UserRegistrationRequestDto() - Constructor for class io.mosip.kernel.auth.dto.UserRegistrationRequestDto
 
UserRegistrationResponseDto - Class in io.mosip.kernel.auth.dto
 
UserRegistrationResponseDto() - Constructor for class io.mosip.kernel.auth.dto.UserRegistrationResponseDto
 
UserRoleDto - Class in io.mosip.kernel.auth.dto
 
UserRoleDto() - Constructor for class io.mosip.kernel.auth.dto.UserRoleDto
 
UserStoreFactory - Interface in io.mosip.kernel.auth.repository
 
UserStoreFactoryImpl - Class in io.mosip.kernel.auth.repository.impl
 

V

valdiateToken(String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
valdiateToken(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
validateAdminToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to validate token
validateExpiry(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
validateForOtpVerification(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
validateOTP(MosipUserDto, String) - Method in class io.mosip.kernel.auth.service.impl.OTPServiceImpl
 
validateOTP(MosipUserDto, String) - Method in interface io.mosip.kernel.auth.service.OTPService
 
validateOTP(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
validateOTPUser(OtpUser) - Method in class io.mosip.kernel.auth.util.OtpValidator
 
validateToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
API to validate token
validateToken(String) - Method in interface io.mosip.kernel.auth.service.AuthZService
 
validateToken(String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
Method used for validating Auth token
validateToken(String) - Method in class io.mosip.kernel.auth.util.TokenValidator
 
validateUserName(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
 
validateUserName(String) - Method in interface io.mosip.kernel.auth.repository.DataStore
 
validateUserName(String) - Method in class io.mosip.kernel.auth.repository.impl.DBDataStore
 
validateUserName(String) - Method in class io.mosip.kernel.auth.repository.impl.KeycloakImpl
 
validateUserName(String) - Method in class io.mosip.kernel.auth.repository.impl.LdapDataStore
 
validateUserName(String, String) - Method in interface io.mosip.kernel.auth.service.AuthService
 
validateUserName(String, String) - Method in class io.mosip.kernel.auth.service.impl.AuthServiceImpl
 
ValidationResponseDto - Class in io.mosip.kernel.auth.dto
 
ValidationResponseDto() - Constructor for class io.mosip.kernel.auth.dto.ValidationResponseDto
 
valueOf(String) - Static method in enum io.mosip.kernel.auth.constant.Application
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.auth.constant.AuthErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.auth.constant.LDAPErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.auth.constant.OTPErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.mosip.kernel.auth.constant.Application
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.auth.constant.AuthErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.auth.constant.LDAPErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.auth.constant.OTPErrorCode
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.auth.constant.AuthConstant
 
A B C D E F G I J K L M O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.