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 Login
PasswordValidationRequest. getLogin()
Methods in org.openiam.base.request with parameters of type Login Modifier and Type Method Description void
PasswordValidationRequest. 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 Login
LoginResponse. principal
protected Login
ValidatePasswordResetTokenResponse. principal
Methods in org.openiam.base.response that return Login Modifier and Type Method Description Login
ActivitiHistoricDetail. getLogin()
Login
LoginResponse. getPrincipal()
Login
ValidatePasswordResetTokenResponse. getPrincipal()
Methods in org.openiam.base.response with parameters of type Login Modifier and Type Method Description void
ActivitiHistoricDetail. setLogin(Login login)
void
LoginResponse. setPrincipal(Login principal)
void
ValidatePasswordResetTokenResponse. 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 Login
LoginMQService. 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 void
LoginMQService. 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 Login
LoginDocumentToEntityConverter. convertToDTO(LoginDoc doc)
protected Login
LoginDocumentToEntityConverter. 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 Login
DefaultCertToIdentityConverter. 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 Login
LoginDozerConverter. convertDTO(Login entity, boolean isDeep)
Login
LoginDozerConverter. 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 Login
LoginDozerConverter. convertDTO(Login entity, boolean isDeep)
LoginEntity
LoginDozerConverter. 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 Login
LoginDataService. getLoginDTO(String loginId)
Login
LoginDataService. getLoginDtoByManagedSys(String principal, String sysId)
Login
LoginDataService. getPrimaryIdentityDto(String userId)
Login
LoginDataService. refreshIdentity(String loginId)
Method used to refresh user identityLogin
LoginDataService. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, boolean resetPasswordAlongWithRelatedAccounts)
Login
LoginDataService. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, ResetPasswordTypeEnum lastResetPasswdType, boolean resetPasswordAlongWithRelatedAccounts)
Login
LoginDataService. 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 void
LoginDataService. validateLogin(Login object)
Method parameters in org.openiam.esb.core.service with type arguments of type Login Modifier and Type Method Description void
LoginDataService. 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 Login
LoginDataServiceImpl. getLoginDTO(String loginId)
Login
LoginDataServiceImpl. getLoginDtoByManagedSys(String principal, String sysId)
Login
LoginDataServiceImpl. getPrimaryIdentityDto(String userId)
Login
LoginDataServiceImpl. refreshIdentity(String loginId)
Refresh user identityLogin
LoginDataServiceImpl. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, boolean resetPasswordAlongWithRelatedAccounts)
Login
LoginDataServiceImpl. resetPasswordAndNotifyUser(String userId, String managedSysId, String contentProviderId, String password, boolean notifyUserViaEmail, String userAgent, String ipAddress, ResetPasswordTypeEnum lastResetPasswdType, boolean resetPasswordAlongWithRelatedAccounts)
Login
LoginDataServiceImpl. 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 void
LoginDataServiceImpl. validateLogin(Login principal)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type Login Modifier and Type Method Description void
LoginDataServiceImpl. 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 Login
UserProvisioningPrePostprocessorBuilder. getPrimaryIdentity()
Methods in org.openiam.idm.processor.builder with parameters of type Login Modifier and Type Method Description void
UserProvisioningPrePostprocessorBuilder. 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 Login
PrimaryPrincipalBuilder. buildLogin(AbstractProvisionObjectDiff diff, String managedSystemId)
Login
PrimaryPrincipalBuilder. 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 Login
AbstractUserProvisioningProcessor. getPrimaryIdentity()
Methods in org.openiam.idm.provisioning.preprocessor with parameters of type Login Modifier and Type Method Description protected abstract void
AbstractUserProvisioningProcessor. delete(DeleteUserProvisioningRequest object, Login login)
abstract void
AbstractUserProvisioningProcessor. process(PasswordSync object, Login login, E operation)
abstract void
AbstractUserProvisioningProcessor. process(DeleteUserProvisioningRequest object, Login login, E operation)
protected abstract void
AbstractUserProvisioningProcessor. resetPassword(PasswordSync passwordSync, Login login)
protected abstract void
AbstractUserProvisioningProcessor. 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 void
DefaultUserProvisioningPostProcessor. delete(DeleteUserProvisioningRequest object, Login login)
protected void
DefaultUserProvisioningPreProcessor. delete(DeleteUserProvisioningRequest object, Login login)
void
AbstractUserProvisioningPostProcessor. process(PasswordSync passwordSync, Login login, UserProvisionAPI operation)
void
AbstractUserProvisioningPostProcessor. process(DeleteUserProvisioningRequest object, Login login, UserProvisionAPI operation)
void
AbstractUserProvisioningPreProcessor. process(PasswordSync object, Login login, UserProvisionAPI operation)
void
AbstractUserProvisioningPreProcessor. process(DeleteUserProvisioningRequest object, Login login, UserProvisionAPI operation)
protected void
DefaultUserProvisioningPostProcessor. resetPassword(PasswordSync passwordSync, Login login)
protected void
DefaultUserProvisioningPreProcessor. resetPassword(PasswordSync passwordSync, Login login)
protected void
DefaultUserProvisioningPostProcessor. setPassword(PasswordSync passwordSync, Login login)
protected void
DefaultUserProvisioningPreProcessor. 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 UserProvisioningPrePostprocessorBuilder
AbstractUserPasswordProvisionOperation. buildPrePostProcessorContext(ProvisionUserObjectDiff diff, Login primaryLogin, String plaintextPassword, PasswordSync passwordSync)
protected UserProvisioningPrePostprocessorBuilder
AbstractUserProvisionOperation. buildPrePostProcessorContext(ProvisionUserObjectDiff diff, Login login, String password)
protected abstract void
AbstractEnableDisableProvisionUserOperation. processIdentity(Login login, boolean isSkipped)
protected void
DisableUserProvisioningOperation. processIdentity(Login identity, boolean isSkipped)
protected void
EnableUserProvisioningOperation. processIdentity(Login identity, boolean isSkipped)
Response
AddModifyRequestUserProvisioningOperation. requestAddOrModify(ExtensibleUser extUser, Login login, boolean isAdd)
protected void
AbstractUserPasswordProvisionOperation. sendActivationLink(User user, Login login, String notificationType)
protected UserPasswordResponse
AbstractUserProvisionOperation. sendProvisioningRequestSynchronously(String userId, Login principal, ProvisionUserObjectDiff diff)
Sends a Provisiong Request to the target system synchronouslyprotected void
AbstractUserProvisionOperation. 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 void
AbstractUserPasswordProvisionOperation. sendResetPasswordToUser(User user, Login identity, String password, PasswordSync passwordSync)
protected void
AbstractUserProvisionOperation. validateLoginAlreadyExisted(Login primaryLogin)
protected PasswordValidationResponse
AbstractUserProvisionOperation. 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 void
AbstractUserProvisionOperation. sendProvisioningRequestAsynchronously(ProvisionUser pUser, ProvisionUserObjectDiff diff, Predicate<String> authorizationCheck, Function<Login,UserProvisionAPI> operationMapper, String provisionRequestDocId)
Sends a Provisiong Request to the target system asynchronouslyprotected void
AbstractUserProvisionOperation. 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 AuditLogBuilder
AuditLogBuilder. 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 Login
User. getPrimaryPrincipal(String managedSysId)
Login
User. getPrincipalByManagedSysId(String managedSysId)
Methods in org.openiam.idm.srvc.user.dto with parameters of type Login Modifier and Type Method Description void
User. addPrincipal(Login login)
void
User. markLoginAsDeleted(Login login)
void
User. 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 Response
DefaultProvisioningService. requestAdd(ExtensibleUser extUser, Login login)
Response
ProvisionService. requestAdd(ExtensibleUser extUser, Login login)
Adds user directly to a given target system bypassing policy map attributes script logicResponse
DefaultProvisioningService. requestModify(ExtensibleUser extUser, Login login)
Response
ProvisionService. 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 Login
LoginDataWebService. findById(String loginId)
Retrieves login for given login Id.Login
LoginDataWebServiceImpl. 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 Response
LoginDataWebService. isValidLogin(Login principal)
Checks if login is valid.Response
LoginDataWebServiceImpl. 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 void
AbstractNotificationDelegate. 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 void
DefaultNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)
-