Class OIDCJWKSDataBinderImpl

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.data.OIDCJWKSDataBinder

    public class OIDCJWKSDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.OIDCJWKSDataBinder
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • entityFactory

        protected final org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory
    • Constructor Detail

      • OIDCJWKSDataBinderImpl

        public OIDCJWKSDataBinderImpl​(org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • getOIDCJWKSTO

        public org.apache.syncope.common.lib.to.OIDCJWKSTO getOIDCJWKSTO​(org.apache.syncope.core.persistence.api.entity.am.OIDCJWKS jwks)
        Specified by:
        getOIDCJWKSTO in interface org.apache.syncope.core.provisioning.api.data.OIDCJWKSDataBinder
      • create

        public org.apache.syncope.core.persistence.api.entity.am.OIDCJWKS create​(String jwksKeyId,
                                                                                 String jwksType,
                                                                                 int jwksKeySize)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.OIDCJWKSDataBinder