A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessTokenResponse - Class in io.mosip.kernel.auth.defaultimpl.dto
- AccessTokenResponse() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.AccessTokenResponse
- addPassword(RequestWrapper<UserPasswordRequestDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addPassword(UserPasswordRequestDto) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- addPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- addUserPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- addUserPassword(UserPasswordRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- ALL_CHANNELS_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- api() - Method in class io.mosip.kernel.auth.config.SwaggerConfig
-
Produce Docket bean
- Application - Enum in io.mosip.kernel.auth.defaultimpl.constant
- APPTYPE_UIN - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- APPTYPE_USER - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- APPTYPE_USERID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- AUTH_ADMIN_COOKIE_PREFIX - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- AUTH_HEADER - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- AUTH_HEADER_COOKIE - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_HEADER_SET_COOKIE - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_INVALID_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_REQUEST_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_SIGNATURE_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_SIGNATURE_TEXT - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_TOKEN_EXPIRATION_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_TOKEN_EXPIRED - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AUTH_TOKEN_EXPIRED_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.config
- AuthConstant - Class in io.mosip.kernel.auth.defaultimpl.constant
- AuthConstant() - Constructor for class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- AuthConstant() - Constructor for class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.repository.DataStore
- authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for Authenticating User based on username and password
- authenticateUser(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for Authenticating User based on username and password
- authenticateUser(LoginUserWithClientId) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- authenticateUser(LoginUserWithClientId) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- authenticateUseridPwd(RequestWrapper<LoginUser>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Deprecated.
- authenticateUserWithOtp(UserOtp) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for Authenticating User based with username and OTP
- authenticateUserWithOtp(UserOtp) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for Authenticating User based with username and OTP
- authenticateWithOtp(OtpUser) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for sending OTP
- authenticateWithOtp(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for sending OTP
- authenticateWithSecretKey(ClientSecret) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for Authenticating User based with secretkey and password
- authenticateWithSecretKey(ClientSecret) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for Authenticating User based with secretkey and password
- AuthErrorCode - Enum in io.mosip.kernel.auth.defaultimpl.constant
-
Error Code for Auth Service
- AuthErrorConstant - Class in io.mosip.kernel.auth.defaultimpl.constant
- AuthErrorConstant() - Constructor for class io.mosip.kernel.auth.defaultimpl.constant.AuthErrorConstant
- AuthManagerException - Exception in io.mosip.kernel.auth.defaultimpl.exception
- AuthManagerException(String, String) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
-
Constructor the initialize Handler exception
- AuthManagerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
- AuthManagerExceptionHandler - Class in io.mosip.kernel.auth.defaultimpl.exception
- AuthManagerExceptionHandler() - Constructor for class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- AuthManagerServiceException - Exception in io.mosip.kernel.auth.defaultimpl.exception
- AuthManagerServiceException(List<ServiceError>) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerServiceException
- AuthServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
-
Auth Service for Authentication and Authorization
- AuthServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- AuthToken - Class in io.mosip.kernel.auth.defaultimpl.dto
- AuthToken() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.AuthToken
- AuthUtil - Class in io.mosip.kernel.auth.defaultimpl.util
-
The Class AuthUtil.
- AuthUtil() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.AuthUtil
B
- BaseRequestResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- BaseRequestResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.BaseRequestResponseDto
- BaseRequestResponseDTO - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
-
The Class ResponseDTO.
- BaseRequestResponseDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo.BaseRequestResponseDTO
- basicGenerate(MosipUserDto) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- basicGenerateOTPToken(MosipUserDto, boolean) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- BasicTokenDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- BasicTokenDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.BasicTokenDto
- basicValidate(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- BEARER - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- 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.defaultimpl.repository.impl.UserStoreFactoryImpl
C
- CacheObject(T) - Constructor for class io.mosip.kernel.auth.defaultimpl.util.MemoryCache.CacheObject
- changePassword(PasswordDto) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- changePassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- changePassword(String, RequestWrapper<PasswordDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
-
This API will change the password of the particular user
- changePassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- changePassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- CHECK_USER - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- CLIENT_CREDENTIALS - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- CLIENT_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Client error
- CLIENT_ID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- CLIENT_ID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- CLIENT_SECRET - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- CLIENT_SECRET - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- CLIENT_SECRET_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.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 - ClientSecretDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- ClientSecretDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.ClientSecretDto
- CN - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- CODE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- COMMA - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- Config - Class in io.mosip.kernel.auth.config
- Config() - Constructor for class io.mosip.kernel.auth.config.Config
- CONNECT_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
FORBIDDEN
- COOKIE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- COOKIE_NOTPRESENT_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Empty Cookie error
- 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
- customErrorMessage(HttpServletRequest, AuthManagerException) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- customErrorMessageList(HttpServletRequest, AuthManagerServiceException) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
D
- DataBaseProps - Class in io.mosip.kernel.auth.defaultimpl.dto
- DataBaseProps() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.DataBaseProps
- dataSource() - Method in class io.mosip.kernel.auth.defaultimpl.config.SpringDataSourceConfig
- DATASOURCE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- DataStore - Interface in io.mosip.kernel.auth.defaultimpl.repository
- DBDataStore - Class in io.mosip.kernel.auth.defaultimpl.repository.impl
- DBDataStore() - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- DBDataStore(DataBaseProps) - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- DBDataStore(DataBaseProps, int, int, int, int, int) - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- defaultErrorHandler(HttpServletRequest, Exception) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- DefaultImplConfiguration - Class in io.mosip.kernel.auth.defaultimpl.config
- DefaultImplConfiguration() - Constructor for class io.mosip.kernel.auth.defaultimpl.config.DefaultImplConfiguration
- DefaultImplIAMConfiguration - Class in io.mosip.kernel.auth.defaultimpl.config
- DefaultImplIAMConfiguration() - Constructor for class io.mosip.kernel.auth.defaultimpl.config.DefaultImplIAMConfiguration
- DELETE_ACCESS_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- DELETE_REFRESH_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.constant.LdapConstants
- Documents - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
-
Instantiates a new documents.
- Documents() - Constructor for class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.constant.AuthConstant
- EMAIL_NOTIFYTYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- EMAILNOTCONFIGURED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
EMAIL not configured
- EMAILNOTREGISTERED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Email not registered
- EMAILPHONENOTREGISTERED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Email and Phone not registered
- EMAILSMSNOTCONFIGURED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
EMAIL and SMS not configured
F
- FAILURE_STATUS - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- FALSE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- FIRST_NAME - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- FORBIDDEN - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
FORBIDDEN
G
- GENDER_CODE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- generateForOtp(MosipUserDto, Boolean) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- generateNewToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- generateOTP(MosipUserDto, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPGenerateServiceImpl
- generateOTP(MosipUserDto, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPGenerateService
- generateOTPMultipleChannels(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPGenerateServiceImpl
- generateOTPMultipleChannels(MosipUserDto, OtpUser, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPGenerateService
- get(K) - Method in class io.mosip.kernel.auth.defaultimpl.util.MemoryCache
- getAdminClaims(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- getAllAuthTokens(RequestWrapper<LoginUserWithClientId>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Internal API used by syncdata delegate API
- getAllAuthTokensForOTP(RequestWrapper<UserOtp>, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Internal API used by syncdata delegate API
- getAllRoles(String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getAllRoles(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getAllRoles(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getAllRoles(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getAllRoles(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getAllRoles(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getAllRoles(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getAllUserDetailsWithSalt(List<String>, String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getAllUserDetailsWithSalt(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getAllUserDetailsWithSalt(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getAllUserDetailsWithSalt(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getAllUserDetailsWithSalt(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getAllUserDetailsWithSalt(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getAppId(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getAppUserId(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getAuthSlidingWindowExp() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getAuthTokenHeader() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getControls() - Method in class io.mosip.kernel.auth.defaultimpl.dto.LdapControl
- getDataStore(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getDataStoreBasedOnApp(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.UserStoreFactoryImpl
- getDataStoreBasedOnApp(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.UserStoreFactory
- getDataStores() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getDetailsForValidateOtp(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
- getDetailsForValidateOtp(String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.UinService
- getDetailsFromUin(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
- getDetailsFromUin(OtpUser) - Method in interface io.mosip.kernel.auth.defaultimpl.service.UinService
- getDriverName(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getEmail() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendRequestDto
- getEmailTemplate(String, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TemplateUtil
- getEncodedValue() - Method in class io.mosip.kernel.auth.defaultimpl.dto.LdapControl
- getErrorCode() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Function to get error code
- getErrorCode() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
Function to get error code
- getErrorCode() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Function to get error code
- getErrorCode() - Method in exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
- getErrorCode() - Method in exception io.mosip.kernel.auth.defaultimpl.exception.LoginException
- getErrorCode() - Method in exception io.mosip.kernel.auth.defaultimpl.exception.PasswordMismatchException
- getErrorMessage() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Function to get the error message
- getErrorMessage() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
Function to get the error message
- getErrorMessage() - Method in enum io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Function to get the error message
- getGenerateOtpApi() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getID() - Method in class io.mosip.kernel.auth.defaultimpl.dto.LdapControl
- getInternalTokenGenerationService() - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenGenerationServiceImpl
- getInternalTokenGenerationService() - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenGenerationService
- getissuer(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- getJwtSecret() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getKey() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateRequest
- getKey() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateRequestDto
- getKeycloakRealm(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- getKeycloakURI(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getKeycloakURI(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getLangCode() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getLdapAuthenticate() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getLdapRolesClass() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getLdapSvcUrl() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getLdapVerifyOtpUser() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getList() - Method in exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerServiceException
-
Getter for error list.
- getListOfUsersDetails(RequestWrapper<UserDetailsRequestDto>, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getListOfUsersDetails(List<String>, String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getListOfUsersDetails(List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getLoginDetails(LoginUser) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getMail() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getMasterDataForLanguage(OtpUser, String, String, String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TemplateUtil
- getMasterDataOtpTemplate() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getMasterDataTemplateApi() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getMessage() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendRequestDto
- getMessage() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendResponseDto
- getMessage() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendRequestDto
- getMessage() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendResponseDto
- getMessage() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateResponseDto
- getMobile() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getMosipUser() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
- getNumber() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendRequestDto
- getOtp() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
- getOtp() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateRequestDto
- getOtpSenderEmailApi() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getOtpSenderSmsApi() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getOtpSmsMessage(String, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TemplateUtil
- getPagenatedMap(List<UserDetailsDto>, int) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.TBD pagenation
- getPassword(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getPort(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getPrimaryLanguage() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getProxyToken(String, long) - Method in class io.mosip.kernel.auth.defaultimpl.util.ProxyTokenGenerator
- getRealmIdFromAppId(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.AuthUtil
-
Gets the realm id from app id.
- getRefreshTokenExpiry() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getRefreshTokenHeader() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getReqResFilter() - Method in class io.mosip.kernel.auth.config.Config
- getRestTemplate() - Method in class io.mosip.kernel.auth.defaultimpl.config.DefaultImplIAMConfiguration
- 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 class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getRidBasedOnUid(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getRidFromUserId(String, String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getRidFromUserId(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getRidFromUserId(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getRidFromUserId(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getRole() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getRolesSearchBase() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getRolesSearchPrefix() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getRolesSearchSuffix() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getSchemas(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getSecondaryLanguage() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getSecretKey(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getStatus() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendResponseDto
- getStatus() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
- getStatus() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendResponseDto
- getStatus() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateResponseDto
- getTemplates() - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpTemplateResponseDto
- getToken() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getToken() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
- getTokenBase() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getTokenBasedOnName(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- getTokenBasedOnName(String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- getTokenDetails(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- getTokenDetails(String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- getTokenExpiry() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getUINBasedToken() - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenGenerationServiceImpl
- getUINBasedToken() - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenGenerationService
- getUinGetDetailsUrl() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getUpdatedAccessToken(String, TimeToken, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- getUpdatedAccessToken(String, TimeToken, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- getUrl(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getUserDetailBasedonMobileNumber(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getUserDetailBasedonMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getUserDetailBasedonMobileNumber(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- getUserDetailBasedonMobileNumber(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getUserDetailBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getUserDetailBasedOnUid(List<String>) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getUserDetailBasedOnUid(List<String>) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- 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 class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getUserDetailBasedOnUserId(String, List<String>) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getUserDetailsWithSalt(RequestWrapper<UserDetailsRequestDto>, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getUserName() - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- getUserName(String) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- getUserName(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Fetch username based on the user id.
- getUsernameBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getUserNameBasedOnMobileNumber(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getUserNameBasedOnMobileNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getUserNameBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- getUserNameBasedOnMobileNumber(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getUserRole(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- getUserRole(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- getUserRole(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- getUserRoleByUserId(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- getUserRoleByUserId(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- getUserStores() - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.UserStoreFactoryImpl
- getUserStores() - Method in interface io.mosip.kernel.auth.defaultimpl.repository.UserStoreFactory
- getVerifyOtpUserApi() - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- GRANT_TYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- GRANT_TYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
H
- HTTP_METHOD_NOT_NULL - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
I
- ID_TOKEN_HINT - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- IDA - io.mosip.kernel.auth.defaultimpl.constant.Application
- IDA - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- IdRequestDTO - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
-
The Class IdRequestDTO.
- IdRequestDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo.IdRequestDTO
- IdResponseDTO - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
-
The Class IdResponseDTO.
- IdResponseDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo.IdResponseDTO
- INDIVIDUAL - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- INET_ORG_PERSON - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- init(FilterConfig) - Method in class io.mosip.kernel.auth.config.CorsFilter
- init(FilterConfig) - Method in class io.mosip.kernel.auth.config.ReqResFilter
- INSERT_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.mosip.kernel.auth.defaultimpl.intercepter.RestInterceptor
- INTERNEL_SERVER_ERROR - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- INVALID_CREDENTIALS - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- INVALID_DATASOURCE_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Empty Cookie error
- INVALID_DN - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- INVALID_REQUEST - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- INVALID_REQUEST - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- INVALID_TOKEN - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Invalid Token
- invalidateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for invalidate token
- invalidateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for invalidate token
- invalidateToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
API to invalidate token when both refresh and auth token expires
- IO_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- io.mosip.kernel.auth - package io.mosip.kernel.auth
- io.mosip.kernel.auth.config - package io.mosip.kernel.auth.config
- io.mosip.kernel.auth.controller - package io.mosip.kernel.auth.controller
- io.mosip.kernel.auth.defaultimpl.config - package io.mosip.kernel.auth.defaultimpl.config
- io.mosip.kernel.auth.defaultimpl.constant - package io.mosip.kernel.auth.defaultimpl.constant
- io.mosip.kernel.auth.defaultimpl.dto - package io.mosip.kernel.auth.defaultimpl.dto
- io.mosip.kernel.auth.defaultimpl.dto.otp - package io.mosip.kernel.auth.defaultimpl.dto.otp
- io.mosip.kernel.auth.defaultimpl.dto.otp.email - package io.mosip.kernel.auth.defaultimpl.dto.otp.email
- io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo - package io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
- io.mosip.kernel.auth.defaultimpl.exception - package io.mosip.kernel.auth.defaultimpl.exception
- io.mosip.kernel.auth.defaultimpl.intercepter - package io.mosip.kernel.auth.defaultimpl.intercepter
- io.mosip.kernel.auth.defaultimpl.repository - package io.mosip.kernel.auth.defaultimpl.repository
- io.mosip.kernel.auth.defaultimpl.repository.impl - package io.mosip.kernel.auth.defaultimpl.repository.impl
- io.mosip.kernel.auth.defaultimpl.service - package io.mosip.kernel.auth.defaultimpl.service
- io.mosip.kernel.auth.defaultimpl.service.impl - package io.mosip.kernel.auth.defaultimpl.service.impl
- io.mosip.kernel.auth.defaultimpl.util - package io.mosip.kernel.auth.defaultimpl.util
- IS_ACTIVE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- IS_ACTIVE_FLAG_NOT_FOUND - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- isCritical() - Method in class io.mosip.kernel.auth.defaultimpl.dto.LdapControl
- isExpired(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
-
Returns true if token if expired else false
- isUserAlreadyPresent(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
-
Checks if is user already present.
J
- JWT_EXPIRED_ERROR_CODE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthErrorConstant
- JWT_SIGNATURE_ERROR_CODE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthErrorConstant
K
- KEYCLOAK_ACESSTOKEN_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- KEYCLOAK_STATE_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- KeycloakConstants - Class in io.mosip.kernel.auth.defaultimpl.constant
-
Constants related to KEYCLOAK
- KeycloakErrorResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto
-
Instantiates a new keycloak error response dto.
- KeycloakErrorResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.KeycloakErrorResponseDto
- KeycloakImpl - Class in io.mosip.kernel.auth.defaultimpl.repository.impl
- KeycloakImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- KeycloakPasswordDTO - Class in io.mosip.kernel.auth.defaultimpl.dto
- KeycloakPasswordDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.KeycloakPasswordDTO
- KeycloakRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- KeycloakRequestDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.KeycloakRequestDto
L
- LANGUAGENOTCONFIGURED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
User blocked
- LAST_NAME - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- LDAP - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- LDAP_CONNECTION_ERROR - io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
RESPONSE_PARSE_ERROR
- LDAP_INITAL_CONTEXT_FACTORY - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- LDAP_INITAL_CONTEXT_FACTORY - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- LDAP_PARSE_REQUEST_ERROR - io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
RESPONSE_PARSE_ERROR
- LDAP_ROLES_REQUEST_ERROR - io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
Email not registered
- LdapConstants - Class in io.mosip.kernel.auth.defaultimpl.constant
- LdapControl - Class in io.mosip.kernel.auth.defaultimpl.dto
- LdapControl() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.LdapControl
- LdapDataStore - Class in io.mosip.kernel.auth.defaultimpl.repository.impl
-
Deprecated.
- LdapDataStore() - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- LdapDataStore(DataBaseProps) - Constructor for class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- LDAPErrorCode - Enum in io.mosip.kernel.auth.defaultimpl.constant
- logConfig(Class<?>) - Static method in class io.mosip.kernel.auth.defaultimpl.config.LoggerConfiguration
-
This method sets the logger target, and returns appender.
- logFilter() - Method in class io.mosip.kernel.auth.config.Config
- LOGGER_TARGET - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- LoggerConfiguration - Class in io.mosip.kernel.auth.defaultimpl.config
-
Console Logger Configuration.
- login(String, String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Deprecated.
- loginException(HttpServletRequest, LoginException) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- LoginException - Exception in io.mosip.kernel.auth.defaultimpl.exception
- LoginException(String, String) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.LoginException
-
Constructor the initialize Handler exception
- LoginException(String, String, Throwable) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.LoginException
- loginRedirect(String, String, String, String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- loginRedirect(String, String, String, String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- loginRedirect(String, String, String, String, String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Deprecated.
- logoutUser(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- logoutUser(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- logoutUser(String, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
M
- MAIL - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- main(String[]) - Static method in class io.mosip.kernel.auth.AuthBootApplication
- main(String[]) - Static method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- memoryCache() - Method in class io.mosip.kernel.auth.defaultimpl.config.DefaultImplConfiguration
- MemoryCache<K,T> - Class in io.mosip.kernel.auth.defaultimpl.util
-
Local cache to store admin token
- MemoryCache(int) - Constructor for class io.mosip.kernel.auth.defaultimpl.util.MemoryCache
- MemoryCache.CacheObject - Class in io.mosip.kernel.auth.defaultimpl.util
- methodArgumentNotValidException(HttpServletRequest, MethodArgumentNotValidException) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- MOBILE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- MOBILE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- MOBILE_NOT_REGISTERED - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- MOSIP_NOTIFICATIONTYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
- MOSIP_NOTIFICATIONTYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.util.TemplateUtil
- MosipEnvironment - Class in io.mosip.kernel.auth.defaultimpl.config
- MosipEnvironment() - Constructor for class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- MosipUser - Class in io.mosip.kernel.auth.defaultimpl.dto
- MosipUser() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- MosipUser(String, String, String, String) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- MosipUser(String, String, String, String, String) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- MosipUserToken - Class in io.mosip.kernel.auth.defaultimpl.dto
- MosipUserToken() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
- MosipUserToken(MosipUser, String) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
N
- NAMING_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- NOTAUTHENTICATED - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
O
- OBJECT_CLASS - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- OLD_PASSWORD_NOT_MATCH - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- onHttpMessageNotReadable(HttpServletRequest, HttpMessageNotReadableException) - Method in class io.mosip.kernel.auth.defaultimpl.exception.AuthManagerExceptionHandler
- ORGANIZATIONAL_PERSON - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- OTP_SENT_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- OTP_VALIDATION_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- OtpEmailSendRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpEmailSendRequestDto(String, String) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendRequestDto
- OtpEmailSendResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpEmailSendResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendResponseDto
- OTPEmailTemplate - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.email
- OTPEmailTemplate() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.email.OTPEmailTemplate
- OTPErrorCode - Enum in io.mosip.kernel.auth.defaultimpl.constant
- OtpGenerateRequest - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpGenerateRequest(MosipUserDto) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateRequest
- OtpGenerateRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpGenerateRequestDto(MosipUserDto) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateRequestDto
- OtpGenerateResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpGenerateResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
- OTPGenerateService - Interface in io.mosip.kernel.auth.defaultimpl.service
- OTPGenerateServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
- OTPGenerateServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.OTPGenerateServiceImpl
- OTPService - Interface in io.mosip.kernel.auth.defaultimpl.service
- OTPServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
- OTPServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.OTPServiceImpl
- OtpSmsSendRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpSmsSendRequestDto(String, String) - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendRequestDto
- OtpSmsSendResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpSmsSendResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendResponseDto
- OtpTemplateDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpTemplateDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpTemplateDto
- OtpTemplateResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpTemplateResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpTemplateResponseDto
- OtpUserDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpUserDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpUserDto
- OtpValidateRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpValidateRequestDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateRequestDto
- OtpValidateResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
- OtpValidateResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateResponseDto
- OtpValidator - Class in io.mosip.kernel.auth.defaultimpl.util
- OtpValidator() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.OtpValidator
- OtpValidatorResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
-
The DTO class for OTP Validation response.
- OtpValidatorResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidatorResponseDto
P
- PASSWORD_POLICY_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- PASSWORD_VALIDATION_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
PASSWORD VALIDATION ERROR
- PASSWORDCONSTANT - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PasswordMismatchException - Exception in io.mosip.kernel.auth.defaultimpl.exception
- PasswordMismatchException(String, String) - Constructor for exception io.mosip.kernel.auth.defaultimpl.exception.PasswordMismatchException
-
Constructor the initialize Handler exception
- PERSON - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- PHONE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PHONENOTREGISTERED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Phone Number not registered
- PRE_REGISTRATION - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PREFERRED_USERNAME - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PREREGISTRATION - io.mosip.kernel.auth.defaultimpl.constant.Application
- ProxyAuthServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
-
Proxy Implementation of Auth service which will not use IAM just give back proxy token.
- ProxyAuthServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- ProxyOTPServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
- ProxyOTPServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyOTPServiceImpl
- ProxyTokenGenerator - Class in io.mosip.kernel.auth.defaultimpl.util
- ProxyTokenGenerator() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.ProxyTokenGenerator
- put(K, T) - Method in class io.mosip.kernel.auth.defaultimpl.util.MemoryCache
- PWD_ACCOUNT_LOCKED_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PWD_ACCOUNT_LOCKED_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- PWD_FAILURE_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- PWD_FAILURE_TIME_ATTRIBUTE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
R
- REALM_ACCESS - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- REALM_ID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- REALM_ID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- REALM_NOT_FOUND - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- RealmAccessDto - Class in io.mosip.kernel.auth.defaultimpl.dto
-
Instantiates a new realm access dto.
- RealmAccessDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.RealmAccessDto
- REDIRECT_URI - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- REFRESH_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- refreshAuthToken(String, RefreshTokenRequest, HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
Internal API used by syncdata delegate API
- refreshToken(MosipUserDto) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- refreshToken(String, RefreshTokenRequest, HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
API to retry token when auth token expires
- refreshToken(String, String, RefreshTokenRequest) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for generating refresh token
- refreshToken(String, String, RefreshTokenRequest) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Method used for generating refresh token
- refreshTokenForOTP(MosipUserDto) - Method in class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.repository.DataStore
- registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- registerUser(UserRegistrationRequestDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- REGISTRATIONCLIENT - io.mosip.kernel.auth.defaultimpl.constant.Application
- REGISTRATIONPROCESSOR - io.mosip.kernel.auth.defaultimpl.constant.Application
- remove(K) - Method in class io.mosip.kernel.auth.defaultimpl.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
- REQUEST_VALIDATION_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
RESPONSE_PARSE_ERROR
- RequestDTO - Class in io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo
-
The Class ResponseDTO.
- RequestDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo.RequestDTO
- resetPassword(PasswordDto) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- resetPassword(PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- resetPassword(String, RequestWrapper<PasswordDto>) - Method in class io.mosip.kernel.auth.controller.AuthController
-
This API will reset the password of the particular user
- resetPassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- resetPassword(String, PasswordDto) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- RESPONSE_PARSE_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
RESPONSE_PARSE_ERROR
- RESPONSE_TYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.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.defaultimpl.dto.otp.idrepo
-
The Class ResponseDTO.
- ResponseDTO() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.idrepo.ResponseDTO
- REST_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- RestInterceptor - Class in io.mosip.kernel.auth.defaultimpl.intercepter
-
RestInterceptor for getting admin token
- RestInterceptor() - Constructor for class io.mosip.kernel.auth.defaultimpl.intercepter.RestInterceptor
- restTemplate() - Method in class io.mosip.kernel.auth.defaultimpl.config.DefaultImplConfiguration
- RETURN_EXP_TIME - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- revokeToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- revokeToken(String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- RID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- RID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- ROLE_NOT_FOUND - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- ROLE_OCCUPANT - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- Roles - Class in io.mosip.kernel.auth.defaultimpl.dto
- Roles() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.Roles
- ROLES - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- ROLES_NOT_EMPTY_NULL - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- ROLLBACK_USER_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- RUNTIME_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
S
- SCOPE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- SELECT_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- SELECT_TOKEN_NAME - Static variable in class io.mosip.kernel.auth.defaultimpl.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, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPServiceImpl
- sendOTP(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyOTPServiceImpl
- sendOTP(MosipUserDto, OtpUser, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPService
- sendOTP(MosipUserDto, List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPServiceImpl
- sendOTP(MosipUserDto, List<String>, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyOTPServiceImpl
-
Deprecated.
- sendOTP(MosipUserDto, List<String>, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPService
- sendOTPForUin(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPServiceImpl
- sendOTPForUin(MosipUserDto, OtpUser, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyOTPServiceImpl
- sendOTPForUin(MosipUserDto, OtpUser, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPService
- SERVER_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Client error
- setEmail(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendRequestDto
- setEnvironment(Environment) - Method in class io.mosip.kernel.auth.defaultimpl.config.MosipEnvironment
- setErrorCode(String) - Method in exception io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
- setErrorCode(String) - Method in exception io.mosip.kernel.auth.defaultimpl.exception.LoginException
- setErrorCode(String) - Method in exception io.mosip.kernel.auth.defaultimpl.exception.PasswordMismatchException
- setLangCode(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- setMail(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- setMessage(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendRequestDto
- setMessage(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendResponseDto
- setMessage(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendRequestDto
- setMessage(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendResponseDto
- setMessage(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateResponseDto
- setMobile(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- setMosipUser(MosipUser) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
- setNumber(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendRequestDto
- setOtp(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
- setOtp(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateRequestDto
- setRole(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- setStatus(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpEmailSendResponseDto
- setStatus(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
- setStatus(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpSmsSendResponseDto
- setStatus(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpValidateResponseDto
- setTemplates(ArrayList<OtpTemplateDto>) - Method in class io.mosip.kernel.auth.defaultimpl.dto.otp.OtpTemplateResponseDto
- setToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- setToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUserToken
- setUserName(String) - Method in class io.mosip.kernel.auth.defaultimpl.dto.MosipUser
- size() - Method in class io.mosip.kernel.auth.defaultimpl.util.MemoryCache
- SMS_NOTIFYTYPE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- SMSNOTCONFIGURED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
SMS not configured
- SmsResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto.otp
-
The DTO class for sms notification response.
- SmsResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.otp.SmsResponseDto
- SN - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- SpringDataSourceConfig - Class in io.mosip.kernel.auth.defaultimpl.config
- SpringDataSourceConfig() - Constructor for class io.mosip.kernel.auth.defaultimpl.config.SpringDataSourceConfig
- STATE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.KeycloakConstants
- StoreToken(AuthToken) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- StoreToken(AuthToken) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- SUCCESS_STATUS - Static variable in class io.mosip.kernel.auth.defaultimpl.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
- TEMPLATE_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- TemplateUtil - Class in io.mosip.kernel.auth.defaultimpl.util
- TemplateUtil() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.TemplateUtil
- TimeToken - Class in io.mosip.kernel.auth.defaultimpl.dto
- TimeToken() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.TimeToken
- TOKEN_DATASTORE_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Token Datastore error
- TOKEN_EXPIRED - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Token expired
- TOKEN_INVALID_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- TOKEN_NOTPRESENT_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Empty Cookie error
- TOKEN_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- TokenGenerationService - Interface in io.mosip.kernel.auth.defaultimpl.service
- TokenGenerationServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
- TokenGenerationServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.TokenGenerationServiceImpl
- TokenGenerator - Class in io.mosip.kernel.auth.defaultimpl.util
- TokenGenerator() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.TokenGenerator
- TokenService - Interface in io.mosip.kernel.auth.defaultimpl.service
- TokenServicesImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
-
Class used for storing token
- TokenServicesImpl(DataSource) - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- TokenValidator - Class in io.mosip.kernel.auth.defaultimpl.util
-
Token validator
- TokenValidator() - Constructor for class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- TOP - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- TRUE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
U
- UID - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- UIN_NOTIFICATION_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- UinService - Interface in io.mosip.kernel.auth.defaultimpl.service
- UinServiceImpl - Class in io.mosip.kernel.auth.defaultimpl.service.impl
- UinServiceImpl() - Constructor for class io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
- UNABLE_CLOSE_LDAP_CONTEXT - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- UNABLETOSENDNOTIFICATION - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
EMAIL and SMS not configured
- UNAUTHORIZED - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
UNAUTHORIZED
- UNAUTHORIZED - Static variable in class io.mosip.kernel.auth.defaultimpl.config.AuthConstant
- unBlockAccount(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- unBlockAccount(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- unBlockAccount(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- unBlockAccount(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- unBlockUser(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- unBlockUser(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- UPDATE_NEW_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- UPDATE_TOKEN - Static variable in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- UpdateToken(AuthToken) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
- UpdateToken(AuthToken) - Method in interface io.mosip.kernel.auth.defaultimpl.service.TokenService
- User - Class in io.mosip.kernel.auth.defaultimpl.dto
- User() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.User
- USER_ALREADY_EXIST - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- USER_CREATE_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- USER_DETAILS - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- USER_NAME - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- USER_NOT_FOUND - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- USER_PASSWORD - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.LdapConstants
- USER_PASSWORD_EXCEPTION - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
- USER_VALIDATION_ERROR - io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
USER VALIDATION ERROR
- USERBLOCKED - io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
User blocked
- UserDetailsRequestDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- UserDetailsRequestDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.UserDetailsRequestDto
- 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 - UserOtpDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- UserOtpDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.UserOtpDto
- USERPWD_SUCCESS_MESSAGE - Static variable in class io.mosip.kernel.auth.defaultimpl.constant.AuthConstant
- UserRegistrationResponseDto - Class in io.mosip.kernel.auth.defaultimpl.dto
- UserRegistrationResponseDto() - Constructor for class io.mosip.kernel.auth.defaultimpl.dto.UserRegistrationResponseDto
- UserStoreFactory - Interface in io.mosip.kernel.auth.defaultimpl.repository
- UserStoreFactoryImpl - Class in io.mosip.kernel.auth.defaultimpl.repository.impl
V
- valdiateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
- valdiateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- 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.defaultimpl.util.TokenValidator
- validateForOtpVerification(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- validateOTP(MosipUserDto, String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.OTPServiceImpl
- validateOTP(MosipUserDto, String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyOTPServiceImpl
- validateOTP(MosipUserDto, String, String) - Method in interface io.mosip.kernel.auth.defaultimpl.service.OTPService
- validateOTP(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- validateOTPUser(OtpUser) - Method in class io.mosip.kernel.auth.defaultimpl.util.OtpValidator
- validateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Method used for validating Auth token
- validateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
-
Deprecated.
- validateToken(String) - Method in class io.mosip.kernel.auth.defaultimpl.util.TokenValidator
- validateToken(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.controller.AuthController
-
API to validate token
- validateUserName(String) - Method in interface io.mosip.kernel.auth.defaultimpl.repository.DataStore
- validateUserName(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.DBDataStore
- validateUserName(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.KeycloakImpl
- validateUserName(String) - Method in class io.mosip.kernel.auth.defaultimpl.repository.impl.LdapDataStore
-
Deprecated.
- validateUserName(String, String) - Method in class io.mosip.kernel.auth.controller.AuthController
- validateUserName(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.AuthServiceImpl
-
Deprecated.
- validateUserName(String, String) - Method in class io.mosip.kernel.auth.defaultimpl.service.impl.ProxyAuthServiceImpl
- valueOf(String) - Static method in enum io.mosip.kernel.auth.defaultimpl.constant.Application
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.auth.defaultimpl.constant.AuthErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.auth.defaultimpl.constant.LDAPErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.mosip.kernel.auth.defaultimpl.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.defaultimpl.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.defaultimpl.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.defaultimpl.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.defaultimpl.constant.AuthConstant
All Classes All Packages