Class WAOIDCJWKSGeneratorService
java.lang.Object
org.apache.syncope.wa.starter.oidc.WAOIDCJWKSGeneratorService
- All Implemented Interfaces:
org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService
public class WAOIDCJWKSGeneratorService
extends Object
implements org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final int
protected final String
protected static final Logger
protected final WARestClient
-
Constructor Summary
ConstructorDescriptionWAOIDCJWKSGeneratorService
(WARestClient waRestClient, String jwksKeyId, String jwksType, int jwksKeySize) -
Method Summary
-
Field Details
-
LOG
-
waRestClient
-
jwksKeyId
-
jwksType
-
jwksKeySize
protected final int jwksKeySize
-
-
Constructor Details
-
WAOIDCJWKSGeneratorService
public WAOIDCJWKSGeneratorService(WARestClient waRestClient, String jwksKeyId, String jwksType, int jwksKeySize)
-
-
Method Details
-
store
public org.jose4j.jwk.JsonWebKeySet store(org.jose4j.jwk.JsonWebKeySet jsonWebKeySet) - Specified by:
store
in interfaceorg.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService
-
find
- Specified by:
find
in interfaceorg.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService
-
generate
- Specified by:
generate
in interfaceorg.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorService
-