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 UserTO
SyncopeConsoleSession. selfTO
Methods in org.apache.syncope.client.console that return UserTO Modifier and Type Method Description UserTO
SyncopeConsoleSession. 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 UserTO
MustChangePassword. 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 UserTO
UserWorkflowTaskRestClient. 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 UserTO
UserWorkflowTaskRestClient. 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 UserTO
LinkedAccountPlainAttrsPanel. userTO
protected UserTO
Roles. userTO
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type UserTO Modifier and Type Field Description protected IModel<UserTO>
LinkedAccountWizardBuilder. model
Methods in org.apache.syncope.client.console.wizards.any that return UserTO Modifier and Type Method Description UserTO
MergeLinkedAccountsWizardModel. getBaseUser()
UserTO
MergeLinkedAccountsWizardModel. 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 WizardModel
MergeLinkedAccountsWizardBuilder. buildModelSteps(UserTO modelObject, WizardModel wizardModel)
protected AnnotatedBeanPanel
UserDetails. getGeneralStatusInformation(String id, UserTO anyTO)
void
MergeLinkedAccountsWizardModel. 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 Serializable
UserWizardBuilder. onApplyInternal(AnyWrapper<UserTO> modelObject)
UserWizardBuilder
UserWizardBuilder. 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 UserTO
SyncopeEnduserSession. selfTO
Methods in org.apache.syncope.client.enduser that return UserTO Modifier and Type Method Description UserTO
SyncopeEnduserSession. getSelfTO()
UserTO
SyncopeEnduserSession. 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 UserTO
EditSecurityQuestion. userTO
Methods in org.apache.syncope.client.enduser.pages that return UserTO Modifier and Type Method Description protected abstract UserTO
AbstractChangePassword. getPwdLoggedUser()
protected UserTO
EditChangePassword. getPwdLoggedUser()
protected UserTO
MustChangePassword. 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 UserTO
ChangePasswordPanel. 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 UserTO
AbstractAttrs. userTO
protected UserTO
UserDetails. userTO
Constructor 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 UserTO
UserProfileWidget. 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 UserTO
AjaxPalettePanel.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 UserTO
AbstractMustChangePassword. 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 UserTO
UserWrapper. 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 UserTO
AnyOperations. patch(UserTO userTO, UserUR userUR)
Methods in org.apache.syncope.common.lib with parameters of type UserTO Modifier and Type Method Description static UserUR
AnyOperations. diff(UserTO updated, UserTO original, boolean incremental)
Calculate modifications needed by first in order to be equal to second.static UserTO
AnyOperations. 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 UserTO
OIDCC4UIProviderTO. getUserTemplate()
UserTO
SAML2SP4UIIdPTO. getUserTemplate()
UserTO
UserRequestForm. getUserTO()
Methods in org.apache.syncope.common.lib.to with parameters of type UserTO Modifier and Type Method Description void
OIDCC4UIProviderTO. setUserTemplate(UserTO userTemplate)
void
SAML2SP4UIIdPTO. setUserTemplate(UserTO userTemplate)
void
UserRequestForm. 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 UserTO
UserWorkflowTaskService. executeNextTask(@NotNull WorkflowTaskExecInput workflowTaskExecInput)
Executes the next workflow task available, for matching user key.UserTO
UserService. 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.Response
UserSelfService. 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 boolean
FlowableWorkflowUtils. isUserIngroup(UserTO user, String groupName)
static void
FlowableRuntimeUtils. 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 UserTO
UserWorkflowTaskLogic. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)
UserTO
UserLogic. link(String key, Collection<String> resources)
UserTO
UserLogic. read(String key)
protected UserTO
UserLogic. resolveReference(Method method, Object... args)
UserTO
SCIMDataBinder. toUserTO(SCIMUser user, boolean checkSchemas)
UserTO
UserLogic. 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 void
SCIMDataBinder. setAttribute(UserTO userTO, String schema, String value)
SCIMUser
SCIMDataBinder. 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 void
OIDCUserManager. 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 void
SAML2SP4UIUserManager. 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 UserTO
OIDCC4UIProviderActions. afterCreate(UserTO input, OIDCLoginResponse loginResponse)
default UserTO
SAML2SP4UIIdPActions. afterCreate(UserTO input, SAML2LoginResponse loginResponse)
default UserTO
OIDCC4UIProviderActions. afterUpdate(UserTO input, OIDCLoginResponse loginResponse)
default UserTO
SAML2SP4UIIdPActions. afterUpdate(UserTO input, SAML2LoginResponse loginResponse)
Methods in org.apache.syncope.core.provisioning.api with parameters of type UserTO Modifier and Type Method Description default UserTO
OIDCC4UIProviderActions. afterCreate(UserTO input, OIDCLoginResponse loginResponse)
default UserTO
SAML2SP4UIIdPActions. afterCreate(UserTO input, SAML2LoginResponse loginResponse)
default UserTO
OIDCC4UIProviderActions. afterUpdate(UserTO input, OIDCLoginResponse loginResponse)
default UserTO
SAML2SP4UIIdPActions. 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 UserTO
UserDataBinder. getAuthenticatedUserTO()
UserTO
UserDataBinder. getUserTO(String key)
UserTO
UserDataBinder. 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 UserTO
UserDataBinderImpl. getAuthenticatedUserTO()
UserTO
UserDataBinderImpl. getUserTO(String key)
UserTO
UserDataBinderImpl. 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 UserTO
UserWorkflowTaskServiceImpl. 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.Response
UserSelfServiceImpl. update(UserTO user)
-