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

A

addAuthFilter(Router, String, HttpMethod, String) - Method in class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
addCorsFilter(HttpServer, Vertx) - Method in class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.adapter.filter.AuthFilter
 
AUTH_ADMIN_COOKIE_PREFIX - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_HEADER_COOKIE - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_HEADER_SET_COOKIE - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_INVALID_TOKEN - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_REQUEST_COOOKIE_HEADER - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_SIGNATURE_MESSAGE - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_SIGNATURE_TEXT - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_TOKEN_EXPIRATION_MESSAGE - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AUTH_TOKEN_EXPIRED - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AuthAdapterConstant - Class in io.mosip.kernel.auth.adapter.constant
 
AuthAdapterConstant() - Constructor for class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
AuthAdapterErrorCode - Enum in io.mosip.kernel.auth.adapter.constant
Error Code for Auth Adapter
AuthAdapterExceptionHandler - Class in io.mosip.kernel.auth.adapter.exception
 
AuthAdapterExceptionHandler() - Constructor for class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
authenticationManager() - Method in class io.mosip.kernel.auth.adapter.config.SecurityConfig
 
authFilter() - Method in class io.mosip.kernel.auth.adapter.config.SecurityConfig
 
AuthFilter - Class in io.mosip.kernel.auth.adapter.filter
 
AuthFilter(RequestMatcher) - Constructor for class io.mosip.kernel.auth.adapter.filter.AuthFilter
 
AuthHandler - Class in io.mosip.kernel.auth.adapter.handler
Contacts auth server to verify token validity.
AuthHandler() - Constructor for class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
authManagerException(HttpServletRequest, AuthManagerException) - Method in class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
AuthManagerException - Exception in io.mosip.kernel.auth.adapter.exception
 
AuthManagerException(String, String) - Constructor for exception io.mosip.kernel.auth.adapter.exception.AuthManagerException
Constructor the initialize Handler exception
AuthManagerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.auth.adapter.exception.AuthManagerException
 
AuthManagerException(String, List<ServiceError>) - Constructor for exception io.mosip.kernel.auth.adapter.exception.AuthManagerException
 
authNException(HttpServletRequest, AuthNException) - Method in class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
AuthNException - Exception in io.mosip.kernel.auth.adapter.exception
 
AuthNException(List<ServiceError>) - Constructor for exception io.mosip.kernel.auth.adapter.exception.AuthNException
 
AuthSuccessHandler - Class in io.mosip.kernel.auth.adapter.handler
 
AuthSuccessHandler() - Constructor for class io.mosip.kernel.auth.adapter.handler.AuthSuccessHandler
 
AuthToken - Class in io.mosip.kernel.auth.adapter.model
AUTH_TOKEN USED TO ACCESS TOKEN DETAILS
AuthToken(String) - Constructor for class io.mosip.kernel.auth.adapter.model.AuthToken
 
AuthUserDetails - Class in io.mosip.kernel.auth.adapter.model
Used by spring security to store user details like roles and use this across the application for Authorization purpose.
AuthUserDetails(MosipUserDto, String) - Constructor for class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
authZException(HttpServletRequest, AuthZException) - Method in class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
AuthZException - Exception in io.mosip.kernel.auth.adapter.exception
 
AuthZException(List<ServiceError>) - Constructor for exception io.mosip.kernel.auth.adapter.exception.AuthZException
 

B

BeanConfig - Class in io.mosip.kernel.auth.adapter.config
 
BeanConfig() - Constructor for class io.mosip.kernel.auth.adapter.config.BeanConfig
 
BEARER - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 

C

configure(HttpSecurity) - Method in class io.mosip.kernel.auth.adapter.config.SecurityConfig
 
CorsFilter - Class in io.mosip.kernel.auth.adapter.filter
AUTH HEADERS FILTER This filter is going to act as a CORS filter.
CorsFilter() - Constructor for class io.mosip.kernel.auth.adapter.filter.CorsFilter
 

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.mosip.kernel.auth.adapter.filter.CorsFilter
 

G

getAuthorities() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getErrorCode() - Method in enum io.mosip.kernel.auth.adapter.constant.AuthAdapterErrorCode
Function to get error code
getErrorMessage() - Method in enum io.mosip.kernel.auth.adapter.constant.AuthAdapterErrorCode
Function to get the error message
getList() - Method in exception io.mosip.kernel.auth.adapter.exception.AuthManagerException
Getter for error list.
getList() - Method in exception io.mosip.kernel.auth.adapter.exception.AuthNException
Getter for error list.
getList() - Method in exception io.mosip.kernel.auth.adapter.exception.AuthZException
Getter for error list.
getMail() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getMobile() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getPassword() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getRestTemplate() - Method in class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
getrId() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getToken() - Method in class io.mosip.kernel.auth.adapter.model.AuthToken
 
getToken() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getUserId() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
getUsername() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 

H

HTTP_METHOD_NOT_NULL - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 

I

intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.mosip.kernel.auth.adapter.config.RestTemplateInterceptor
 
INTERNEL_SERVER_ERROR - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
io.mosip.kernel.auth.adapter.config - package io.mosip.kernel.auth.adapter.config
 
io.mosip.kernel.auth.adapter.constant - package io.mosip.kernel.auth.adapter.constant
 
io.mosip.kernel.auth.adapter.exception - package io.mosip.kernel.auth.adapter.exception
 
io.mosip.kernel.auth.adapter.filter - package io.mosip.kernel.auth.adapter.filter
 
io.mosip.kernel.auth.adapter.handler - package io.mosip.kernel.auth.adapter.handler
 
io.mosip.kernel.auth.adapter.model - package io.mosip.kernel.auth.adapter.model
 
isAccountNonExpired() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
isAccountNonLocked() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
isCredentialsNonExpired() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
isEnabled() - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 

L

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

M

MosipUserDto - Class in io.mosip.kernel.auth.adapter.model
MOSIP USER IS THE STANDARD SPEC THAT WILL BE TUNED BASED ON THE DETAILS STORED IN LDAP FOR A USER
MosipUserDto() - Constructor for class io.mosip.kernel.auth.adapter.model.MosipUserDto
 

N

NOTAUTHENTICATED - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 

O

onAccessDeniedException(HttpServletRequest, AccessDeniedException) - Method in class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
onAuthenticationException(HttpServletRequest, AuthenticationException) - Method in class io.mosip.kernel.auth.adapter.exception.AuthAdapterExceptionHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class io.mosip.kernel.auth.adapter.handler.AuthSuccessHandler
 

R

registration(AuthFilter) - Method in class io.mosip.kernel.auth.adapter.config.SecurityConfig
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class io.mosip.kernel.auth.adapter.filter.AuthFilter
 
restTemplate() - Method in class io.mosip.kernel.auth.adapter.config.BeanConfig
 
RestTemplateInterceptor - Class in io.mosip.kernel.auth.adapter.config
It is used to intercept any http calls made using rest template from this application.
RestTemplateInterceptor() - Constructor for class io.mosip.kernel.auth.adapter.config.RestTemplateInterceptor
 
retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class io.mosip.kernel.auth.adapter.handler.AuthHandler
 
ROLES_NOT_EMPTY_NULL - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 

S

SecurityConfig - Class in io.mosip.kernel.auth.adapter.config
Holds the main configuration for authentication and authorization using spring security.
SecurityConfig() - Constructor for class io.mosip.kernel.auth.adapter.config.SecurityConfig
 
setAuthorities(Collection<? extends GrantedAuthority>) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
setMail(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
setMobile(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
setrId(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
setToken(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthToken
 
setToken(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
setUserName(String) - Method in class io.mosip.kernel.auth.adapter.model.AuthUserDetails
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class io.mosip.kernel.auth.adapter.filter.AuthFilter
 

U

UNAUTHORIZED - Static variable in class io.mosip.kernel.auth.adapter.constant.AuthAdapterConstant
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class io.mosip.kernel.auth.adapter.filter.AuthFilter
 

V

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

W

webClient() - Method in class io.mosip.kernel.auth.adapter.config.BeanConfig
 
A B C D G H I L M N O R S U V W 
Skip navigation links

Copyright © 2020. All rights reserved.