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 RoleDependencyStatus
RoleDependencyStatus. STATUS_ACTIVE
static RoleDependencyStatus
RoleDependencyStatus. STATUS_TOAPPROVE
static RoleDependencyStatus
RoleDependencyStatus. STATUS_TOREMOVE
Methods in com.soffid.iam.api that return RoleDependencyStatus Modifier and Type Method Description static RoleDependencyStatus
RoleDependencyStatus. fromString(String value)
Creates an instance of RoleDependencyStatus fromvalue
.RoleDependencyStatus
RoleGrant. getStatus()
Gets value for attribute statusMethods in com.soffid.iam.api with parameters of type RoleDependencyStatus Modifier and Type Method Description void
RoleGrant. 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 RoleDependencyStatus
RolGrant. getStatus()
Gets value for attribute statusMethods in es.caib.seycon.ng.comu with parameters of type RoleDependencyStatus Modifier and Type Method Description void
RolGrant. 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)
-