Class OIDCJWKSServiceImpl
- java.lang.Object
-
- org.apache.syncope.core.rest.cxf.service.AbstractService
-
- org.apache.syncope.core.rest.cxf.service.OIDCJWKSServiceImpl
-
- All Implemented Interfaces:
JAXRSService
,OIDCJWKSService
@Service public class OIDCJWKSServiceImpl extends AbstractService implements OIDCJWKSService
-
-
Field Summary
Fields Modifier and Type Field Description protected OIDCJWKSLogic
logic
-
Fields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfo
-
Fields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER
-
-
Constructor Summary
Constructors Constructor Description OIDCJWKSServiceImpl(OIDCJWKSLogic logic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
javax.ws.rs.core.Response
generate(String jwksKeyId, String jwksType, int jwksKeySize)
OIDCJWKSTO
get()
void
set(OIDCJWKSTO entityTO)
-
Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getOrderByClauses, getPreference, isNullPriorityAsync, modificationResponse
-
-
-
-
Field Detail
-
logic
protected final OIDCJWKSLogic logic
-
-
Constructor Detail
-
OIDCJWKSServiceImpl
public OIDCJWKSServiceImpl(OIDCJWKSLogic logic)
-
-
Method Detail
-
get
public OIDCJWKSTO get()
- Specified by:
get
in interfaceOIDCJWKSService
-
set
public void set(OIDCJWKSTO entityTO)
- Specified by:
set
in interfaceOIDCJWKSService
-
generate
public javax.ws.rs.core.Response generate(String jwksKeyId, String jwksType, int jwksKeySize)
- Specified by:
generate
in interfaceOIDCJWKSService
-
delete
public void delete()
- Specified by:
delete
in interfaceOIDCJWKSService
-
-