Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.User
-
-
Uses of User in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api with parameters of type User Modifier and Type Method Description UserRequestUserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)Starts a new user request, for the given BPMN process and user. -
Uses of User in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return User Modifier and Type Method Description protected UserFlowableUserRequestHandler. lazyLoad(User user)protected UserFlowableUserWorkflowAdapter. lazyLoad(User user)Methods in org.apache.syncope.core.flowable.impl with parameters of type User Modifier and Type Method Description protected UserWorkflowResult<String>FlowableUserWorkflowAdapter. doActivate(User user, String token, String updater, String context)protected UserWorkflowResult<Pair<UserUR,Boolean>>FlowableUserWorkflowAdapter. doConfirmPasswordReset(User user, String token, String password, String updater, String context)protected voidFlowableUserWorkflowAdapter. doDelete(User user, String eraser, String context)protected Set<String>FlowableUserWorkflowAdapter. doExecuteNextTask(String procInstID, User user, Map<String,Object> moreVariables)protected UserWorkflowResult<String>FlowableUserWorkflowAdapter. doReactivate(User user, String updater, String context)protected voidFlowableUserWorkflowAdapter. doRequestPasswordReset(User user, String updater, String context)protected UserWorkflowResult<String>FlowableUserWorkflowAdapter. doSuspend(User user, String updater, String context)protected UserWorkflowResult<Pair<UserUR,Boolean>>FlowableUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)ObjectFlowableWorkflowUtils. getUserWorkflowVariable(String variableName, User user)protected UserFlowableUserRequestHandler. lazyLoad(User user)protected UserFlowableUserWorkflowAdapter. lazyLoad(User user)voidFlowableWorkflowUtils. setUserWorkflowVariable(String variableName, Object value, User user)UserRequestFlowableUserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)static voidFlowableRuntimeUtils. updateStatus(DomainProcessEngine engine, String procInstId, User user) -
Uses of User in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type User Modifier and Type Method Description protected UserRequestUserRequestLogic. doStart(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables) -
Uses of User in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return User Modifier and Type Method Description UserUserDAO. findByToken(String token)UserUserDAO. findByUsername(String username)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type User Modifier and Type Method Description List<User>UserDAO. findBySecurityQuestion(SecurityQuestion securityQuestion)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type User Modifier and Type Method Description Collection<String>UserDAO. findAllGroupKeys(User user)Collection<String>UserDAO. findAllGroupNames(User user)Collection<Group>UserDAO. findAllGroups(User user)Collection<ExternalResource>UserDAO. findAllResources(User user)Collection<Role>UserDAO. findAllRoles(User user)List<Delegation>DelegationDAO. findByDelegated(User user)List<Delegation>DelegationDAO. findByDelegating(User user)List<FIQLQuery>FIQLQueryDAO. findByOwner(User user, String target)Pair<Set<String>,Set<String>>GroupDAO. refreshDynMemberships(User user)Evaluates all the dynamic group membership conditions against the given user (invoked during save).voidRoleDAO. refreshDynMemberships(User user)Set<String>GroupDAO. removeDynMemberships(User user)Removes the dynamic group memberships of the given anyObject (invoked during delete).Pair<Set<String>,Set<String>>UserDAO. saveAndGetDynGroupMembs(User user) -
Uses of User in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return User Modifier and Type Method Description UserDelegation. getDelegated()UserDelegation. getDelegating()UserFIQLQuery. getOwner()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type User Modifier and Type Method Description Class<? extends User>EntityFactory. userClass()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type User Modifier and Type Method Description voidDelegation. setDelegated(User delegated)voidDelegation. setDelegating(User delegating)voidFIQLQuery. setOwner(User owner) -
Uses of User in org.apache.syncope.core.persistence.api.entity.group
Methods in org.apache.syncope.core.persistence.api.entity.group that return User Modifier and Type Method Description UserGroup. getUserOwner()Methods in org.apache.syncope.core.persistence.api.entity.group with parameters of type User Modifier and Type Method Description voidGroup. setUserOwner(User userOwner) -
Uses of User in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return User Modifier and Type Method Description UserLinkedAccount. getOwner()Methods in org.apache.syncope.core.persistence.api.entity.user with parameters of type User Modifier and Type Method Description voidLinkedAccount. setOwner(User owner) -
Uses of User in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return User Modifier and Type Method Description UserJPAUserDAO. findByToken(String token)UserJPAUserDAO. findByUsername(String username)UserJPAJSONUserDAO. save(User user)UserJPAUserDAO. save(User user)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type User Modifier and Type Method Description protected Pair<User,Pair<Set<String>,Set<String>>>JPAJSONUserDAO. doSave(User user)protected Pair<User,Pair<Set<String>,Set<String>>>JPAUserDAO. doSave(User user)List<User>JPAUserDAO. findAll(int page, int itemsPerPage)List<User>JPAJSONUserDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)Optional<User>JPAJSONUserDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)List<User>JPAJSONUserDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)List<User>JPAUserDAO. findBySecurityQuestion(SecurityQuestion securityQuestion) -
Uses of User in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return User Modifier and Type Method Description UserJPADelegation. getDelegated()UserJPADelegation. getDelegating()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type User Modifier and Type Method Description Class<? extends User>JPAEntityFactory. userClass()Class<? extends User>JPAJSONEntityFactory. userClass()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type User Modifier and Type Method Description voidJPADelegation. setDelegated(User delegated)voidJPADelegation. setDelegating(User delegating)voidJPAFIQLQuery. setOwner(User owner) -
Uses of User in org.apache.syncope.core.persistence.jpa.entity.group
Fields in org.apache.syncope.core.persistence.jpa.entity.group declared as User Modifier and Type Field Description protected UserJPAGroup. userOwnerMethods in org.apache.syncope.core.persistence.jpa.entity.group that return User Modifier and Type Method Description UserJPAGroup. getUserOwner()Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type User Modifier and Type Method Description voidJPAGroup. setUserOwner(User userOwner) -
Uses of User in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement User Modifier and Type Class Description classJPAJSONUserclassJPAUserMethods in org.apache.syncope.core.persistence.jpa.entity.user that return User Modifier and Type Method Description UserJPAUMembership. getLeftEnd()UserJPAURelationship. getLeftEnd()UserJPAJSONLAPlainAttr. getOwner()UserJPAJSONUPlainAttr. getOwner()UserJPALAPlainAttr. getOwner()UserJPALinkedAccount. getOwner()UserJPAUPlainAttr. getOwner()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type User Modifier and Type Method Description protected List<? extends JSONPlainAttr<User>>JPAJSONUserListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type User Modifier and Type Method Description voidJPAUMembership. setLeftEnd(User leftEnd)voidJPAURelationship. setLeftEnd(User leftEnd)voidJPAJSONLAPlainAttr. setOwner(User owner)voidJPAJSONUPlainAttr. setOwner(User owner)voidJPALAPlainAttr. setOwner(User owner)voidJPALinkedAccount. setOwner(User owner)voidJPAUPlainAttr. setOwner(User owner)Method parameters in org.apache.syncope.core.persistence.jpa.entity.user with type arguments of type User Modifier and Type Method Description booleanJPAJSONLinkedAccount. add(JSONPlainAttr<User> attr)booleanJPAJSONUser. add(JSONPlainAttr<User> attr) -
Uses of User in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type User Modifier and Type Method Description Set<Attribute>MappingManager. prepareAttrsFromLinkedAccount(User user, LinkedAccount account, String password, boolean changePwd, Provision provision)Prepare attributes for sending to a connector instance. -
Uses of User in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type User Modifier and Type Method Description voidUserDataBinder. create(User user, UserCR userCR)UserTOUserDataBinder. getUserTO(User user, boolean details)Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>UserDataBinder. update(User toBeUpdated, UserUR userUR)Update user, givenUserUR. -
Uses of User in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type User Modifier and Type Method Description voidAccountRule. enforce(User user)voidPasswordRule. enforce(User user, String clearPassword) -
Uses of User in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type User Modifier and Type Method Description Set<Attribute>DefaultMappingManager. prepareAttrsFromLinkedAccount(User user, LinkedAccount account, String password, boolean changePwd, Provision provision) -
Uses of User in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type User Modifier and Type Method Description voidUserDataBinderImpl. create(User user, UserCR userCR)UserTOUserDataBinderImpl. getUserTO(User user, boolean details)protected voidUserDataBinderImpl. linkedAccount(User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues)protected voidUserDataBinderImpl. setCipherAlgorithm(User user)protected voidUserDataBinderImpl. setPassword(User user, String password, SyncopeClientCompositeException scce)protected voidUserDataBinderImpl. setSecurityAnswer(User user, String securityAnswer, SyncopeClientCompositeException scce)Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>UserDataBinderImpl. update(User toBeUpdated, UserUR userUR) -
Uses of User in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type User Modifier and Type Method Description protected StringDefaultNotificationManager. getRecipientEmail(String recipientAttrName, User user) -
Uses of User in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return User Modifier and Type Method Description UserDeletingLinkedAccount. getOwner()Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type User Modifier and Type Method Description voidDeletingLinkedAccount. setOwner(User owner)Constructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type User Constructor Description DeletingLinkedAccount(User user, ExternalResource resource, String connObjectKeyValue) -
Uses of User in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type User Modifier and Type Method Description protected AuditElements.ResultDefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision) -
Uses of User in org.apache.syncope.core.spring.policy
Methods in org.apache.syncope.core.spring.policy with parameters of type User Modifier and Type Method Description voidDefaultAccountRule. enforce(User user)voidDefaultPasswordRule. enforce(User user, String clearPassword)voidHaveIBeenPwnedPasswordRule. enforce(User user, String clearPassword) -
Uses of User in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return types with arguments of type User Modifier and Type Method Description Triple<User,Boolean,String>AuthDataAccessor. authenticate(String domain, Authentication authentication)Attempts to authenticate the given credentials against internal storage and pass-through resources (if configured): the first succeeding causes global success.Pair<User,Set<SyncopeGrantedAuthority>>JWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)Attempts to resolve the given JWT claims into internalUserand authorities.Pair<User,Set<SyncopeGrantedAuthority>>MSEntraJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)Pair<User,Set<SyncopeGrantedAuthority>>SyncopeJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)Methods in org.apache.syncope.core.spring.security with parameters of type User Modifier and Type Method Description protected booleanAuthDataAccessor. authenticate(User user, String password)protected Set<? extends ExternalResource>AuthDataAccessor. getPassthroughResources(User user)protected Set<SyncopeGrantedAuthority>AuthDataAccessor. getUserAuthorities(User user) -
Uses of User in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type User Modifier and Type Method Description protected abstract UserWorkflowResult<String>AbstractUserWorkflowAdapter. doActivate(User user, String token, String updater, String context)protected UserWorkflowResult<String>DefaultUserWorkflowAdapter. doActivate(User user, String token, String updater, String context)protected abstract UserWorkflowResult<Pair<UserUR,Boolean>>AbstractUserWorkflowAdapter. doConfirmPasswordReset(User user, String token, String password, String updater, String context)protected UserWorkflowResult<Pair<UserUR,Boolean>>DefaultUserWorkflowAdapter. doConfirmPasswordReset(User user, String token, String password, String updater, String context)protected abstract voidAbstractUserWorkflowAdapter. doDelete(User user, String eraser, String context)protected voidDefaultUserWorkflowAdapter. doDelete(User user, String eraser, String context)protected abstract UserWorkflowResult<String>AbstractUserWorkflowAdapter. doReactivate(User user, String updater, String context)protected UserWorkflowResult<String>DefaultUserWorkflowAdapter. doReactivate(User user, String updater, String context)protected abstract voidAbstractUserWorkflowAdapter. doRequestPasswordReset(User user, String updater, String context)protected voidDefaultUserWorkflowAdapter. doRequestPasswordReset(User user, String updater, String context)protected abstract UserWorkflowResult<String>AbstractUserWorkflowAdapter. doSuspend(User user, String updater, String context)protected UserWorkflowResult<String>DefaultUserWorkflowAdapter. doSuspend(User user, String updater, String context)protected abstract UserWorkflowResult<Pair<UserUR,Boolean>>AbstractUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)protected UserWorkflowResult<Pair<UserUR,Boolean>>DefaultUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)protected Pair<Boolean,Boolean>AbstractUserWorkflowAdapter. enforcePolicies(User user, boolean disablePwdPolicyCheck, String clearPassword) -
Uses of User in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type User Modifier and Type Method Description protected voidElasticsearchUtils. customizeDocument(Map<String,Object> builder, User user) -
Uses of User in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type User Modifier and Type Method Description protected voidOpenSearchUtils. customizeDocument(Map<String,Object> builder, User user) -
Uses of User in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference that return types with arguments of type User Modifier and Type Method Description Pair<User,Set<SyncopeGrantedAuthority>>CustomJWTSSOProvider. resolve(com.nimbusds.jwt.JWTClaimsSet jwtClaims)Methods in org.apache.syncope.fit.core.reference with parameters of type User Modifier and Type Method Description voidTestAccountRule. enforce(User user)voidTestPasswordRule. enforce(User user, String clearPassword)
-