Interface OIDCJWKSDataBinder
-
- All Known Implementing Classes:
OIDCJWKSDataBinderImpl
public interface OIDCJWKSDataBinder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOIDCJWKSDataBinder.JsonWebKeyLifecycleState
-
Field Summary
Fields Modifier and Type Field Description static StringPARAMETER_STATE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OIDCJWKScreate(String jwksKeyId, String jwksType, int jwksKeySize)OIDCJWKSTOgetOIDCJWKSTO(OIDCJWKS jwks)
-
-
-
Field Detail
-
PARAMETER_STATE
static final String PARAMETER_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOIDCJWKSTO
OIDCJWKSTO getOIDCJWKSTO(OIDCJWKS jwks)
-
-