Uses of Class
org.apache.syncope.common.lib.request.UserCR
Package
Description
-
Uses of UserCR in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescription -
Uses of UserCR in org.apache.syncope.client.enduser.rest
Modifier and TypeMethodDescription -
Uses of UserCR in org.apache.syncope.common.lib.request
-
Uses of UserCR in org.apache.syncope.common.rest.api.service
-
Uses of UserCR in org.apache.syncope.core.flowable.impl
-
Uses of UserCR in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected ProvisioningResult
<UserTO> UserLogic.selfCreate
(UserCR createReq, boolean nullPriorityAsync) -
Uses of UserCR in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptiondefault UserCR
OIDCC4UIProviderActions.beforeCreate
(UserCR input, OIDCLoginResponse loginResponse) default UserCR
SAML2SP4UIIdPActions.beforeCreate
(UserCR input, SAML2LoginResponse loginResponse) Modifier and TypeMethodDescriptiondefault UserCR
OIDCC4UIProviderActions.beforeCreate
(UserCR input, OIDCLoginResponse loginResponse) default UserCR
SAML2SP4UIIdPActions.beforeCreate
(UserCR input, SAML2LoginResponse loginResponse) UserProvisioningManager.create
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) -
Uses of UserCR in org.apache.syncope.core.provisioning.api.data
-
Uses of UserCR in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionDefaultUserProvisioningManager.create
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) DefaultUserProvisioningManager.create
(UserCR userCR, boolean nullPriorityAsync, String creator, String context) -
Uses of UserCR in org.apache.syncope.core.provisioning.java.data
-
Uses of UserCR in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected AbstractAnyLogic
<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic()
-
Uses of UserCR in org.apache.syncope.core.workflow.api
-
Uses of UserCR in org.apache.syncope.core.workflow.java
Modifier and TypeMethodDescriptionAbstractUserWorkflowAdapter.create
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected abstract UserWorkflowResult
<Pair<String, Boolean>> AbstractUserWorkflowAdapter.doCreate
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected UserWorkflowResult
<Pair<String, Boolean>> DefaultUserWorkflowAdapter.doCreate
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context)