A C D G I J L M O P R S U V 

A

AjaxAuthenticationFailureHandler - Class in me.parakh.core.security.handler
 
AjaxAuthenticationFailureHandler() - Constructor for class me.parakh.core.security.handler.AjaxAuthenticationFailureHandler
 
AjaxAuthenticationSuccessHandler - Class in me.parakh.core.security.handler
 
AjaxAuthenticationSuccessHandler() - Constructor for class me.parakh.core.security.handler.AjaxAuthenticationSuccessHandler
 
AjaxLogoutSuccessHandler - Class in me.parakh.core.security.handler
 
AjaxLogoutSuccessHandler() - Constructor for class me.parakh.core.security.handler.AjaxLogoutSuccessHandler
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
attemptTokenAuthentication(String) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
AuthClaimServiceImpl - Class in me.parakh.core.security.service.impl
 
AuthClaimServiceImpl() - Constructor for class me.parakh.core.security.service.impl.AuthClaimServiceImpl
 
authenticate(Authentication) - Method in class me.parakh.core.security.provider.CustomAuthenticationProvider
called by spring security authenticationManager.authenticate

C

commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class me.parakh.core.security.handler.UnauthorizedEntryPointHandler
 
CustomAuthenticationException - Exception in me.parakh.core.security.filter
 
CustomAuthenticationException(String) - Constructor for exception me.parakh.core.security.filter.CustomAuthenticationException
 
CustomAuthenticationFilter - Class in me.parakh.core.security.filter
StatelessAuthenticationFilter
CustomAuthenticationFilter() - Constructor for class me.parakh.core.security.filter.CustomAuthenticationFilter
 
CustomAuthenticationProvider - Class in me.parakh.core.security.provider
 
CustomAuthenticationProvider() - Constructor for class me.parakh.core.security.provider.CustomAuthenticationProvider
 

D

DEFAULT_TOKEN_HEADER - Static variable in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 

G

getAuthentication() - Static method in class me.parakh.core.security.util.SecurityUtility
 
getClaim() - Method in class me.parakh.core.security.service.impl.AuthClaimServiceImpl
 
getClaim() - Static method in class me.parakh.core.security.util.SecurityUtility
 
getUser() - Static method in class me.parakh.core.security.util.SecurityUtility
 
getUserId() - Method in class me.parakh.core.security.service.impl.AuthClaimServiceImpl
 
getUserName() - Method in class me.parakh.core.security.service.impl.AuthClaimServiceImpl
 
getUsername() - Static method in class me.parakh.core.security.util.SecurityUtility
 

I

initIt() - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
initIt() - Method in class me.parakh.core.security.filter.JwtTokenServiceImpl
 

J

JwtClaimsService - Interface in me.parakh.core.security.filter
 
JwtTokenService - Interface in me.parakh.core.security.filter
TokenAuthenticationService
JwtTokenServiceImpl - Class in me.parakh.core.security.filter
Hash-based message authentication code
JwtTokenServiceImpl() - Constructor for class me.parakh.core.security.filter.JwtTokenServiceImpl
 

L

loadUserByUsername(String) - Method in class me.parakh.core.security.provider.UserDetailsServiceImpl
 

M

me.parakh.core.security.filter - package me.parakh.core.security.filter
 
me.parakh.core.security.handler - package me.parakh.core.security.handler
The me.parakh.core.security.handler package contains authentication related service classes.
me.parakh.core.security.provider - package me.parakh.core.security.provider
 
me.parakh.core.security.service.impl - package me.parakh.core.security.service.impl
 
me.parakh.core.security.util - package me.parakh.core.security.util
 

O

obtainAuthoritiesFromClaims(List<String>) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
obtainAuthoritiesFromClaims(Map<String, Object>) - Method in interface me.parakh.core.security.filter.JwtClaimsService
 
obtainPassword(HttpServletRequest) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
obtainUsername(HttpServletRequest) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
obtainUsernameFromClaims(Map<String, Object>) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
obtainUsernameFromClaims(Map<String, Object>) - Method in interface me.parakh.core.security.filter.JwtClaimsService
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class me.parakh.core.security.handler.AjaxAuthenticationFailureHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class me.parakh.core.security.handler.AjaxAuthenticationSuccessHandler
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class me.parakh.core.security.handler.AjaxLogoutSuccessHandler
 

P

provideClaims(HttpServletRequest, Authentication) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
provideClaimsForToken(Authentication) - Method in interface me.parakh.core.security.filter.JwtClaimsService
 

R

randomPassword() - Static method in class me.parakh.core.security.util.SecurityUtility
RandomStringUtils.random(64); //random(count, false, false) RandomStringUtils.randomAlphanumeric(64);//random(count, true, true); RandomStringUtils.randomNumeric(64);//random(count, false, true) RandomStringUtils.randomAlphabetic(64); //random(count, true, false) RandomStringUtils.randomAscii(32); RandomStringUtils.random(32, 0, 20, true, true, "qw32rfHIJk9iQ8Ud7h0X".toCharArray());

S

secret - Variable in class me.parakh.core.security.filter.JwtTokenServiceImpl
 
secretBase64Encoded - Variable in class me.parakh.core.security.filter.JwtTokenServiceImpl
 
SecurityConfig - Class in me.parakh.core.security.filter
just for info
SecurityConfig() - Constructor for class me.parakh.core.security.filter.SecurityConfig
 
SecurityUtility - Class in me.parakh.core.security.util
 
SecurityUtility() - Constructor for class me.parakh.core.security.util.SecurityUtility
 
sign(JwtClaim) - Method in interface me.parakh.core.security.filter.JwtTokenService
 
sign(JwtClaim) - Method in class me.parakh.core.security.filter.JwtTokenServiceImpl
 
SPRING_SECURITY_FORM_PASSWORD_KEY - Static variable in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
SPRING_SECURITY_FORM_USERNAME_KEY - Static variable in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
successfulLogin(HttpServletRequest, HttpServletResponse, Authentication) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
supports(Class<? extends Object>) - Method in class me.parakh.core.security.provider.CustomAuthenticationProvider
 

U

UnauthorizedEntryPointHandler - Class in me.parakh.core.security.handler
The commence method will always return an HttpStatus.UNAUTHORIZED (401) error.
UnauthorizedEntryPointHandler() - Constructor for class me.parakh.core.security.handler.UnauthorizedEntryPointHandler
 
unsuccessfulLogin(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class me.parakh.core.security.filter.CustomAuthenticationFilter
 
UserDetailsServiceImpl - Class in me.parakh.core.security.provider
 
UserDetailsServiceImpl() - Constructor for class me.parakh.core.security.provider.UserDetailsServiceImpl
 

V

verify(String) - Method in interface me.parakh.core.security.filter.JwtTokenService
 
verify(String) - Method in class me.parakh.core.security.filter.JwtTokenServiceImpl
 
A C D G I J L M O P R S U V 

Copyright © 2016. All rights reserved.