Index
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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form