Class TokenProvider
- java.lang.Object
-
- de.trustable.ca3s.core.security.jwt.TokenProvider
-
@Component public class TokenProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description TokenProvider(tech.jhipster.config.JHipsterProperties jHipsterProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateToken(String subject, String b46Ski)StringcreateToken(org.springframework.security.core.Authentication authentication, boolean rememberMe)org.springframework.security.core.AuthenticationgetAuthentication(String token)booleanvalidateToken(String authToken)
-
-
-
Method Detail
-
createToken
public String createToken(org.springframework.security.core.Authentication authentication, boolean rememberMe)
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication(String token)
-
validateToken
public boolean validateToken(String authToken)
-
-