Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

JJwtManager - Class in com.alpaca.security.manager
JJwtManager is a Spring component responsible for managing JSON Web Tokens (JWT) using asymmetric RSA key pairs for signing and verification.
JJwtManager(String, String, String, String) - Constructor for class com.alpaca.security.manager.JJwtManager
Constructs a JJwtManager with the necessary RSA keys and configuration.
justSerialize(Object) - Static method in class com.alpaca.security.manager.CookieManager
Serializes a Java object to a standard JSON string without Base64 encoding.
jwtManager - Variable in class com.alpaca.security.oauth2.AuthSuccessHandler
 
jwtTimeExpiration - Variable in class com.alpaca.security.manager.JJwtManager
Token expiration time (in milliseconds), configured via properties.
JwtTokenValidatorFilter - Class in com.alpaca.security.filter
A servlet filter that validates JWT tokens in incoming requests and populates the Spring Security context.
JwtTokenValidatorFilter() - Constructor for class com.alpaca.security.filter.JwtTokenValidatorFilter
 
jwtUserGenerator - Variable in class com.alpaca.security.manager.JJwtManager
The issuer (generator) identifier included in the token payload.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form