Uses of Class
org.openiam.idm.srvc.auth.domain.LoginEntity
-
-
Uses of LoginEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return LoginEntity Modifier and Type Method Description LoginEntityLoginDocumentToEntityConverter. convertToEntity(LoginDoc doc)protected LoginEntityLoginDocumentToEntityConverter. newEntity()Methods in org.openiam.elasticsearch.converter that return types with arguments of type LoginEntity Modifier and Type Method Description Class<LoginEntity>LoginDocumentToEntityConverter. getEntityClass()Methods in org.openiam.elasticsearch.converter with parameters of type LoginEntity Modifier and Type Method Description LoginDocLoginDocumentToEntityConverter. convertToDocument(LoginEntity entity) -
Uses of LoginEntity in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return LoginEntity Modifier and Type Method Description protected LoginEntityAbstractLoginModule. getLogin(AuthenticationContext context)protected LoginEntityAbstractSocialLoginModule. getLogin(AuthenticationContext context)Methods in org.openiam.esb.core.auth.module with parameters of type LoginEntity Modifier and Type Method Description protected voidAbstractLoginModule. checkSecondaryStatus(UserEntity user, LoginEntity loginEntity, Policy authnPolicy)protected abstract SubjectAbstractLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectAbstractSocialLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectDefaultLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected SubjectManagedSystemLoginModule. doLogin(AuthenticationContext context, LoginEntity login)protected voidAbstractLoginModule. doUserStatusCheck(AuthenticationContext context, LoginEntity login, Policy authnPolicy)StringAbstractOTPModule. generateRFC4226Token(LoginEntity login)protected DateAbstractLoginModule. getGracePeriodDate(LoginEntity lg, Date curDate, Policy policy)protected abstract StringAbstractOTPModule. getText(String sendTo, LoginEntity login, String token)protected UserEntityAbstractLoginModule. getUser(AuthenticationContext context, LoginEntity login)protected UserEntityAbstractSocialLoginModule. getUser(AuthenticationContext context, LoginEntity login)protected ResponseCodeAbstractLoginModule. passwordExpired(LoginEntity lg, Date curDate, Policy policy)If the password has expired, but its before the grace period then its a good login If the password has expired and after the grace period, then its an exception.StringAbstractOTPModule. send(String sendTo, LoginEntity login)protected abstract voidAbstractOTPModule. send(String sendTo, LoginEntity login, String text)protected IntegerAbstractLoginModule. setDaysToPasswordExpiration(LoginEntity lg, Date curDate, Policy pwdPolicy)protected voidAbstractLoginModule. setResultCode(LoginEntity lg, Subject sub, Date curDate, Policy pwdPolicy, boolean skipPasswordCheck)protected abstract voidAbstractOTPModule. validate(String sendTo, LoginEntity login)protected voidAbstractLoginModule. validateUserLogin(UserEntity user, LoginEntity login) -
Uses of LoginEntity in org.openiam.esb.core.auth.module.impl
Methods in org.openiam.esb.core.auth.module.impl with parameters of type LoginEntity Modifier and Type Method Description protected StringEmailOTPModule. getText(String sendTo, LoginEntity login, String token)protected StringSMSGlobalSMSOTPModule. getText(String phone, LoginEntity login, String token)protected StringTwilioSMSOTPModule. getText(String phone, LoginEntity login, String token)protected StringTwilioVoiceOTPModule. getText(String phone, LoginEntity login, String token)protected voidEmailOTPModule. send(String sendTo, LoginEntity login, String text)protected voidSMSGlobalSMSOTPModule. send(String phone, LoginEntity login, String text)protected voidTwilioSMSOTPModule. send(String phone, LoginEntity login, String text)protected voidTwilioVoiceOTPModule. send(String phone, LoginEntity login, @Null String text)protected voidEmailOTPModule. validate(String sendTo, LoginEntity login)protected voidSMSGlobalSMSOTPModule. validate(String phone, LoginEntity login)protected voidTwilioSMSOTPModule. validate(String phone, LoginEntity login)protected voidTwilioVoiceOTPModule. validate(String phone, LoginEntity login) -
Uses of LoginEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return LoginEntity Modifier and Type Method Description LoginEntityLoginDozerConverter. convertEntity(LoginEntity userEntity, boolean isDeep)LoginEntityLoginDozerConverter. convertToEntity(Login entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type LoginEntity Modifier and Type Method Description List<LoginEntity>LoginDozerConverter. convertToEntityList(List<Login> list, boolean isDeep)Set<LoginEntity>LoginDozerConverter. convertToEntitySet(Set<Login> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type LoginEntity Modifier and Type Method Description LoginEntityLoginDozerConverter. convertEntity(LoginEntity userEntity, boolean isDeep)LoginLoginDozerConverter. convertToDTO(LoginEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type LoginEntity Modifier and Type Method Description List<Login>LoginDozerConverter. convertToDTOList(List<LoginEntity> list, boolean isDeep)Set<Login>LoginDozerConverter. convertToDTOSet(Set<LoginEntity> set, boolean isDeep) -
Uses of LoginEntity in org.openiam.esb.core.pswd.rule
Fields in org.openiam.esb.core.pswd.rule declared as LoginEntity Modifier and Type Field Description protected LoginEntityAbstractPasswordRule. lgMethods in org.openiam.esb.core.pswd.rule with parameters of type LoginEntity Modifier and Type Method Description List<PasswordRuleException>PasswordValidatorImpl. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)List<PasswordRule>PasswordValidatorImpl. getPasswordRules(Policy pswdPolicy, Password password, LoginEntity login)List<AbstractPasswordRule>PasswordValidatorImpl. getRules(Policy pswdPolicy, Password password, LoginEntity login) -
Uses of LoginEntity in org.openiam.esb.core.pswd.rule.validation
Methods in org.openiam.esb.core.pswd.rule.validation with parameters of type LoginEntity Modifier and Type Method Description List<PasswordRuleException>PasswordValidator. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)List<PasswordRule>PasswordValidator. getPasswordRules(Policy policy, Password password, LoginEntity lg)List<AbstractPasswordRule>PasswordValidator. getRules(Policy pswdPolicy, Password password, LoginEntity login) -
Uses of LoginEntity in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service with parameters of type LoginEntity Modifier and Type Method Description PasswordValidationResponsePasswordService. isPasswordValidForUser(Password pswd, LoginEntity lg)Determines if the password conforms to the policy associated with this user.PasswordValidationResponsePasswordService. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy)Returns if the password conforms to selected password policy -
Uses of LoginEntity in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl with parameters of type LoginEntity Modifier and Type Method Description PasswordValidationResponsePasswordServiceImpl. isPasswordValidForUser(Password pswd, LoginEntity lg)PasswordValidationResponsePasswordServiceImpl. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy) -
Uses of LoginEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return LoginEntity Modifier and Type Method Description LoginEntityLoginDataService. getByUserIdManagedSys(String userId, String managedSysId)Returns the identity for this user and managedSysIdLoginEntityLoginDataService. getLoginByManagedSys(String principal, String sysId)LoginEntityLoginDataService. getPasswordResetToken(String token)LoginEntityLoginDataService. getPrimaryIdentity(String userId)Returns the primary identity for this userMethods in org.openiam.esb.core.service that return types with arguments of type LoginEntity Modifier and Type Method Description List<LoginEntity>LoginDataService. getLoginByUser(String userId)List<LoginEntity>LoginDataService. usersWithPasswordExpYesterday()List of users whose passworss are expiring today -
Uses of LoginEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return LoginEntity Modifier and Type Method Description LoginEntityLoginDataServiceImpl. getByUserIdManagedSys(String userId, String managedSysId)LoginEntityLoginDataServiceImpl. getLoginByManagedSys(String login, String sysId)LoginEntityLoginDataServiceImpl. getPasswordResetToken(String token)LoginEntityLoginDataServiceImpl. getPrimaryIdentity(String userId)Methods in org.openiam.esb.core.service.impl that return types with arguments of type LoginEntity Modifier and Type Method Description List<LoginEntity>LoginDataServiceImpl. getLoginByUser(String userId)List<LoginEntity>LoginDataServiceImpl. usersWithPasswordExpYesterday()Methods in org.openiam.esb.core.service.impl with parameters of type LoginEntity Modifier and Type Method Description protected voidAuthenticationServiceImpl. otpCodesAreNotEqualsException(LoginEntity loginEntity, Integer maxFailAttempts)booleanLoginDataServiceImpl. savePasswordHistory(String password, LoginEntity lg)Saving current password for login to PWD_HISTORY table -
Uses of LoginEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return LoginEntity Modifier and Type Method Description LoginEntityLoginRepository. findFirstByLowerCaseLoginAndManagedSysId(String login, String managedSysId)replace public LoginEntity getRecord(final String login, final String managedSysId) from DAOLoginEntityLoginRepository. findFirstByPswdResetToken(String token)replace public LoginEntity findByPasswordResetToken(String token) from DAOdefault LoginEntityLoginRepository. getRecord(String login, String managedSysId)Deprecated.Methods in org.openiam.esb.repository that return types with arguments of type LoginEntity Modifier and Type Method Description List<LoginEntity>LoginRepository. findByUserId(String userId)replace public ListfindUser(String userId) from DAO List<LoginEntity>LoginRepository. findByUserIdInAndManagedSysId(List<String> userIds, String defaultManagedSysId)replace public ListfindByUserIds(List userIds, String managedSysId) from DAO List<LoginEntity>LoginRepository. findLockedUsers(Date startTime) -
Uses of LoginEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type LoginEntity Modifier and Type Method Description List<LoginEntity>LoginRepositoryCustom. findInactiveUsers(int startDays, int endDays, String managedSysId)List<LoginEntity>LoginRepositoryCustom. findUserNearPswdExp(int daysToExpiration)List<LoginEntity>LoginRepositoryCustom. findUserPswdExpYesterday() -
Uses of LoginEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type LoginEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LoginEntity>LoginRepositoryImpl. buildSpecifications(LoginSearchBean sb)List<LoginEntity>LoginRepositoryImpl. findInactiveUsers(int startDays, int endDays, String managedSysId)List<LoginEntity>LoginRepositoryImpl. findUserNearPswdExp(int daysToExpiration)List<LoginEntity>LoginRepositoryImpl. findUserPswdExpYesterday()protected Class<LoginEntity>LoginRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<LoginEntity,String>LoginRepositoryImpl. getRepository() -
Uses of LoginEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return LoginEntity Modifier and Type Method Description LoginEntityUserEntity. getLoginByManagedSystemId(String managedSystemId)LoginEntityUserEntity. getLoginByPrincipal(String login)Methods in org.openiam.idm.srvc.user.domain with parameters of type LoginEntity Modifier and Type Method Description voidUserEntity. addLogin(LoginEntity loginEntity) -
Uses of LoginEntity in org.openiam.util
Methods in org.openiam.util that return LoginEntity Modifier and Type Method Description static LoginEntityUserUtils. getUserManagedSysIdentityEntity(String managedSysId, List<LoginEntity> principalList)Method parameters in org.openiam.util with type arguments of type LoginEntity Modifier and Type Method Description static LoginEntityUserUtils. getUserManagedSysIdentityEntity(String managedSysId, List<LoginEntity> principalList)
-