Uses of Class
com.soffid.iam.api.SoDRule
-
Packages that use SoDRule Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of SoDRule in com.soffid.iam.api
Methods in com.soffid.iam.api that return SoDRule Modifier and Type Method Description static SoDRule
SoDRule. toSoDRule(SoDRule vo)
Creates a SoDRule value object based on a SoDRule object.static SoDRule[]
SoDRule. toSoDRuleArray(SoDRule[] source)
Creates a SoDRule array on a SoDRule array.Methods in com.soffid.iam.api that return types with arguments of type SoDRule Modifier and Type Method Description Collection<SoDRule>
RoleAccount. getSodRules()
Gets value for attribute sodRulesstatic AsyncList<SoDRule>
SoDRule. toSoDRuleAsyncList(AsyncList<SoDRule> source)
Creates a SoDRule asynclist on a SoDRule collection.static PagedResult<SoDRule>
SoDRule. toSoDRuleList(PagedResult<SoDRule> source)
Creates a SoDRule pagedResult on a SoDRule collection.static List<SoDRule>
SoDRule. toSoDRuleList(Collection<SoDRule> source)
Creates a SoDRule list on a SoDRule collection.Methods in com.soffid.iam.api with parameters of type SoDRule Modifier and Type Method Description static void
SoDRule. toSoDRule(SoDRule source, SoDRule target)
Updates a SoDRule value object based on a SoDRule object.Method parameters in com.soffid.iam.api with type arguments of type SoDRule Modifier and Type Method Description void
RoleAccount. setSodRules(Collection<SoDRule> sodRules)
Sets value for attribute sodRulesConstructors in com.soffid.iam.api with parameters of type SoDRule Constructor Description SoDRule(SoDRule otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type SoDRule Constructor Description RoleAccount(Long accountId, String accountName, String accountSystem, String roleName, Long roleId, String roleCategory, String informationSystemName, String roleDescription, Long id, String userFullName, String groupDescription, DomainValue domainValue, String system, String userGroupCode, String bpmEnforced, String userCode, 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)
-
Uses of SoDRule in com.soffid.iam.service
Methods in com.soffid.iam.service that return SoDRule Modifier and Type Method Description SoDRule
SoDRuleService. create(SoDRule rule)
Operation createSoDRule
SoDRuleService. getRuleById(Long ruleId)
Operation getRuleByIdSoDRule
SoDRuleService. isAllowed(RoleAccount ra)
Operation isAllowedSoDRule
SoDRuleService. update(SoDRule rule)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type SoDRule Modifier and Type Method Description Collection<SoDRule>
SoDRuleService. findAffectingRulesByRolAccount(RoleAccount ra)
Operation findAffectingRulesByRolAccountCollection<SoDRule>
SoDRuleService. findRuleByApplication(Long applicationId)
Operation findRuleByApplicationList<SoDRule>
SoDRuleService. findSodRuleByJsonQuery(String query, Integer first, Integer pageSize)
Operation findSodRuleByJsonQueryAsyncList<SoDRule>
SoDRuleService. findSodRuleByJsonQueryAsync(String query)
Operation findSodRuleByJsonQueryAsyncMethods in com.soffid.iam.service with parameters of type SoDRule Modifier and Type Method Description SoDRule
SoDRuleService. create(SoDRule rule)
Operation createvoid
SoDRuleService. remove(SoDRule rule)
Operation removeSoDRule
SoDRuleService. update(SoDRule rule)
Operation update -
Uses of SoDRule in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return SoDRule Modifier and Type Method Description SoDRule
SoDRuleService. create(SoDRule rule)
SoDRule
SoDRuleService. getRuleById(Long ruleId)
SoDRule
SoDRuleService. isAllowed(RoleAccount ra)
SoDRule
SoDRuleService. update(SoDRule rule)
Methods in com.soffid.iam.service.ejb that return types with arguments of type SoDRule Modifier and Type Method Description Collection<SoDRule>
SoDRuleService. findAffectingRulesByRolAccount(RoleAccount ra)
Collection<SoDRule>
SoDRuleService. findRuleByApplication(Long applicationId)
List<SoDRule>
SoDRuleService. findSodRuleByJsonQuery(String query, Integer first, Integer pageSize)
AsyncList<SoDRule>
SoDRuleService. findSodRuleByJsonQueryAsync(String query)
Methods in com.soffid.iam.service.ejb with parameters of type SoDRule Modifier and Type Method Description SoDRule
SoDRuleService. create(SoDRule rule)
void
SoDRuleService. remove(SoDRule rule)
SoDRule
SoDRuleService. update(SoDRule rule)
-
Uses of SoDRule in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type SoDRule Modifier and Type Method Description static SoDRule
SoDRule. toSoDRule(SoDRule vo)
Creates a SoDRule value object based on a SoDRule object.static void
SoDRule. toSoDRule(SoDRule source, SoDRule target)
Updates a SoDRule value object based on a SoDRule object.static SoDRule[]
SoDRule. toSoDRuleArray(SoDRule[] source)
Creates a SoDRule array on a SoDRule array.Method parameters in es.caib.seycon.ng.comu with type arguments of type SoDRule Modifier and Type Method Description static AsyncList<SoDRule>
SoDRule. toSoDRuleAsyncList(AsyncList<SoDRule> source)
Creates a SoDRule asynclist on a SoDRule collection.static PagedResult<SoDRule>
SoDRule. toSoDRuleList(PagedResult<SoDRule> source)
Creates a SoDRule pagedResult on a SoDRule collection.static List<SoDRule>
SoDRule. toSoDRuleList(Collection<SoDRule> source)
Creates a SoDRule list on a SoDRule collection.
-