Class KeycloakTokenService
- java.lang.Object
-
- de.openknowledge.authentication.domain.token.KeycloakTokenService
-
@ApplicationScoped public class KeycloakTokenService extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeycloakTokenService()KeycloakTokenService(KeycloakKeyConfiguration aKeyConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tokendecode(VerificationLink link)VerificationLinkencode(Token token)voidinit()
-
-
-
Constructor Detail
-
KeycloakTokenService
protected KeycloakTokenService()
-
KeycloakTokenService
@Inject public KeycloakTokenService(KeycloakKeyConfiguration aKeyConfiguration)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
encode
public VerificationLink encode(Token token)
-
decode
public Token decode(VerificationLink link)
-
-