Uses of Class
com.soffid.iam.api.RoleDependencyStatus
-
Packages that use RoleDependencyStatus Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of RoleDependencyStatus in com.soffid.iam.api
Fields in com.soffid.iam.api declared as RoleDependencyStatus Modifier and Type Field Description static RoleDependencyStatusRoleDependencyStatus. STATUS_ACTIVEstatic RoleDependencyStatusRoleDependencyStatus. STATUS_TOAPPROVEstatic RoleDependencyStatusRoleDependencyStatus. STATUS_TOREMOVEMethods in com.soffid.iam.api that return RoleDependencyStatus Modifier and Type Method Description static RoleDependencyStatusRoleDependencyStatus. fromString(String value)Creates an instance of RoleDependencyStatus fromvalue.RoleDependencyStatusRoleGrant. getStatus()Gets value for attribute statusMethods in com.soffid.iam.api with parameters of type RoleDependencyStatus Modifier and Type Method Description voidRoleGrant. setStatus(RoleDependencyStatus status)Sets value for attribute statusConstructors in com.soffid.iam.api with parameters of type RoleDependencyStatus Constructor Description RoleGrant(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)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, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RoleGrantHierarchy> nested) -
Uses of RoleDependencyStatus in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return RoleDependencyStatus Modifier and Type Method Description RoleDependencyStatusRolGrant. getStatus()Gets value for attribute statusMethods in es.caib.seycon.ng.comu with parameters of type RoleDependencyStatus Modifier and Type Method Description voidRolGrant. setStatus(RoleDependencyStatus status)Sets value for attribute statusConstructors in es.caib.seycon.ng.comu with parameters of type RoleDependencyStatus Constructor Description RolGrant(Long id, Long idRol, String rolName, String roleDescription, String dispatcher, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerDispatcher, String ownerGroup, Long ownerRol, String ownerRolDomainValue, String ownerRolName, String ownerRolDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory)RolGrantHierarchy(Long id, Long idRol, String rolName, String roleDescription, String dispatcher, String informationSystem, boolean hasDomain, String domainValue, String domainDescription, String ownerAccountName, String ownerInformationSystem, String ownerDispatcher, String ownerGroup, Long ownerRol, String ownerRolDomainValue, String ownerRolName, String ownerRolDescription, String user, Date startDate, Date endDate, boolean enabled, String holderGroup, RoleDependencyStatus status, Boolean mandatory, String ruleName, String ruleDescription, String groupName, String groupDescription, String accountName, String accountDescription, List<RolGrantHierarchy> nested)
-