Class RoleAssignment
java.lang.Object
com.aeontronix.enhancedmule.tools.role.RoleAssignment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable RoleAssignmentfindByRoleIdAndEnvironmentId(@NotNull Collection<RoleAssignment> collection, @NotNull String roleId, @Nullable String environmentId) getId()getName()getOrgId()booleanvoidsetContextParams(Map<String, String> contextParams) voidsetDescription(String description) voidvoidsetInternal(boolean internal) voidvoidvoidsetRoleGroupId(String roleGroupId) voidtoString()
-
Constructor Details
-
RoleAssignment
public RoleAssignment()
-
-
Method Details
-
toString
-
getId
-
setId
-
getRoleGroupId
-
setRoleGroupId
-
getRoleId
-
setRoleId
-
getOrgId
-
setOrgId
-
getName
-
setName
-
getDescription
-
setDescription
-
isInternal
public boolean isInternal() -
setInternal
public void setInternal(boolean internal) -
getContextParams
-
setContextParams
-
findByRoleIdAndEnvironmentId
@Nullable public static @Nullable RoleAssignment findByRoleIdAndEnvironmentId(@NotNull @NotNull Collection<RoleAssignment> collection, @NotNull @NotNull String roleId, @Nullable @Nullable String environmentId)
-