Uses of Interface
org.apache.syncope.core.provisioning.api.data.OIDCJWKSDataBinder
-
Packages that use OIDCJWKSDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of OIDCJWKSDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCJWKSDataBinder Modifier and Type Field Description protected OIDCJWKSDataBinderOIDCJWKSLogic. binderMethods in org.apache.syncope.core.logic with parameters of type OIDCJWKSDataBinder Modifier and Type Method Description OIDCJWKSLogicAMLogicContext. oidcJWKSLogic(OIDCJWKSDataBinder oidcJWKSDataBinder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory)Constructors in org.apache.syncope.core.logic with parameters of type OIDCJWKSDataBinder Constructor Description OIDCJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory) -
Uses of OIDCJWKSDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return OIDCJWKSDataBinder Modifier and Type Method Description OIDCJWKSDataBinderProvisioningContext. oidcJWKSDataBinder(EntityFactory entityFactory) -
Uses of OIDCJWKSDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement OIDCJWKSDataBinder Modifier and Type Class Description classOIDCJWKSDataBinderImpl
-