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 OIDCJWKSDataBinder
OIDCJWKSLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type OIDCJWKSDataBinder Modifier and Type Method Description OIDCJWKSLogic
AMLogicContext. oidcJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO dao)
Constructors in org.apache.syncope.core.logic with parameters of type OIDCJWKSDataBinder Constructor Description OIDCJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO dao)
-
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 OIDCJWKSDataBinder
ProvisioningContext. 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 class
OIDCJWKSDataBinderImpl
-