Package org.apache.syncope.core.logic
Class SCIMLogic
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SCIMConfManager
protected static ResourceType
protected static final JsonMapper
protected static final Object
protected String
protected static final String
protected static ServiceProviderConfig
protected static ResourceType
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
init()
protected EntityTO
resolveReference
(Method method, Object... args) resourceType
(UriBuilder uriBuilder, String type) resourceTypes
(UriBuilder uriBuilder) schemas()
serviceProviderConfig
(UriBuilder uriBuilder) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
SCHEMAS_JSON
- See Also:
-
MONITOR
-
MAPPER
-
SERVICE_PROVIDER_CONFIG
-
USER
-
GROUP
-
schemas
-
schemaMap
-
confManager
-
-
Constructor Details
-
SCIMLogic
-
-
Method Details
-
init
protected void init() -
serviceProviderConfig
@PreAuthorize("isAuthenticated()") public ServiceProviderConfig serviceProviderConfig(UriBuilder uriBuilder) -
resourceTypes
-
resourceType
@PreAuthorize("isAuthenticated()") public ResourceType resourceType(UriBuilder uriBuilder, String type) -
schemas
-
schema
-
resolveReference
protected EntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReference
in classAbstractLogic<EntityTO>
- Throws:
UnresolvedReferenceException
-