Uses of Interface
org.apache.syncope.common.rest.api.service.UserSelfService
-
Packages that use UserSelfService Package Description org.apache.syncope.client.ui.commons.actuate org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of UserSelfService in org.apache.syncope.client.ui.commons.actuate
Methods in org.apache.syncope.client.ui.commons.actuate that return UserSelfService Modifier and Type Method Description protected UserSelfService
SyncopeCoreHealthIndicator. service()
-
Uses of UserSelfService in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf that return UserSelfService Modifier and Type Method Description UserSelfService
IdRepoRESTCXFContext. userSelfService(UserLogic userLogic, SyncopeLogic syncopeLogic)
-
Uses of UserSelfService in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service that implement UserSelfService Modifier and Type Class Description class
UserSelfServiceImpl
-