Uses of Class
org.apache.syncope.common.lib.request.UserCR
-
-
Uses of UserCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type UserCR Modifier and Type Method Description ProvisioningResult<UserTO>
UserRestClient. create(UserCR createReq)
-
Uses of UserCR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type UserCR Modifier and Type Method Description ProvisioningResult<UserTO>
UserSelfRestClient. create(UserCR createReq)
-
Uses of UserCR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return UserCR Modifier and Type Method Description protected UserCR
UserCR.Builder. newInstance()
-
Uses of UserCR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type UserCR Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfService. create(@NotNull UserCR createReq)
Self-registration for new user.javax.ws.rs.core.Response
UserService. create(@NotNull UserCR createReq)
Creates a new user. -
Uses of UserCR in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type UserCR Modifier and Type Method Description protected UserWorkflowResult<Pair<String,Boolean>>
FlowableUserWorkflowAdapter. doCreate(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context)
-
Uses of UserCR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserCR Modifier and Type Method Description UserCR
SCIMDataBinder. toUserCR(SCIMUser user)
Methods in org.apache.syncope.core.logic with parameters of type UserCR Modifier and Type Method Description ProvisioningResult<UserTO>
UserLogic. create(UserCR createReq, boolean nullPriorityAsync)
protected ProvisioningResult<UserTO>
UserLogic. doCreate(UserCR userCR, boolean self, boolean nullPriorityAsync)
ProvisioningResult<UserTO>
UserLogic. selfCreate(UserCR createReq, boolean nullPriorityAsync)
-
Uses of UserCR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return UserCR Modifier and Type Method Description default UserCR
OIDCC4UIProviderActions. beforeCreate(UserCR input, OIDCLoginResponse loginResponse)
default UserCR
SAML2SP4UIIdPActions. beforeCreate(UserCR input, SAML2LoginResponse loginResponse)
Methods in org.apache.syncope.core.provisioning.api with parameters of type UserCR Modifier and Type Method Description default UserCR
OIDCC4UIProviderActions. beforeCreate(UserCR input, OIDCLoginResponse loginResponse)
default UserCR
SAML2SP4UIIdPActions. beforeCreate(UserCR input, SAML2LoginResponse loginResponse)
Pair<String,List<PropagationStatus>>
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
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type UserCR Modifier and Type Method Description void
UserDataBinder. create(User user, UserCR userCR)
-
Uses of UserCR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type UserCR Modifier and Type Method Description Pair<String,List<PropagationStatus>>
DefaultUserProvisioningManager. create(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context)
Pair<String,List<PropagationStatus>>
DefaultUserProvisioningManager. create(UserCR userCR, boolean nullPriorityAsync, String creator, String context)
-
Uses of UserCR in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type UserCR Modifier and Type Method Description void
UserDataBinderImpl. create(User user, UserCR userCR)
-
Uses of UserCR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserCR 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 UserCR Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfServiceImpl. create(UserCR createReq)
javax.ws.rs.core.Response
UserServiceImpl. create(UserCR createReq)
-
Uses of UserCR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api with parameters of type UserCR Modifier and Type Method Description UserWorkflowResult<Pair<String,Boolean>>
UserWorkflowAdapter. create(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context)
Create an user, optionally disabling password policy check.UserWorkflowResult<Pair<String,Boolean>>
UserWorkflowAdapter. create(UserCR userCR, String creator, String context)
Create an user. -
Uses of UserCR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type UserCR Modifier and Type Method Description UserWorkflowResult<Pair<String,Boolean>>
AbstractUserWorkflowAdapter. create(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context)
UserWorkflowResult<Pair<String,Boolean>>
AbstractUserWorkflowAdapter. create(UserCR userCR, 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)
-