com.wizzdi.security.bearer.jwt.TokenCustomizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
FlexiCore Boot Security Bearer JWT
package com.wizzdi.security.bearer.jwt;
import io.jsonwebtoken.JwtBuilder;
public interface TokenCustomizer {
JwtBuilder customizeToken(JwtBuilder jwtBuilder);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy