Uses of Class
org.openiam.idm.srvc.policy.dto.Policy
-
-
Uses of Policy in org.openiam.base.request
Methods in org.openiam.base.request that return Policy Modifier and Type Method Description Policy
PasswordValidationRequest. getPolicy()
Methods in org.openiam.base.request with parameters of type Policy Modifier and Type Method Description void
PasswordValidationRequest. setPolicy(Policy policy)
-
Uses of Policy in org.openiam.common.beans.cache
Methods in org.openiam.common.beans.cache that return Policy Modifier and Type Method Description Policy
PolicyCache. getCachedPolicy(String id)
-
Uses of Policy in org.openiam.config
Methods in org.openiam.config that return types with arguments of type Policy Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,Policy>
RedisConfiguration. policyRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)
-
Uses of Policy in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return Policy Modifier and Type Method Description protected Policy
AbstractLoginModule. getAuthPolicy(AuthenticationContext context)
protected Policy
AbstractLoginModule. getPolicy(AuthenticationContext context)
Methods in org.openiam.esb.core.auth.module with parameters of type Policy Modifier and Type Method Description protected void
AbstractLoginModule. checkOn1stLoginRule(Policy passwordPolicy, UserEntity user, String principal)
Check does password policy is configured to force password changing on the 1st login and check that this login is really 1st based on status PENDING_INITIAL_LOGINprotected void
AbstractLoginModule. checkSecondaryStatus(UserEntity user, LoginEntity loginEntity, Policy authnPolicy)
protected void
AbstractLoginModule. doUserStatusCheck(AuthenticationContext context, LoginEntity login, Policy authnPolicy)
protected Date
AbstractLoginModule. getGracePeriodDate(LoginEntity lg, Date curDate, Policy policy)
protected String
AbstractLoginModule. getPolicyAttribute(Policy policy, String attributeName)
Deprecated.protected String
AbstractLoginModule. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName)
protected ResponseCode
AbstractLoginModule. 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.protected Integer
AbstractLoginModule. setDaysToPasswordExpiration(LoginEntity lg, Date curDate, Policy pwdPolicy)
protected void
AbstractLoginModule. setResultCode(LoginEntity lg, Subject sub, Date curDate, Policy pwdPolicy, boolean skipPasswordCheck)
-
Uses of Policy in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Policy Modifier and Type Method Description Policy
PolicyDozerConverter. convertDTO(Policy entity, boolean isDeep)
Policy
PolicyDozerConverter. convertToDTO(PolicyEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Policy Modifier and Type Method Description List<Policy>
PolicyDozerConverter. convertToDTOList(List<PolicyEntity> list, boolean isDeep)
Set<Policy>
PolicyDozerConverter. convertToDTOSet(Set<PolicyEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type Policy Modifier and Type Method Description Policy
PolicyDozerConverter. convertDTO(Policy entity, boolean isDeep)
PolicyEntity
PolicyDozerConverter. convertToEntity(Policy entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Policy Modifier and Type Method Description List<PolicyEntity>
PolicyDozerConverter. convertToEntityList(List<Policy> list, boolean isDeep)
Set<PolicyEntity>
PolicyDozerConverter. convertToEntitySet(Set<Policy> set, boolean isDeep)
-
Uses of Policy in org.openiam.esb.core.pswd.rule
Fields in org.openiam.esb.core.pswd.rule declared as Policy Modifier and Type Field Description protected Policy
AbstractPasswordRule. policy
Methods in org.openiam.esb.core.pswd.rule with parameters of type Policy Modifier and Type Method Description List<PasswordRuleException>
PasswordValidatorImpl. getAllViolatingRules(Policy pswdPolicy, Password password)
List<PasswordRuleException>
PasswordValidatorImpl. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)
List<PasswordRule>
PasswordValidatorImpl. getPasswordRules(Policy policy, Password password)
List<PasswordRule>
PasswordValidatorImpl. getPasswordRules(Policy pswdPolicy, Password password, LoginEntity login)
List<AbstractPasswordRule>
PasswordValidatorImpl. getRules(Policy pswdPolicy, Password password, LoginEntity login)
-
Uses of Policy in org.openiam.esb.core.pswd.rule.validation
Methods in org.openiam.esb.core.pswd.rule.validation with parameters of type Policy Modifier and Type Method Description List<PasswordRuleException>
PasswordValidator. getAllViolatingRules(Policy policy, Password password)
Validates the password against the password policy that is passed in for the given user and loginList<PasswordRuleException>
PasswordValidator. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)
List<PasswordRule>
PasswordValidator. getPasswordRules(Policy policy, Password password)
List<PasswordRule>
PasswordValidator. getPasswordRules(Policy policy, Password password, LoginEntity lg)
List<AbstractPasswordRule>
PasswordValidator. getRules(Policy pswdPolicy, Password password, LoginEntity login)
-
Uses of Policy in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return Policy Modifier and Type Method Description Policy
PasswordPolicyProvider. getGlobalPasswordPolicy()
Policy
PasswordService. getGlobalPasswordPolicy()
Returns the global password policyPolicy
PasswordPolicyProvider. getPasswordPolicy(PasswordPolicyAssocSearchBean searchBean)
Policy
PasswordService. getPasswordPolicy(PasswordPolicyAssocSearchBean passwordPolicyAssocSearchBean)
This method exists to REPLACE getPasswordPolicyByUser.Methods in org.openiam.esb.core.pswd.service with parameters of type Policy Modifier and Type Method Description Integer
ChallengeResponseValidator. getNumOfRequiredQuestions(Policy passwordPolicy, boolean isEnterprise)
PasswordValidationResponse
PasswordService. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy)
Returns if the password conforms to selected password policyboolean
ChallengeResponseValidator. isQuestionsRequired(Policy passwordPolicy)
-
Uses of Policy in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return Policy Modifier and Type Method Description Policy
PasswordPolicyProviderImpl. getGlobalPasswordPolicy()
Policy
PasswordServiceImpl. getGlobalPasswordPolicy()
Returns the global password policyPolicy
PasswordPolicyProviderImpl. getPasswordPolicy(PasswordPolicyAssocSearchBean searchBean)
Policy
PasswordServiceImpl. getPasswordPolicy(PasswordPolicyAssocSearchBean passwordPolicyAssocSearchBean)
Methods in org.openiam.esb.core.pswd.service.impl with parameters of type Policy Modifier and Type Method Description Integer
DefaultChallengeResponseValidator. getNumOfRequiredQuestions(Policy passwordPolicy, boolean isEnterprise)
Gets the number of questions to show on challenge response questions based on isEnterprise flagPasswordValidationResponse
PasswordServiceImpl. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy)
boolean
DefaultChallengeResponseValidator. isQuestionsRequired(Policy passwordPolicy)
protected boolean
DefaultChallengeResponseValidator. isUserAnsweredSecurityQuestions(Policy policy, String userId)
-
Uses of Policy in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Policy Modifier and Type Method Description Policy
PolicyService. getPolicy(String policyId)
Methods in org.openiam.esb.core.service that return types with arguments of type Policy Modifier and Type Method Description List<Policy>
PolicyService. findBeans(SynchronizationRequestSearchBean searchBean)
List<Policy>
PolicyService. findBeans(PolicySearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service with parameters of type Policy Modifier and Type Method Description String
PolicyService. savePolicy(Policy policy)
-
Uses of Policy in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Policy Modifier and Type Method Description Policy
PolicyServiceImpl. getPolicy(String policyId)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type Policy Modifier and Type Method Description List<Policy>
PolicyServiceImpl. findBeans(SynchronizationRequestSearchBean searchBean)
List<Policy>
PolicyServiceImpl. findBeans(PolicySearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service.impl with parameters of type Policy Modifier and Type Method Description String
PolicyServiceImpl. savePolicy(Policy policy)
-
Uses of Policy in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return Policy Modifier and Type Method Description protected Policy
AbstractUserProvisionOperation. getPasswordPolicy(String managedSystemId, String login)
Methods in org.openiam.idm.provisioning.service.user with parameters of type Policy Modifier and Type Method Description protected PolicyAttribute
AbstractUserProvisionOperation. getPolicyAttribute(Policy policy, String attributeName)
Deprecated.protected PolicyAttribute
AbstractUserProvisionOperation. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName)
protected Boolean
AbstractUserProvisionOperation. getPolicyAttributeAsBoolean(Policy policy, PolicyAttributeNameEnum attributeName)
protected Integer
AbstractUserProvisionOperation. getPolicyAttributeAsInteger(Policy policy, String attributeName)
Deprecated.protected Integer
AbstractUserProvisionOperation. getPolicyAttributeAsInteger(Policy policy, PolicyAttributeNameEnum attributeName)
protected String
AbstractUserProvisionOperation. getPolicyAttributeAsString(Policy policy, String attributeName)
Deprecated.protected String
AbstractUserProvisionOperation. getPolicyAttributeAsString(Policy policy, PolicyAttributeNameEnum attributeName)
-
Uses of Policy in org.openiam.idm.srvc.pswd.service
Methods in org.openiam.idm.srvc.pswd.service with parameters of type Policy Modifier and Type Method Description static String
PasswordGenerator. generatePassword(Policy policy)
-
Uses of Policy in org.openiam.match
Methods in org.openiam.match that return Policy Modifier and Type Method Description protected Policy
PolicyMatchObjectRule. newObjectInstance(MatchConfig config)
Methods in org.openiam.match that return types with arguments of type Policy Modifier and Type Method Description protected Predicate<Policy>
PolicyMatchObjectRule. byAttribute(String name, String value)
protected Predicate<Policy>
PolicyMatchObjectRule. byEmail(String searchFilter)
protected Predicate<Policy>
PolicyMatchObjectRule. byEmployeeId(String searchFilter)
protected Predicate<Policy>
PolicyMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)
protected Predicate<Policy>
PolicyMatchObjectRule. byName(String searchFilter)
-
Uses of Policy in org.openiam.model
Constructors in org.openiam.model with parameters of type Policy Constructor Description PolicyPair(LineObject object, Policy idmObj)
-
Uses of Policy in org.openiam.provision.dto
Fields in org.openiam.provision.dto declared as Policy Modifier and Type Field Description protected Policy
ProvisionUser. passwordPolicy
-
Uses of Policy in org.openiam.srvc.common
Methods in org.openiam.srvc.common that return Policy Modifier and Type Method Description Policy
PolicyDataService. getPolicy(String policyId)
Policy
PolicyDataServiceImpl. getPolicy(String policyId)
Methods in org.openiam.srvc.common with parameters of type Policy Modifier and Type Method Description Response
PolicyDataService. savePolicy(Policy policy)
Response
PolicyDataServiceImpl. savePolicy(Policy policy)
-
Uses of Policy in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return Policy Modifier and Type Method Description Policy
PasswordWebService. getPasswordPolicy(PasswordPolicyAssocSearchBean searchBean)
Retrieves password policy for given search criteria.Policy
PasswordWebServiceImpl. getPasswordPolicy(PasswordPolicyAssocSearchBean searchBean)
-
Uses of Policy in org.openiam.sync.service.impl.service
Methods in org.openiam.sync.service.impl.service with parameters of type Policy Modifier and Type Method Description static String
SynchServiceUtil. setUserDataFromPolicy(Policy policy, Map<String,Object> bindingMap, ScriptIntegration se)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Policy in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type Policy Modifier and Type Method Description boolean
PolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
void
PolicySyncObjectProcessorImpl. delete(Policy object)
String
PolicySyncObjectProcessorImpl. getIdentity(Policy object, LineObject rowObj, SynchConfig config)
void
PolicySyncObjectProcessorImpl. initiateWorkflow(Policy object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
PolicySyncObjectProcessorImpl. provision(Policy object, LineObject lineObject)
Response
PolicySyncObjectProcessorImpl. saveToDB(Policy object, LineObject lineObject)
void
PolicySyncObjectProcessorImpl. setActivityId(Policy object, String activityId)
-