Uses of Class
org.apache.syncope.common.lib.to.UserTO
-
-
Uses of UserTO in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as UserTO Modifier and Type Field Description protected UserTOSyncopeConsoleSession. selfTOMethods in org.apache.syncope.client.console that return UserTO Modifier and Type Method Description UserTOSyncopeConsoleSession. getSelfTO() -
Uses of UserTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type UserTO Modifier and Type Method Description List<Action<UserTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)Method parameters in org.apache.syncope.client.console.commons with type arguments of type UserTO Modifier and Type Method Description List<Action<UserTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef) -
Uses of UserTO in org.apache.syncope.client.console.pages
Methods in org.apache.syncope.client.console.pages that return UserTO Modifier and Type Method Description protected UserTOMustChangePassword. getLoggedUser() -
Uses of UserTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type UserTO Modifier and Type Method Description ActionsPanel<UserTO>UserDirectoryPanel. getActions(IModel<UserTO> model)protected WizardMgtPanel<AnyWrapper<UserTO>>UserDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)Method parameters in org.apache.syncope.client.console.panels with type arguments of type UserTO Modifier and Type Method Description ActionsPanel<UserTO>UserDirectoryPanel. getActions(IModel<UserTO> model)Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type UserTO Constructor Description LinkedAccountModalPanel(IModel<UserTO> model, PageReference pageRef, boolean recounciliationOnly)LinkedAccountsStatusModalPanel(IModel<UserTO> model, PageReference pageRef) -
Uses of UserTO in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type UserTO Modifier and Type Method Description protected WizardMgtPanel<AnyWrapper<UserTO>>UserSelectionDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal) -
Uses of UserTO in org.apache.syncope.client.console.resources.oidcc4ui
Methods in org.apache.syncope.client.console.resources.oidcc4ui with parameters of type UserTO Modifier and Type Method Description protected Pair<Class<? extends WebPage>,PageParameters>ConsoleCodeConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.console.resources.saml2sp4ui
Methods in org.apache.syncope.client.console.resources.saml2sp4ui with parameters of type UserTO Modifier and Type Method Description protected Pair<Class<? extends WebPage>,PageParameters>ConsoleAssertionConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return UserTO Modifier and Type Method Description UserTOUserWorkflowTaskRestClient. executeNextTask(UserTO userTO)Methods in org.apache.syncope.client.console.rest that return types with arguments of type UserTO Modifier and Type Method Description ProvisioningResult<UserTO>UserRestClient. create(UserCR createReq)protected Class<? extends AnyService<UserTO>>UserRestClient. getAnyServiceClass()ProvisioningResult<UserTO>UserRestClient. mustChangePassword(String etag, boolean value, String key)List<UserTO>UserRestClient. search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)ProvisioningResult<UserTO>UserRestClient. update(String etag, UserUR updateReq)Methods in org.apache.syncope.client.console.rest with parameters of type UserTO Modifier and Type Method Description UserTOUserWorkflowTaskRestClient. executeNextTask(UserTO userTO) -
Uses of UserTO in org.apache.syncope.client.console.status
Constructor parameters in org.apache.syncope.client.console.status with type arguments of type UserTO Constructor Description ChangePasswordModal(BaseModal<AnyWrapper<UserTO>> baseModal, UserWrapper wrapper, PageReference pageRefer) -
Uses of UserTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as UserTO Modifier and Type Field Description protected UserTOLinkedAccountPlainAttrsPanel. userTOprotected UserTORoles. userTOFields in org.apache.syncope.client.console.wizards.any with type parameters of type UserTO Modifier and Type Field Description protected IModel<UserTO>LinkedAccountWizardBuilder. modelMethods in org.apache.syncope.client.console.wizards.any that return UserTO Modifier and Type Method Description UserTOMergeLinkedAccountsWizardModel. getBaseUser()UserTOMergeLinkedAccountsWizardModel. getMergingUser()Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type UserTO Modifier and Type Method Description protected Optional<Details<UserTO>>UserTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)protected Optional<Details<UserTO>>UserWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)AjaxWizard<AnyWrapper<UserTO>>UserTemplateWizardBuilder. build(String id)Methods in org.apache.syncope.client.console.wizards.any with parameters of type UserTO Modifier and Type Method Description protected WizardModelMergeLinkedAccountsWizardBuilder. buildModelSteps(UserTO modelObject, WizardModel wizardModel)protected AnnotatedBeanPanelUserDetails. getGeneralStatusInformation(String id, UserTO anyTO)voidMergeLinkedAccountsWizardModel. setMergingUser(UserTO mergingUser)Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type UserTO Modifier and Type Method Description protected Optional<Details<UserTO>>UserTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)protected Optional<Details<UserTO>>UserWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)protected SerializableUserWizardBuilder. onApplyInternal(AnyWrapper<UserTO> modelObject)UserWizardBuilderUserWizardBuilder. setItem(AnyWrapper<UserTO> item)Overrides default setItem() in order to clean statusModel as well.Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserTO Constructor Description LinkedAccountPlainAttrsPanel(EntityWrapper<LinkedAccountTO> modelObject, UserTO userTO, List<String> anyTypeClasses, List<String> whichPlainAttrs)MergeLinkedAccountsWizardModel(UserTO baseUser)UserInformationPanel(String id, UserTO userTO)UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)UserWizardBuilder(UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type UserTO Constructor Description LinkedAccountWizardBuilder(IModel<UserTO> model, LinkedAccountFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, AnyTypeRestClient anyTypeRestClient, PageReference pageRef)MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef) -
Uses of UserTO in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as UserTO Modifier and Type Field Description protected UserTOSyncopeEnduserSession. selfTOMethods in org.apache.syncope.client.enduser that return UserTO Modifier and Type Method Description UserTOSyncopeEnduserSession. getSelfTO()UserTOSyncopeEnduserSession. getSelfTO(boolean reload) -
Uses of UserTO in org.apache.syncope.client.enduser.pages
Fields in org.apache.syncope.client.enduser.pages declared as UserTO Modifier and Type Field Description protected UserTOEditSecurityQuestion. userTOMethods in org.apache.syncope.client.enduser.pages that return UserTO Modifier and Type Method Description protected UserTOEditChangePassword. getPwdLoggedUser()protected UserTOMustChangePassword. getPwdLoggedUser()Constructor parameters in org.apache.syncope.client.enduser.pages with type arguments of type UserTO Constructor Description SelfResult(ProvisioningResult<UserTO> provisioningResult, PageParameters parameters) -
Uses of UserTO in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels that return UserTO Modifier and Type Method Description protected abstract UserTOChangePasswordPanel. getLoggedUser()Methods in org.apache.syncope.client.enduser.panels that return types with arguments of type UserTO Modifier and Type Method Description protected Details<UserTO>AnyFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)protected Details<UserTO>UserFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)protected Details<UserTO>UserSelfFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)WizardModalPanel<AnyWrapper<UserTO>>UserFormPanel. build(String id, int index, AjaxWizard.Mode mode)AnyWrapper<UserTO>UserFormPanel. getDefaultItem()ModalPanelBuilder<AnyWrapper<UserTO>>UserFormPanel. setEventSink(IEventSink eventSink)ModalPanelBuilder<AnyWrapper<UserTO>>UserFormPanel. setItem(AnyWrapper<UserTO> item)Method parameters in org.apache.syncope.client.enduser.panels with type arguments of type UserTO Modifier and Type Method Description ModalPanelBuilder<AnyWrapper<UserTO>>UserFormPanel. setItem(AnyWrapper<UserTO> item)Constructors in org.apache.syncope.client.enduser.panels with parameters of type UserTO Constructor Description AnyFormPanel(String id, UserTO anyTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, PageReference pageReference)UserFormPanel(String id, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, PageReference pageReference)UserFormPanel(String id, UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, PageReference pageReference)UserSelfFormPanel(String id, UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, PageReference pageReference) -
Uses of UserTO in org.apache.syncope.client.enduser.panels.any
Fields in org.apache.syncope.client.enduser.panels.any declared as UserTO Modifier and Type Field Description protected UserTOAbstractAttrs. userTOprotected UserTOUserDetails. userTOConstructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type UserTO Constructor Description AbstractAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichAttrs)DerAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichDerAttrs)VirAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichVirAttrs) -
Uses of UserTO in org.apache.syncope.client.enduser.resources
Methods in org.apache.syncope.client.enduser.resources with parameters of type UserTO Modifier and Type Method Description protected Pair<Class<? extends WebPage>,PageParameters>EnduserCodeConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.enduser.resources.saml2sp4ui
Methods in org.apache.syncope.client.enduser.resources.saml2sp4ui with parameters of type UserTO Modifier and Type Method Description protected Pair<Class<? extends WebPage>,PageParameters>EnduserAssertionConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type UserTO Modifier and Type Method Description ProvisioningResult<UserTO>UserSelfRestClient. create(UserCR createReq)ProvisioningResult<UserTO>UserRequestRestClient. submitForm(UserRequestForm form)ProvisioningResult<UserTO>UserSelfRestClient. update(String etag, UserUR updateReq) -
Uses of UserTO in org.apache.syncope.client.enduser.widgets
Fields in org.apache.syncope.client.enduser.widgets declared as UserTO Modifier and Type Field Description protected UserTOUserProfileWidget. userTO -
Uses of UserTO in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return types with arguments of type UserTO Modifier and Type Method Description Triple<Map<String,Set<String>>,List<String>,UserTO>SyncopeClient. self() -
Uses of UserTO in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form that return UserTO Modifier and Type Method Description UserTOAjaxPalettePanel.UpdateActionEvent. getItem()Constructors in org.apache.syncope.client.ui.commons.markup.html.form with parameters of type UserTO Constructor Description UpdateActionEvent(UserTO item, AjaxRequestTarget target) -
Uses of UserTO in org.apache.syncope.client.ui.commons.pages
Methods in org.apache.syncope.client.ui.commons.pages that return UserTO Modifier and Type Method Description protected abstract UserTOAbstractMustChangePassword. getLoggedUser() -
Uses of UserTO in org.apache.syncope.client.ui.commons.resources.oidcc4ui
Methods in org.apache.syncope.client.ui.commons.resources.oidcc4ui with parameters of type UserTO Modifier and Type Method Description protected abstract Pair<Class<? extends WebPage>,PageParameters>CodeConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.ui.commons.resources.saml2sp4ui
Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui with parameters of type UserTO Modifier and Type Method Description protected abstract Pair<Class<? extends WebPage>,PageParameters>AssertionConsumerResource. getSelfRegInfo(UserTO newUser) -
Uses of UserTO in org.apache.syncope.client.ui.commons.wizards.any
Methods in org.apache.syncope.client.ui.commons.wizards.any that return UserTO Modifier and Type Method Description UserTOUserWrapper. getPreviousUserTO()Constructors in org.apache.syncope.client.ui.commons.wizards.any with parameters of type UserTO Constructor Description UserWrapper(UserTO userTO)UserWrapper(UserTO previousUserTO, UserTO userTO) -
Uses of UserTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return UserTO Modifier and Type Method Description static UserTOAnyOperations. patch(UserTO userTO, UserUR userUR)Methods in org.apache.syncope.common.lib with parameters of type UserTO Modifier and Type Method Description static UserURAnyOperations. diff(UserTO updated, UserTO original, boolean incremental)Calculate modifications needed by first in order to be equal to second.static UserTOAnyOperations. patch(UserTO userTO, UserUR userUR) -
Uses of UserTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return UserTO Modifier and Type Method Description UserTOOIDCC4UIProviderTO. getUserTemplate()UserTOSAML2SP4UIIdPTO. getUserTemplate()UserTOUserRequestForm. getUserTO()Methods in org.apache.syncope.common.lib.to with parameters of type UserTO Modifier and Type Method Description voidOIDCC4UIProviderTO. setUserTemplate(UserTO userTemplate)voidSAML2SP4UIIdPTO. setUserTemplate(UserTO userTemplate)voidUserRequestForm. setUserTO(UserTO userTO) -
Uses of UserTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return UserTO Modifier and Type Method Description UserTOUserWorkflowTaskService. executeNextTask(@NotNull WorkflowTaskExecInput workflowTaskExecInput)Executes the next workflow task available, for matching user key.UserTOUserService. read(String key)Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type UserTO Modifier and Type Method Description PagedResult<UserTO>UserService. search(AnyQuery anyQuery)Methods in org.apache.syncope.common.rest.api.service with parameters of type UserTO Modifier and Type Method Description javax.ws.rs.core.ResponseUserSelfService. update(@NotNull UserTO user)Self-updates user. -
Uses of UserTO in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type UserTO Modifier and Type Method Description static booleanFlowableWorkflowUtils. isUserIngroup(UserTO user, String groupName)static voidFlowableRuntimeUtils. saveForFormSubmit(DomainProcessEngine engine, String procInstId, UserTO userTO, String password, Boolean enabled, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount)Saves resources to be propagated and password for later - after form submission - propagation. -
Uses of UserTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserTO Modifier and Type Method Description UserTOUserWorkflowTaskLogic. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)UserTOUserLogic. link(String key, Collection<String> resources)UserTOUserLogic. read(String key)protected UserTOUserLogic. resolveReference(Method method, Object... args)UserTOSCIMDataBinder. toUserTO(SCIMUser user, boolean checkSchemas)UserTOUserLogic. unlink(String key, Collection<String> resources)Methods in org.apache.syncope.core.logic that return types with arguments of type UserTO Modifier and Type Method Description ProvisioningResult<UserTO>UserLogic. assign(String key, Collection<String> resources, boolean changepwd, String password, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. create(UserCR createReq, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. delete(String key, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. deprovision(String key, List<String> resources, boolean nullPriorityAsync)protected ProvisioningResult<UserTO>UserLogic. doCreate(UserCR userCR, boolean self, boolean nullPriorityAsync)protected ProvisioningResult<UserTO>UserLogic. doDelete(UserTO userTO, boolean self, boolean nullPriorityAsync)protected ProvisioningResult<UserTO>UserLogic. doUpdate(UserUR userUR, boolean self, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. mustChangePassword(PasswordPatch password, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. provision(String key, List<String> resources, boolean changePwd, String password, boolean nullPriorityAsync)Pair<Integer,List<UserTO>>UserLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)ProvisioningResult<UserTO>UserLogic. selfCreate(UserCR createReq, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. selfDelete(boolean nullPriorityAsync)Triple<String,String,UserTO>UserLogic. selfRead()ProvisioningResult<UserTO>UserLogic. selfStatus(StatusR statusR, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. selfUpdate(UserUR userUR, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. status(StatusR statusR, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserRequestLogic. submitForm(UserRequestForm form, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. unassign(String key, Collection<String> resources, boolean nullPriorityAsync)ProvisioningResult<UserTO>UserLogic. update(UserUR userUR, boolean nullPriorityAsync)Methods in org.apache.syncope.core.logic with parameters of type UserTO Modifier and Type Method Description protected ProvisioningResult<UserTO>UserLogic. doDelete(UserTO userTO, boolean self, boolean nullPriorityAsync)protected Set<String>UserLogic. groups(UserTO userTO)protected voidSCIMDataBinder. setAttribute(UserTO userTO, String schema, String value)SCIMUserSCIMDataBinder. toSCIMUser(UserTO userTO, String location, List<String> attributes, List<String> excludedAttributes)Pair<UserUR,StatusR>SCIMDataBinder. toUserUpdate(UserTO before, Collection<String> resources, SCIMPatchOperation op) -
Uses of UserTO in org.apache.syncope.core.logic.oidc
Methods in org.apache.syncope.core.logic.oidc with parameters of type UserTO Modifier and Type Method Description voidOIDCUserManager. fill(OIDCC4UIProvider op, OIDCLoginResponse loginResponse, UserTO userTO) -
Uses of UserTO in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 with parameters of type UserTO Modifier and Type Method Description voidSAML2SP4UIUserManager. fill(String idpKey, SAML2LoginResponse loginResponse, UserTO userTO) -
Uses of UserTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return UserTO Modifier and Type Method Description default UserTOOIDCC4UIProviderActions. afterCreate(UserTO input, OIDCLoginResponse loginResponse)default UserTOSAML2SP4UIIdPActions. afterCreate(UserTO input, SAML2LoginResponse loginResponse)default UserTOOIDCC4UIProviderActions. afterUpdate(UserTO input, OIDCLoginResponse loginResponse)default UserTOSAML2SP4UIIdPActions. afterUpdate(UserTO input, SAML2LoginResponse loginResponse)Methods in org.apache.syncope.core.provisioning.api with parameters of type UserTO Modifier and Type Method Description default UserTOOIDCC4UIProviderActions. afterCreate(UserTO input, OIDCLoginResponse loginResponse)default UserTOSAML2SP4UIIdPActions. afterCreate(UserTO input, SAML2LoginResponse loginResponse)default UserTOOIDCC4UIProviderActions. afterUpdate(UserTO input, OIDCLoginResponse loginResponse)default UserTOSAML2SP4UIIdPActions. afterUpdate(UserTO input, SAML2LoginResponse loginResponse) -
Uses of UserTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return UserTO Modifier and Type Method Description UserTOUserDataBinder. getAuthenticatedUserTO()UserTOUserDataBinder. getUserTO(String key)UserTOUserDataBinder. getUserTO(User user, boolean details) -
Uses of UserTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return UserTO Modifier and Type Method Description UserTOUserDataBinderImpl. getAuthenticatedUserTO()UserTOUserDataBinderImpl. getUserTO(String key)UserTOUserDataBinderImpl. getUserTO(User user, boolean details) -
Uses of UserTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return UserTO Modifier and Type Method Description UserTOUserWorkflowTaskServiceImpl. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserTO Modifier and Type Method Description protected AbstractAnyLogic<UserTO,UserCR,UserUR>UserServiceImpl. getAnyLogic()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserTO Modifier and Type Method Description javax.ws.rs.core.ResponseUserSelfServiceImpl. update(UserTO user)
-