Uses of Class
org.apache.syncope.core.logic.OIDCJWKSLogic
-
Packages that use OIDCJWKSLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of OIDCJWKSLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return OIDCJWKSLogic Modifier and Type Method Description OIDCJWKSLogic
AMLogicContext. oidcJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO dao)
-
Uses of OIDCJWKSLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type OIDCJWKSLogic Modifier and Type Method Description OIDCJWKSService
AMRESTCXFContext. oidcJWKSService(OIDCJWKSLogic oidcJWKSLogic)
-
Uses of OIDCJWKSLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as OIDCJWKSLogic Modifier and Type Field Description protected OIDCJWKSLogic
OIDCJWKSServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCJWKSLogic Constructor Description OIDCJWKSServiceImpl(OIDCJWKSLogic logic)
-