Uses of Class
com.soffid.iam.rc.api.SoDRisk
Packages that use SoDRisk
Package
Description
-
Uses of SoDRisk in com.soffid.iam.iga.api
Methods in com.soffid.iam.iga.api that return SoDRiskMethods in com.soffid.iam.iga.api with parameters of type SoDRiskModifier and TypeMethodDescriptionvoidRoleAccount.setSodRisk(SoDRisk sodRisk) Sets value for attribute sodRiskConstructors in com.soffid.iam.iga.api with parameters of type SoDRiskModifierConstructorDescriptionRoleAccount(Long id, Long accountId, String accountName, String accountSystem, String roleName, Long roleId, String roleCategory, String informationSystemName, String roleDescription, String userFullName, String groupDescription, DomainValue domainValue, String system, String userGroupCode, String bpmEnabled, String userName, Long ruleId, String ruleDescription, SoDRisk sodRisk, Collection<SoDRule> sodRules, Date startDate, Date endDate, boolean enabled, boolean approvalPending, Boolean removalPending, String holderGroup, Long approvalProcess, Date certificationDate, Long parentGrant, DelegationStatus delegationStatus, String ownerAccount, String delegateAccount, Date delegateSince, Date delegateUntil, String externalId, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Uses of SoDRisk in com.soffid.iam.rc.api
Fields in com.soffid.iam.rc.api declared as SoDRiskModifier and TypeFieldDescriptionstatic final SoDRiskSoDRisk.SOD_FORBIDDENstatic final SoDRiskSoDRisk.SOD_HIGHstatic final SoDRiskSoDRisk.SOD_LOWstatic final SoDRiskSoDRisk.SOD_NAMethods in com.soffid.iam.rc.api that return SoDRiskModifier and TypeMethodDescriptionstatic SoDRiskSoDRisk.fromString(String value) Creates an instance of SoDRisk fromvalue.Issue.getRisk()Gets value for attribute riskSoDRule.getRisk()Gets value for attribute riskSoDRuleMatrix.getRisk()Gets value for attribute riskMethods in com.soffid.iam.rc.api with parameters of type SoDRiskModifier and TypeMethodDescriptionvoidSets value for attribute riskvoidSets value for attribute riskvoidSets value for attribute riskConstructors in com.soffid.iam.rc.api with parameters of type SoDRiskModifierConstructorDescriptionIssue(Long id, Long number, String requester, String type, String description, Integer times, IssueStatus status, Double failedLoginPct, Double humanConfidence, String system, String otpDevice, String exception, SoDRisk risk, RoleAccount roleAccount, PamRule rule, String jobName, String ip, String country, String account, String loginName, String hash, List<IssueHost> hosts, List<IssueBrowser> browsers, List<IssueUser> users, String breachedEmail, String dataBreach, String htmlDescription, Date created, Date acknowledged, Date solved, String actor, String performedActions, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy, Date createdOn) SoDRule(Long id, String name, Integer number, SoDRisk risk, SodRuleType type, String application, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) SoDRuleMatrix(Long ruleId, SoDRisk risk, Long row, Long column) -
Uses of SoDRisk in com.soffid.iam.rc.service
Methods in com.soffid.iam.rc.service that return SoDRiskModifier and TypeMethodDescriptionSoDRuleService.qualifyUser(Collection<RoleAccount> ra) Operation qualifyUserMethods in com.soffid.iam.rc.service with parameters of type SoDRiskModifier and TypeMethodDescriptionSoDRuleService.findViolotions(String applicationName, SoDRisk riskLevel) Operation findViolotionsbooleanOperation isGreater -
Uses of SoDRisk in com.soffid.iam.rc.service.ejb
Methods in com.soffid.iam.rc.service.ejb with parameters of type SoDRiskModifier and TypeMethodDescriptionSoDRuleService.findViolotions(String applicationName, SoDRisk riskLevel)