Package com.soffid.iam.api
Class Role
- java.lang.Object
-
- com.soffid.iam.api.AbstractRole
-
- com.soffid.iam.api.Role
-
- All Implemented Interfaces:
Serializable
public class Role extends AbstractRole
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Role()
Role(AbstractRole otherBean)
Role(String name, String description, String system, String informationSystemName)
Role(String name, String description, String system, String category, Boolean enableByDefault, Boolean password, String informationSystemName, Long id, String domain, Collection<RoleGrant> ownerRoles, Collection<Group> ownerGroups, Collection<RoleGrant> granteeGroups, Collection<RoleGrant> ownedRoles, Boolean bpmEnabled, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
Method Summary
-
Methods inherited from class com.soffid.iam.api.AbstractRole
getApprovalEnd, getApprovalStart, getAttributes, getBpmEnabled, getBpmEnforced, getCategory, getDescription, getDomain, getEnableByDefault, getGranteeGroups, getId, getInformationSystemName, getName, getOwnedRoles, getOwnerGroups, getOwnerRoles, getPassword, getSystem, setApprovalEnd, setApprovalStart, setAttributes, setBpmEnabled, setBpmEnforced, setCategory, setDescription, setDomain, setEnableByDefault, setGranteeGroups, setId, setInformationSystemName, setName, setOwnedRoles, setOwnerGroups, setOwnerRoles, setPassword, setSystem, toRole, toRole, toRoleArray, toRoleAsyncList, toRoleList, toRoleList, toString
-
-
-
-
Constructor Detail
-
Role
public Role()
-
Role
public Role(AbstractRole otherBean)
-
Role
public Role(String name, String description, String system, String category, Boolean enableByDefault, Boolean password, String informationSystemName, Long id, String domain, Collection<RoleGrant> ownerRoles, Collection<Group> ownerGroups, Collection<RoleGrant> granteeGroups, Collection<RoleGrant> ownedRoles, Boolean bpmEnabled, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
-