Uses of Class
org.apache.syncope.common.lib.request.UserCR
Packages that use UserCR
Package
Description
-
Uses of UserCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type UserCRModifier and TypeMethodDescription -
Uses of UserCR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type UserCRModifier and TypeMethodDescription -
Uses of UserCR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return UserCR -
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 -
Uses of UserCR in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type UserCR -
Uses of UserCR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserCRMethods in org.apache.syncope.core.logic with parameters of type UserCRModifier and TypeMethodDescriptionprotected 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 UserCRModifier and TypeMethodDescriptiondefault 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 UserCRModifier 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
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type UserCR -
Uses of UserCR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type UserCRModifier 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
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type 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 UserCRModifier and TypeMethodDescriptionprotected AbstractAnyLogic
<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserCR -
Uses of UserCR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api with parameters of type UserCR -
Uses of UserCR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type UserCRModifier 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)