Uses of Class
org.apache.syncope.common.lib.to.OIDCJWKSTO
- 
- 
Uses of OIDCJWKSTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSRestClient. generate()Methods in org.apache.syncope.client.console.rest that return types with arguments of type OIDCJWKSTO Modifier and Type Method Description AtomicReference<OIDCJWKSTO>OIDCJWKSRestClient. get() - 
Uses of OIDCJWKSTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSTO.Builder. build() - 
Uses of OIDCJWKSTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSService. get()Methods in org.apache.syncope.common.rest.api.service with parameters of type OIDCJWKSTO Modifier and Type Method Description voidOIDCJWKSService. set(@NotNull OIDCJWKSTO entityTO) - 
Uses of OIDCJWKSTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSLogic. generate(String jwksKeyId, String jwksType, int jwksKeySize)OIDCJWKSTOOIDCJWKSLogic. get()protected OIDCJWKSTOOIDCJWKSLogic. resolveReference(Method method, Object... args)OIDCJWKSTOOIDCJWKSLogic. set(OIDCJWKSTO entityTO)Methods in org.apache.syncope.core.logic with parameters of type OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSLogic. set(OIDCJWKSTO entityTO) - 
Uses of OIDCJWKSTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSDataBinder. getOIDCJWKSTO(OIDCJWKS jwks) - 
Uses of OIDCJWKSTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSDataBinderImpl. getOIDCJWKSTO(OIDCJWKS jwks) - 
Uses of OIDCJWKSTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTOOIDCJWKSServiceImpl. get()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCJWKSTO Modifier and Type Method Description voidOIDCJWKSServiceImpl. set(OIDCJWKSTO entityTO) 
 -