Uses of Class
org.openiam.idm.srvc.auth.dto.Login
-
-
Uses of Login in org.openiam.base.request
Methods in org.openiam.base.request that return Login Modifier and Type Method Description LoginPasswordValidationRequest. getLogin()Methods in org.openiam.base.request with parameters of type Login Modifier and Type Method Description voidPasswordValidationRequest. setLogin(Login login) -
Uses of Login in org.openiam.base.response
Fields in org.openiam.base.response declared as Login Modifier and Type Field Description protected LoginLoginResponse. principalprotected LoginValidatePasswordResetTokenResponse. principalMethods in org.openiam.base.response that return Login Modifier and Type Method Description LoginActivitiHistoricDetail. getLogin()LoginLoginResponse. getPrincipal()LoginValidatePasswordResetTokenResponse. getPrincipal()Methods in org.openiam.base.response with parameters of type Login Modifier and Type Method Description voidActivitiHistoricDetail. setLogin(Login login)voidLoginResponse. setPrincipal(Login principal)voidValidatePasswordResetTokenResponse. setPrincipal(Login principal) -
Uses of Login in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return Login Modifier and Type Method Description LoginLoginMQService. getPrimaryLogin(String userId)Methods in org.openiam.common.beans.mq that return types with arguments of type Login Modifier and Type Method Description List<Login>LoginMQService. findBeans(LoginSearchBean sb, int from, int size)Method parameters in org.openiam.common.beans.mq with type arguments of type Login Modifier and Type Method Description voidLoginMQService. saveUserProvisionStatus(List<Login> loginList) -
Uses of Login in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Login Modifier and Type Method Description LoginLoginDocumentToEntityConverter. convertToDTO(LoginDoc doc)protected LoginLoginDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Login Modifier and Type Method Description Class<Login>LoginDocumentToEntityConverter. getDTOClass() -
Uses of Login in org.openiam.esb.am.groovy
Methods in org.openiam.esb.am.groovy that return Login Modifier and Type Method Description LoginDefaultCertToIdentityConverter. resolve()Returns the Login associated with the X509Certificate -
Uses of Login in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Login Modifier and Type Method Description LoginLoginDozerConverter. convertDTO(Login entity, boolean isDeep)LoginLoginDozerConverter. convertToDTO(LoginEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Login Modifier and Type Method Description List<Login>LoginDozerConverter. convertToDTOList(List<LoginEntity> list, boolean isDeep)Set<Login>LoginDozerConverter. convertToDTOSet(Set<LoginEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Login Modifier and Type Method Description LoginLoginDozerConverter. convertDTO(Login entity, boolean isDeep)LoginEntityLoginDozerConverter. convertToEntity(Login entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Login Modifier and Type Method Description List<LoginEntity>LoginDozerConverter. convertToEntityList(List<Login> list, boolean isDeep)Set<LoginEntity>LoginDozerConverter. convertToEntitySet(Set<Login> set, boolean isDeep) -
Uses of Login in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Login Modifier and Type Method Description LoginLoginDataService. getLoginDTO(String loginId)LoginLoginDataService. getLoginDtoByManagedSys(String principal, String sysId)LoginLoginDataService. getPrimaryIdentityDto(String userId)LoginLoginDataService. refreshIdentity(String loginId)Method used to refresh user identityLoginLoginDataService. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, boolean resetPasswordAlongWithRelatedAccounts)LoginLoginDataService. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, ResetPasswordTypeEnum lastResetPasswdType, boolean resetPasswordAlongWithRelatedAccounts)LoginLoginDataService. setPassword(String userId, String sysId, String password, boolean preventChangeCountIncrement, String contentProviderId)Sets the password for a principal.Methods in org.openiam.esb.core.service that return types with arguments of type Login Modifier and Type Method Description List<Login>LoginDataService. findBeans(LoginSearchBean searchBean, int from, int size)List<Login>LoginDataService. getInactiveUsers(int startDays, int endDays)List<Login>LoginDataService. getLockedUserSince(Date lastExecTime)List<Login>LoginDataService. getUserNearPswdExpiration(int expDays)List<Login>LoginDataService. getUsersNearPswdExpiration()Returns a list of Login objects which are nearing expiry depending on PWD_EXP_WARN password attribute If attribute unset, default is assumed to be 5.Methods in org.openiam.esb.core.service with parameters of type Login Modifier and Type Method Description voidLoginDataService. validateLogin(Login object)Method parameters in org.openiam.esb.core.service with type arguments of type Login Modifier and Type Method Description voidLoginDataService. saveUserProvisionStatus(List<Login> loginList)Method used to save login provision status -
Uses of Login in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Login Modifier and Type Method Description LoginLoginDataServiceImpl. getLoginDTO(String loginId)LoginLoginDataServiceImpl. getLoginDtoByManagedSys(String principal, String sysId)LoginLoginDataServiceImpl. getPrimaryIdentityDto(String userId)LoginLoginDataServiceImpl. refreshIdentity(String loginId)Refresh user identityLoginLoginDataServiceImpl. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, boolean resetPasswordAlongWithRelatedAccounts)LoginLoginDataServiceImpl. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, ResetPasswordTypeEnum lastResetPasswdType, boolean resetPasswordAlongWithRelatedAccounts)LoginLoginDataServiceImpl. setPassword(String userId, String managedSysId, String password, boolean preventChangeCountIncrement, String contentProviderId)Sets the password for a sourceLogin.Methods in org.openiam.esb.core.service.impl that return types with arguments of type Login Modifier and Type Method Description List<Login>LoginDataServiceImpl. findBeans(LoginSearchBean searchBean, int from, int size)List<Login>LoginDataServiceImpl. getInactiveUsers(int startDays, int endDays)List<Login>LoginDataServiceImpl. getLockedUserSince(Date lastExecTime)List<Login>LoginDataServiceImpl. getUserNearPswdExpiration(int expDays)List<Login>LoginDataServiceImpl. getUsersNearPswdExpiration()Returns a list of Login objects which are nearing expiry depending on PWD_WARN password attribute If attribute unset, default is assumed to be 5.Methods in org.openiam.esb.core.service.impl with parameters of type Login Modifier and Type Method Description voidLoginDataServiceImpl. validateLogin(Login principal)Method parameters in org.openiam.esb.core.service.impl with type arguments of type Login Modifier and Type Method Description voidLoginDataServiceImpl. saveUserProvisionStatus(List<Login> loginList) -
Uses of Login in org.openiam.idm.processor.builder
Methods in org.openiam.idm.processor.builder that return Login Modifier and Type Method Description LoginUserProvisioningPrePostprocessorBuilder. getPrimaryIdentity()Methods in org.openiam.idm.processor.builder with parameters of type Login Modifier and Type Method Description voidUserProvisioningPrePostprocessorBuilder. setPrimaryIdentity(Login primaryIdentity) -
Uses of Login in org.openiam.idm.provisioning.builder
Methods in org.openiam.idm.provisioning.builder that return Login Modifier and Type Method Description LoginPrimaryPrincipalBuilder. buildLogin(AbstractProvisionObjectDiff diff, String managedSystemId)LoginPrimaryPrincipalBuilder. buildLogin(AbstractProvisionObjectDiff diff, String managedSystemId, boolean withPassoword) -
Uses of Login in org.openiam.idm.provisioning.diff.model.user
Constructors in org.openiam.idm.provisioning.diff.model.user with parameters of type Login Constructor Description LoginDiff(Login newObject, Login oldObject) -
Uses of Login in org.openiam.idm.provisioning.preprocessor
Methods in org.openiam.idm.provisioning.preprocessor that return Login Modifier and Type Method Description protected LoginAbstractUserProvisioningProcessor. getPrimaryIdentity()Methods in org.openiam.idm.provisioning.preprocessor with parameters of type Login Modifier and Type Method Description protected abstract voidAbstractUserProvisioningProcessor. delete(DeleteUserProvisioningRequest object, Login login)abstract voidAbstractUserProvisioningProcessor. process(PasswordSync object, Login login, E operation)abstract voidAbstractUserProvisioningProcessor. process(DeleteUserProvisioningRequest object, Login login, E operation)protected abstract voidAbstractUserProvisioningProcessor. resetPassword(PasswordSync passwordSync, Login login)protected abstract voidAbstractUserProvisioningProcessor. setPassword(PasswordSync passwordSync, Login login) -
Uses of Login in org.openiam.idm.provisioning.preprocessor.user
Methods in org.openiam.idm.provisioning.preprocessor.user with parameters of type Login Modifier and Type Method Description protected voidDefaultUserProvisioningPostProcessor. delete(DeleteUserProvisioningRequest object, Login login)protected voidDefaultUserProvisioningPreProcessor. delete(DeleteUserProvisioningRequest object, Login login)voidAbstractUserProvisioningPostProcessor. process(PasswordSync passwordSync, Login login, UserProvisionAPI operation)voidAbstractUserProvisioningPostProcessor. process(DeleteUserProvisioningRequest object, Login login, UserProvisionAPI operation)voidAbstractUserProvisioningPreProcessor. process(PasswordSync object, Login login, UserProvisionAPI operation)voidAbstractUserProvisioningPreProcessor. process(DeleteUserProvisioningRequest object, Login login, UserProvisionAPI operation)protected voidDefaultUserProvisioningPostProcessor. resetPassword(PasswordSync passwordSync, Login login)protected voidDefaultUserProvisioningPreProcessor. resetPassword(PasswordSync passwordSync, Login login)protected voidDefaultUserProvisioningPostProcessor. setPassword(PasswordSync passwordSync, Login login)protected voidDefaultUserProvisioningPreProcessor. setPassword(PasswordSync passwordSync, Login login) -
Uses of Login in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return types with arguments of type Login Modifier and Type Method Description protected List<Login>AbstractUserPasswordProvisionOperation. obtainChangedIdentityList(ProvisionUser pUser, PasswordSync passwordSync)Methods in org.openiam.idm.provisioning.service.user with parameters of type Login Modifier and Type Method Description protected UserProvisioningPrePostprocessorBuilderAbstractUserPasswordProvisionOperation. buildPrePostProcessorContext(ProvisionUserObjectDiff diff, Login primaryLogin, String plaintextPassword, PasswordSync passwordSync)protected UserProvisioningPrePostprocessorBuilderAbstractUserProvisionOperation. buildPrePostProcessorContext(ProvisionUserObjectDiff diff, Login login, String password)protected abstract voidAbstractEnableDisableProvisionUserOperation. processIdentity(Login login, boolean isSkipped)protected voidDisableUserProvisioningOperation. processIdentity(Login identity, boolean isSkipped)protected voidEnableUserProvisioningOperation. processIdentity(Login identity, boolean isSkipped)ResponseAddModifyRequestUserProvisioningOperation. requestAddOrModify(ExtensibleUser extUser, Login login, boolean isAdd)protected voidAbstractUserPasswordProvisionOperation. sendActivationLink(User user, Login login, String notificationType)protected UserPasswordResponseAbstractUserProvisionOperation. sendProvisioningRequestSynchronously(String userId, Login principal, ProvisionUserObjectDiff diff)Sends a Provisiong Request to the target system synchronouslyprotected voidAbstractUserProvisionOperation. sendProvisioningSingleRequestAsynchronously(ProvisionUser pUser, Login principal, ProvisionUserObjectDiff diff, Predicate<String> authorizationCheck, Function<Login,UserProvisionAPI> operationMapper)Sends Single Provisiong Request for the one target in stream asynchronouslyprotected voidAbstractUserPasswordProvisionOperation. sendResetPasswordToUser(User user, Login identity, String password, PasswordSync passwordSync)protected voidAbstractUserProvisionOperation. validateLoginAlreadyExisted(Login primaryLogin)protected PasswordValidationResponseAbstractUserProvisionOperation. validatePassword(Login primaryLogin, ProvisionUser user)Method parameters in org.openiam.idm.provisioning.service.user with type arguments of type Login Modifier and Type Method Description protected Set<String>AbstractUserProvisionOperation. runProvisioningInStreams(AuditLogBuilder auditEvent, ProvisionUserObjectDiff diff, ProvisionUser pUser, Set<String> compiledResourceIds, Function<Login,UserProvisionAPI> operationMapper)protected voidAbstractUserProvisionOperation. sendProvisioningRequestAsynchronously(ProvisionUser pUser, ProvisionUserObjectDiff diff, Predicate<String> authorizationCheck, Function<Login,UserProvisionAPI> operationMapper, String provisionRequestDocId)Sends a Provisiong Request to the target system asynchronouslyprotected voidAbstractUserProvisionOperation. sendProvisioningSingleRequestAsynchronously(ProvisionUser pUser, Login principal, ProvisionUserObjectDiff diff, Predicate<String> authorizationCheck, Function<Login,UserProvisionAPI> operationMapper)Sends Single Provisiong Request for the one target in stream asynchronously -
Uses of Login in org.openiam.idm.srvc.audit.dto
Methods in org.openiam.idm.srvc.audit.dto with parameters of type Login Modifier and Type Method Description AuditLogBuilderAuditLogBuilder. setTargetUser(String userId, Login login) -
Uses of Login in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return Login Modifier and Type Method Description LoginUser. getPrimaryPrincipal(String managedSysId)LoginUser. getPrincipalByManagedSysId(String managedSysId)Methods in org.openiam.idm.srvc.user.dto with parameters of type Login Modifier and Type Method Description voidUser. addPrincipal(Login login)voidUser. markLoginAsDeleted(Login login)voidUser. markLoginAsInactive(Login login) -
Uses of Login in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type Login Modifier and Type Method Description ResponseDefaultProvisioningService. requestAdd(ExtensibleUser extUser, Login login)ResponseProvisionService. requestAdd(ExtensibleUser extUser, Login login)Adds user directly to a given target system bypassing policy map attributes script logicResponseDefaultProvisioningService. requestModify(ExtensibleUser extUser, Login login)ResponseProvisionService. requestModify(ExtensibleUser extUser, Login login)Modifies user directly in a given target system bypassing policy map attributes script logic -
Uses of Login in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return Login Modifier and Type Method Description LoginLoginDataWebService. findById(String loginId)Retrieves login for given login Id.LoginLoginDataWebServiceImpl. findById(String loginId)Methods in org.openiam.srvc.user that return types with arguments of type Login Modifier and Type Method Description List<Login>LoginDataWebService. findBeans(LoginSearchBean searchBean, int from, int size)Deprecated.List<Login>LoginDataWebServiceImpl. findBeans(LoginSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.user with parameters of type Login Modifier and Type Method Description ResponseLoginDataWebService. isValidLogin(Login principal)Checks if login is valid.ResponseLoginDataWebServiceImpl. isValidLogin(Login principal) -
Uses of Login in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type Login Modifier and Type Method Description abstract voidAbstractNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login) -
Uses of Login in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type Login Modifier and Type Method Description voidDefaultNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)
-