Index

A C D G I J R S 
All Classes and Interfaces|All Packages|Constant Field Values

A

AppConstants - Class in com.eurodyn.qlack.util.jwt.config
Application constants defining standard parameters for the application.
AppConstants() - Constructor for class com.eurodyn.qlack.util.jwt.config.AppConstants
 
AppPropertiesUtilJwt - Class in com.eurodyn.qlack.util.jwt.config
Runtime configuration properties for QLACK Util JWT module.
AppPropertiesUtilJwt() - Constructor for class com.eurodyn.qlack.util.jwt.config.AppPropertiesUtilJwt
 
AUTH_HEADER_PREFIX - Static variable in class com.eurodyn.qlack.util.jwt.config.AppConstants
 

C

com.eurodyn.qlack.util.jwt.config - package com.eurodyn.qlack.util.jwt.config
 
com.eurodyn.qlack.util.jwt.dto - package com.eurodyn.qlack.util.jwt.dto
 
com.eurodyn.qlack.util.jwt.filter - package com.eurodyn.qlack.util.jwt.filter
 
com.eurodyn.qlack.util.jwt.service - package com.eurodyn.qlack.util.jwt.service
 

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.eurodyn.qlack.util.jwt.filter.JwtAuthenticationFilter
 

G

generateJwt(JwtGenerateRequestDTO) - Method in class com.eurodyn.qlack.util.jwt.service.JwtService
Generates a JWT encapsulating the requested paramaters including any number of custom claims.
getClaims() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getClaims(String) - Method in class com.eurodyn.qlack.util.jwt.service.JwtService
Returns the claims of a JWT.
getErrorMessage() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getExpiresAt() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getId() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getIssuedAt() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getIssuer() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
getRawToken(HttpServletRequest) - Static method in class com.eurodyn.qlack.util.jwt.service.JwtService
Extracts the JWT from am `Authorization` HTTP header.
getSubject() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 

I

isValid() - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 

J

JWT_CLAIM_AUTHORITIES - Static variable in class com.eurodyn.qlack.util.jwt.config.AppConstants
 
JwtAuthenticationFilter - Class in com.eurodyn.qlack.util.jwt.filter
An authentication filter to automatically extract a JWT from incoming requests and validate it.
JwtAuthenticationFilter(JwtService) - Constructor for class com.eurodyn.qlack.util.jwt.filter.JwtAuthenticationFilter
 
JwtClaimsDTO - Class in com.eurodyn.qlack.util.jwt.dto
Encapsulates a reply from a verification request.
JwtClaimsDTO() - Constructor for class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
JwtDTO - Class in com.eurodyn.qlack.util.jwt.dto
A placeholder for an encoded JWT.
JwtDTO() - Constructor for class com.eurodyn.qlack.util.jwt.dto.JwtDTO
 
JwtGenerateRequestDTO - Class in com.eurodyn.qlack.util.jwt.dto
A class encapsulating all data necessary to create a JWT.
JwtGenerateRequestDTO() - Constructor for class com.eurodyn.qlack.util.jwt.dto.JwtGenerateRequestDTO
 
JwtService - Class in com.eurodyn.qlack.util.jwt.service
A service allowing creation, validation, and claims management in JWTs.
JwtService(AppPropertiesUtilJwt) - Constructor for class com.eurodyn.qlack.util.jwt.service.JwtService
 

R

registration(JwtAuthenticationFilter) - Method in class com.eurodyn.qlack.util.jwt.filter.JwtAuthenticationFilter
Do not automatically register this filter.

S

setClaims(Map<String, Object>) - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
setErrorMessage(String) - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
setValid(boolean) - Method in class com.eurodyn.qlack.util.jwt.dto.JwtClaimsDTO
 
A C D G I J R S 
All Classes and Interfaces|All Packages|Constant Field Values