Uses of Class
de.openknowledge.authentication.domain.token.KeycloakKeyConfiguration
-
Packages that use KeycloakKeyConfiguration Package Description de.openknowledge.authentication.domain.token -
-
Uses of KeycloakKeyConfiguration in de.openknowledge.authentication.domain.token
Methods in de.openknowledge.authentication.domain.token with parameters of type KeycloakKeyConfiguration Modifier and Type Method Description static KeyPairKeycloakKeyService. generateKeyPair(KeycloakKeyConfiguration config)Generates a new key pair with the configured algorithm and writes it to the configured public and private key file names with must be available as resource from this class.static KeyPairKeycloakKeyService. readKeyPair(KeycloakKeyConfiguration config)Read the key pair from the configured public and private key file names which must be available as resource from this class.Constructors in de.openknowledge.authentication.domain.token with parameters of type KeycloakKeyConfiguration Constructor Description KeycloakTokenService(KeycloakKeyConfiguration aKeyConfiguration)
-