Uses of Class
com.soffid.iam.iga.api.RoleDependencyStatus
Packages that use RoleDependencyStatus
-
Uses of RoleDependencyStatus in com.soffid.iam.iga.api
Fields in com.soffid.iam.iga.api declared as RoleDependencyStatusModifier and TypeFieldDescriptionstatic final RoleDependencyStatusRoleDependencyStatus.STATUS_ACTIVEstatic final RoleDependencyStatusRoleDependencyStatus.STATUS_TOAPPROVEstatic final RoleDependencyStatusRoleDependencyStatus.STATUS_TOREMOVEMethods in com.soffid.iam.iga.api that return RoleDependencyStatusModifier and TypeMethodDescriptionstatic RoleDependencyStatusRoleDependencyStatus.fromString(String value) Creates an instance of RoleDependencyStatus fromvalue.RoleGrant.getStatus()Gets value for attribute statusMethods in com.soffid.iam.iga.api with parameters of type RoleDependencyStatusModifier and TypeMethodDescriptionvoidRoleGrant.setStatus(RoleDependencyStatus status) Sets value for attribute statusConstructors in com.soffid.iam.iga.api with parameters of type RoleDependencyStatusModifierConstructorDescriptionRoleGrant(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, Map<String, Object> attributes) RoleGrantHierarchy(Long id, Long roleId, String roleName, String roleDescription, String system, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerSystem, String ownerGroup, Long ownerRole, String ownerRolDomainValue, String ownerRoleName, String ownerRoleDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, Map<String, Object> attributes, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RoleGrantHierarchy> nested)