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 OIDCJWKSTO
OIDCJWKSRestClient. 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 OIDCJWKSTO
OIDCJWKSTO.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 OIDCJWKSTO
OIDCJWKSService. get()
Methods in org.apache.syncope.common.rest.api.service with parameters of type OIDCJWKSTO Modifier and Type Method Description void
OIDCJWKSService. 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 OIDCJWKSTO
OIDCJWKSLogic. generate(String jwksKeyId, String jwksType, int jwksKeySize)
OIDCJWKSTO
OIDCJWKSLogic. get()
protected OIDCJWKSTO
OIDCJWKSLogic. resolveReference(Method method, Object... args)
OIDCJWKSTO
OIDCJWKSLogic. set(OIDCJWKSTO entityTO)
Methods in org.apache.syncope.core.logic with parameters of type OIDCJWKSTO Modifier and Type Method Description OIDCJWKSTO
OIDCJWKSLogic. 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 OIDCJWKSTO
OIDCJWKSDataBinder. 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 OIDCJWKSTO
OIDCJWKSDataBinderImpl. 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 OIDCJWKSTO
OIDCJWKSServiceImpl. get()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCJWKSTO Modifier and Type Method Description void
OIDCJWKSServiceImpl. set(OIDCJWKSTO entityTO)
-